This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]