gcc3.4 problem

Leon Brits ljbrits at gmail.com
Wed Aug 24 13:02:02 CEST 2005


Hi all,

Based on recent posts on this mailing list I decided to also give GCC
3.4 a go and ran into the following error when compiling l4linux-2.4:

ljbrits at abc:/home/drops/DROPS/l4linux-2.4 $ make
scripts/split-include include/linux/autoconf.h include/config
gcc -D__KERNEL__ -I/home/drops/trunk/l4linux-2.4/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-gstabs+ -DLINUX_ON_L4 -I/home/drops/DROPS/l4/include/x86/l4v2
-I/home/drops/DROPS/l4/include/x86 -I/home/drops/DROPS/l4/include
-DL4API_l4v2 -pipe -mpreferred-stack-boundary=2 -march=i686
-fno-unit-at-a-time   -DKBUILD_BASENAME=main -c -o init/main.o
init/main.c
init/main.c: In function `init':
/home/drops/trunk/l4linux-2.4/include/asm-l4/arch-i386/unistd.h:90:
sorry, unimplemented: inlining failed in call to '__SC__open': function
body not available
init/main.c:105: sorry, unimplemented: called from here
/home/drops/trunk/l4linux-2.4/include/asm-l4/arch-i386/unistd.h:89:
sorry, unimplemented: inlining failed in call to '__SC__dup': function
body not available
init/main.c:104: sorry, unimplemented: called from here
/home/drops/trunk/l4linux-2.4/include/asm-l4/arch-i386/unistd.h:89:
sorry, unimplemented: inlining failed in call to '__SC__dup': function
body not available
init/main.c:104: sorry, unimplemented: called from here
make: *** [init/main.o] Error 1

As I said I installed GCC3.4 on my system (Ubuntu 5.04) and changed all
the symlinks in /usr/bin to point to the new installation of gcc and g
++. I made sure that everything was compiling just fine before
installing the new compiler.

Any suggestions?

Thanks
Leon








More information about the l4-hackers mailing list