problem in linking

Daniel Jacobowitz drow@false.org
Fri Dec 1 19:21:00 GMT 2006


On Fri, Dec 01, 2006 at 03:46:04PM +0100, massimiliano cialdi wrote:
> How can I force the linker to output f12.o from libl1.a to executable
> even if no function is called explicitly?

A good way is to add '-u SYMBOL' for some symbol in that file.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Binutils mailing list