[uClibc]Compile messages with 0.9.15 and latest

Thomas Cameron tom at ceisystems.com
Tue Nov 5 10:56:57 UTC 2002


Hello all,

It's been a while since I've actively taken part in the uClibc or BusyBox mailing lists, and equally as long since I've used either.  I recently started another project, and picked up my older projects, which means I've recently started compiling uClibc/BusyBox again.  I would like to take this opportunity to thank Erik Anderson, the people at kernel.org, and everybody that has contributed time, money, code, bandwidth, storage, or anything else to the uClibc and/or BusyBox projects.  I feel that they are both EXTREMELY worthwhile projects, and have been found invaluable to many people in the computer industry.  Anyway, enough of that.  :-)

I am running into a problem while compiling uClibc.  Because I am no longer familliar with the build system, I have no idea where to start when tracking down this problem.  I googled a bit, but to no avail.  It appears that something funny (and I use that term loosely) is happening with my assembler.  Here's my output...


===================================================
gcc "-Wall" -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -Os -march=i686 -mcpu=i686 -mpreferred-stack-boundary=2 -falign-jumps=0 -falign-loops=0 -ffast-math -fno-builtin -fPIC -c crti.S -o crti.o
/tmp/ccVezxyi.s: Assembler messages:
/tmp/ccVezxyi.s:17: Error: junk `.get_pc_thunk.bx' after expression
/tmp/ccVezxyi.s:32: Error: junk `.get_pc_thunk.bx' after expression
/tmp/ccVezxyi.s:37: Warning: rest of line ignored; first ignored character is `1'
/tmp/ccVezxyi.s:38: Warning: rest of line ignored; first ignored character is `1'
/tmp/ccVezxyi.s:39: Warning: rest of line ignored; first ignored character is `1'
/tmp/ccVezxyi.s:40: Error: unrecognized symbol type ""
/tmp/ccVezxyi.s:40: Warning: rest of line ignored; first ignored character is `1'
/tmp/ccVezxyi.s:41: Warning: rest of line ignored; first ignored character is `1'
make[4]: *** [crti.o] Error 1
make[4]: Leaving directory `/opt/development/FireWall/src/packages/uClibc-20021104/libc/sysdeps/linux/common'
make[3]: *** [_dir_common] Error 2
make[3]: Leaving directory `/opt/development/FireWall/src/packages/uClibc-20021104/libc/sysdeps/linux'
make[2]: *** [_dir_linux] Error 2
make[2]: Leaving directory `/opt/development/FireWall/src/packages/uClibc-20021104/libc/sysdeps'
make[1]: *** [_dir_sysdeps] Error 2
make[1]: Leaving directory `/opt/development/FireWall/src/packages/uClibc-20021104/libc'
make: *** [_dir_libc] Error 2
===================================================



More information about the uClibc mailing list