[Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
Since my update yesterday buidling the linux kernel is broken. I get "cc1: error: Do not use -Os option if --enable-target-optspace is not set." This seems to be a toolchain issue. I was not able to determine which change brought that in, but the toolchain from beginning of this week worked fine.

Re: [Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 09:13 heeft Eibach, Dirk het volgende geschreven: > Since my update yesterday buidling the linux kernel is broken. I get > "cc1: error: Do not use -Os option if --enable-target-optspace is not > set." > This seems to be a toolchain issue. I was not able to determine which > chan

[Angstrom-devel] Building tiff broken / More toolchain issues

2012-03-02 Thread Eibach, Dirk
Somehow iostream seems to be missing in oour latest toolchain | make[2]: Entering directory `/home/de/src/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/wo rk/ppce500v2-angstrom-linux-gnuspe/tiff-4.0.1-r0/tiff-4.0.1/libtiff' | ../powerpc-angstrom-linux-gnuspe-libtool --tag=CC --mode=li

Re: [Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
> Is it an option for you to build the kernel without -Os for > the time being? Sure, that works fine. I am not using the angstrom kernel at the moment anyway. -- Guntermann & Drunck GmbH Systementwicklung Dortmunder Str. 4a

Re: [Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Martin Jansa
On Fri, Mar 02, 2012 at 09:40:19AM +0100, Koen Kooi wrote: > Op 2 mrt. 2012, om 09:13 heeft Eibach, Dirk het volgende geschreven: > > > Since my update yesterday buidling the linux kernel is broken. I get > > "cc1: error: Do not use -Os option if --enable-target-optspace is not > > set." > > This

Re: [Angstrom-devel] (Mixed security state) Re: Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
> There was quoting fix for --enable-target-optspace in: > http://git.openembedded.org/openembedded-core/commit/?id=30253 > 358f5e76fb7b25be27198b4c125e0dbdf2c > > -OPTSPACE = ${@base_contains("SPECIAL_ARCH_LIST", > "${TARGET_ARCH}", "", "--enable-target-optspace",d)} > +OPTSPACE = '${@base_con

Re: [Angstrom-devel] Building tiff broken / More toolchain issues

2012-03-02 Thread Eibach, Dirk
Can anybody confirm this problem? > Somehow iostream seems to be missing in oour latest toolchain > > | make[2]: Entering directory > `/home/de/src/angstrom/setup-scripts/build/tmp-angstrom_2010_x > -eglibc/wo > rk/ppce500v2-angstrom-linux-gnuspe/tiff-4.0.1-r0/tiff-4.0.1/libtiff' > | ../powerpc

Re: [Angstrom-devel] (Mixed security state) Re: Kernel build broken / toolchain issue

2012-03-02 Thread Martin Jansa
On Fri, Mar 02, 2012 at 10:13:52AM +0100, Eibach, Dirk wrote: > > > > There was quoting fix for --enable-target-optspace in: > > http://git.openembedded.org/openembedded-core/commit/?id=30253 > > 358f5e76fb7b25be27198b4c125e0dbdf2c > > > > -OPTSPACE = ${@base_contains("SPECIAL_ARCH_LIST", > > "

Re: [Angstrom-devel] (Mixed security state) Re: (Mixed security state) Re: Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
if this is what you are looking for, but > "bitbake -e gcc > > | grep OPTSPACE" gives > > Is this all? > > > # OPTSPACE=${@base_contains("SPECIAL_ARCH_LIST", > "${TARGET_ARCH}", "", > > "--enable-target-optspace",d)} > > Important is line bellow which shows actual value of this > expresi

[Angstrom-devel] Beagleboard core-eglibc toolchain missing

2012-03-02 Thread Maksym Parkachov
Hi developers, trying to generate native toolchain with narcissus: machine: beagleboard release; core_eglibc both types of SDK tried: full SDK, simple SDK The SDK file is generated, but it contains parts of sysroot (depending on SDK type selected) only. Toolchain itself is absent from this file

[Angstrom-devel] Narcissus online builder local installation

2012-03-02 Thread Enrico Nicoletti
Hi all, I'm trying to make the narcissus online builder work locally without frontend. When opkg runs to install busybox only the sh link is created and preinst/postinst is not executed. I get this error: [...] Installing busybox-syslog (1.13.2-r42.4.6) to root... Copying /home/luca/src/Net/Kern

[Angstrom-devel] Can't build for BeagleBone

2012-03-02 Thread Gary Thomas
In a freshly updated Angstrom tree: OE Build Configuration: BB_VERSION= "1.15.1" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beaglebone" DISTRO= "angstrom" DISTRO_VERSION= "v2012.03-core" TUNE_FEATURES = "armv7a vfp neon cortexa8"

Re: [Angstrom-devel] [meta-ti] Can't build for BeagleBone

2012-03-02 Thread Gary Thomas
On 2012-03-02 07:56, Gary Thomas wrote: In a freshly updated Angstrom tree: OE Build Configuration: BB_VERSION = "1.15.1" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beaglebone" DISTRO = "angstrom" DISTRO_VERSION = "v2012.03-core" TUNE_FEATURES = "armv7a vfp neon cortexa8" TARGET_F

[Angstrom-devel] Why can't I build firefox?

2012-03-02 Thread Gary Thomas
I'd like to test firefox on my BeagleBone using my latest Angstrom setup, so I added the meta-mozilla layer to my layers & now have this OE Build Configuration: BB_VERSION= "1.15.1" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO

Re: [Angstrom-devel] Why can't I build firefox?

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 17:18 heeft Gary Thomas het volgende geschreven: > I'd like to test firefox on my BeagleBone using my latest Angstrom > setup, so I added the meta-mozilla layer to my layers & now have this Angstrom includes meta-mozilla by default, so it looks like you don't actually have an

Re: [Angstrom-devel] Why can't I build firefox?

2012-03-02 Thread Gary Thomas
On 2012-03-02 09:35, Koen Kooi wrote: Op 2 mrt. 2012, om 17:18 heeft Gary Thomas het volgende geschreven: I'd like to test firefox on my BeagleBone using my latest Angstrom setup, so I added the meta-mozilla layer to my layers& now have this Angstrom includes meta-mozilla by default, so it l

Re: [Angstrom-devel] Building tiff broken / More toolchain issues

2012-03-02 Thread Khem Raj
On Fri, Mar 2, 2012 at 1:39 AM, Eibach, Dirk wrote: > > Can anybody confirm this problem? can you try a simple example like a.cpp #include and then compile it with the cross compiler and see if it fails in same way if not then there is something else going on here > >> Somehow iostream see