From: Konstantin L. <Kon...@ma...> - 2007-08-14 07:17:25
|
Hello, Marcel! You wrote to <log...@li...> on Mon, 13 Aug 2007 08:29:25 -0700 (PDT): MM> I also attached the config.log file for additional info This is your error /usr/local/U-Boot/U-Boot/toolchain/bin/../lib/gcc-lib/arm-linux-uclibc/3.3.3/../../../../arm-linux-uclibc/bin/ld: warning: ld-uClibc.so.0, needed by /home/mem/LxNETES/LxNETES/lib//libc.so, not found (try using -rpath or -rpath-link) /usr/local/U-Boot/U-Boot/toolchain/bin/../lib/gcc-lib/arm-linux-uclibc/3.3.3/../../../../arm-linux-uclibc/lib/crt1.o(.text+0x20): In function `_start': : undefined reference to `__uClibc_start_main' /home/mem/LxNETES/LxNETES/lib//libc.so: undefined reference to `__libc_stack_end' collect2: ld returned 1 exit status I think you should write simple makefile and build simple executable file to figure out what flags you need to build a minimal program. Than you should pass those flags to configure script. With best regards, Konstantin Litvinenko. |