compile error svn rev 27 on amd64
folks hi thought i'd give l4re a shot, see how far it is along, and if i can get it compiled on ARM. that failed miserably, with libstdc++v3 errors (using arm-linux-gnueabi-g++ 4.3.2) in Rope and in __is_empty so i thought i'd try amd64, and _that_'s failing too! make[5]: Leaving directory `/home/lkcl/src/l4ka/build-x86/pkg/l4re/util/libs/OBJ-amd64_K8-l4f' make[7]: Leaving directory `/home/lkcl/src/l4ka/build-x86/pkg/bootstrap/server/src/ARCH-amd64/libc32/OBJ-amd64_K8' make[6]: Leaving directory `/home/lkcl/src/l4ka/src/l4/pkg/bootstrap/server/src/ARCH-amd64/libc32' ==> Linking bootstrap32.elf ... Building Makefile.inc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc collect2: ld returned 1 exit status make[5]: *** [bootstrap32.elf] Error 1 i put this into the Makefile but it's having none of it: LDFLAGS := -nostdinc -m32 yes obviously -lgcc is installed, ld is clearly trying to link with libgcc.a instead of ..../32/libgcc.a - what's the story, here? tia, l. p.s. i really do want to get ARM compiled but whereas gcc 4.4.2 and g++ 4.4.2 seem to not barf on libstdc++-v3, arm-linux-gnueabi-g++-4.3.2 does. what's the story there, as well? -- View this message in context: http://old.nabble.com/compile-error-svn-rev-27-on-amd64-tp30307833p30307833.... Sent from the L4 mailing list archive at Nabble.com.
participants (1)
-
lkcl