avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Forced Linking


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Forced Linking
Date: Fri, 7 Mar 2003 11:33:26 +0100 (MET)

Keith Gudger <address@hidden> wrote:

> I've searched the linker manual and found no option to make it
> include functions.

-u=

or, on the gcc command line:

-Wl,-u=__vector12 (or whatever the function is named)

It predeclares the symbol as »undefined« which will make the linker
look it up in the archive library.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]