On Thu, Nov 5, 2009 at 2:49 AM, jorge fernandez monteagudo <[email protected]> wrote: >> > >> > what version of gcc is installed on your build box ? My guess is that >> > > -isystem/mnt/hdb1/arm-beagle/angstrom-dev/staging/i686-linux/usr/include >> > is causing trouble for you in the CFLAGS. IIRC there was some issue >> > with gcc 4.2 where isystem mucked with compiler defaults and it did >> > not search the default include paths correctly. You can build a local >> > version of different gcc (say gcc 4.4) on your build box and install >> > it and use to compile the cross and native packages. >> > >> > Thanks >> > >> > -Khem >> > >> > _______________________________________________ >> > Openembedded-devel mailing list >> > [email protected] >> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >> >> Yes, you're right. My gcc version is >> >> $ gcc --version >> gcc (GCC) 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0) >> Copyright (C) 2007 Free Software Foundation, Inc. >> >> Is there some way to solve this without installing a new gcc ? >> >> Thanks! >> Jorge >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > Khem, I get the same error with the gcc 4.3 ! > > $ gcc --version > gcc (GCC) 4.3 20070713 (experimental) (4.3-0.20070713.5mdv2008.0) > > What gcc version do you use to build oe ??
I use several of them. Closest to your I use is 4.2.4 (ubuntu) and binutils-cross_2.18.50.0.7.bb built fine with this on .dev > > regards, > Jorge > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
