From: Tom B. <tb...@xt...> - 2007-03-22 22:17:24
|
Hi, I'm trying to build an astLinux image for the gumstix for the first time. I've checked out the latest code with subversion, when I build I get the following error trying to build the uCLibc library: /home/tbova/astlinux/build_arm_nofpu/staging_dir/bin/arm-linux-uclibc-ld -EL -shared --warn-common --warn-once -z combreloc -z defs -s -z relro -z now -soname=libc.so.0 -o libuClibc-0.9.28.so \ --whole-archive shared_libc.a \ ../libc/misc/internals/interp.o --no-whole-archive \ -init __uClibc_init ../lib/ld-uClibc.so.0 /home/tbova/astlinux/build_arm_nofpu/staging_dir/lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a shared_libc.a(decodeq.o): In function `__decode_question': resolv.c:(.text+0x90): undefined reference to `__stack_chk_fail' resolv.c:(.text+0xa0): undefined reference to `__stack_chk_guard' make[1]: *** [shared] Error 1 make[1]: Leaving directory `/home/tbova/astlinux/toolchain_build_arm_nofpu/uClibc-0.9.28/libc' make: *** [shared] Error 2 -bash-3.00$ Does any know what might be causing this problem? I'm compiling on a CentOS 4.4 system with native gcc version 3.4.6 - Tom |