On Monday 30 April 2012 07:27:15 Laurent Bercot wrote: > > If your static app does not use stdio then it will not be linked into the > > binary. If it is linked in, then you must be using a broken toolchain, so > > what versions of uClibc and GCC do you use? > > Hi Bernhard and list, > > I was curious so I did the most simple test there is. > Unfortunately, I'm not savvy enough with ELF and objdump to correctly > interpret the results, so I'll leave it to you guys.
ld's -M (map) option tells a better story in showing where things get pulled from. so instead, run: $ gcc -o true -static true.c -Wl,-M -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
