On Tue, 2011-05-31 at 15:49 +0200, Marco Cavallini wrote: > Phil Blundell ha scritto, Il 31/05/2011 15:25: > > On Tue, 2011-05-31 at 08:59 +0200, Marco Cavallini wrote: > >> BTW looks like I have a major problem with gcc 4.4 and armel - the ABI > >> of va_list changed (for c++ libraries) > > > > Why is this a problem? > > Phil, > looks like the problem is gcc-4.3 on the Host side (Debian Lenny x86_64) > and besides I wonder if I'm the only one OE user using this distro I'm > doing a backup of the whole system and planned to upgrade to Squeeze > tomorrow. > > This is the output: > > /home/koan/devel/build/angstrom/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-initial-4.5-r36.1+svnr170880/gcc-4_5-branch/gcc/config/arm/neon.md:5730: > internal compiler error: Segmentation fault > | Please submit a full bug report, > | with preprocessed source if appropriate. > | See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
That certainly does indicate a bug in your host gcc (if it's reproducible in the same place) or a broken computer (if it occurs at different, random places). Assuming the first, you might be able to work around it by building the cross gcc with less optimisation, but if you're going to upgrade to squeeze anyway then that probably will solve the problem too. This doesn't seem to have anything to do with the thing you originally mentioned (ARM va_list ABI change in gcc 4.4) though. p. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
