RE: ld warning (was Optimization, remove unused code from Image)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Srikanth,

> ld --gc-sections *.o

Don't do that.

Try this instead:
gcc -Wl,--gc-sections *.o

Also note: --gc-sections doesn't work in some environments. (Hmmm, I was under the vague impression that the gc facility was disabled entirely. But don't quote me on that.)

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux