Guest User

Untitled

a guest
May 17th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. true -x -R .note -R .comment libc/libc_so.a
  2. | install -d lib/
  3. | rm -f lib/libc.so lib/libc.so.0 lib/libuClibc-0.9.30.2.so
  4. | arm-angstrom-linux-uclibceabi-gcc -march=armv4t -mtune=arm920t -mthumb-interwork -mno-thumb --sysroot=/home/rahul/OEBASE/build/tmp/sysroots/armv4t-angstrom-linux-uclibceabi -Wl,-EL -shared -Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc -Wl,-z,relro -Wl,-z,now -Wl,--hash-style=gnu -Wl,-z,defs -Wl,-init,__uClibc_init -Wl,-soname=libc.so.0 -nostdlib -o lib/libuClibc-0.9.30.2.so -Wl,--whole-archive libc/libc_so.a -Wl,--no-whole-archive ./lib/interp.os ./lib/ld-uClibc.so.0 ./lib/uclibc_nonshared.a /home/rahul/OEBASE/build/tmp/sysroots/i686-linux/usr/armv4t/lib/gcc/arm-angstrom-linux-uclibceabi/4.5.3/libgcc.a
  5. | libc/libc_so.a(versionsort.os): In function `versionsort':
  6. | /home/rahul/OEBASE/build/tmp/work/mini2440-angstrom-linux-uclibceabi/uclibc-0.9.30.2-r35.1/uClibc-0.9.30.2/libc/misc/dirent/versionsort.c:13: undefined reference to `__GI_strverscmp'
  7. | collect2: ld returned 1 exit status
  8. | make: *** [lib/libc.so] Error 1
  9. | FATAL: oe_runmake failed
  10. | ERROR: Function do_compile failed
  11. NOTE: package uclibc-0.9.30.2-r35.1: task do_compile: Failed
  12. ERROR: TaskFailed event exception, aborting
Add Comment
Please, Sign In to add comment