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: Keith Gudger
Subject: Re: [avr-gcc-list] Forced Linking
Date: Fri, 7 Mar 2003 07:30:13 -0800 (PST)

Thanks.  I tried that, and it didn't work.  I made sure I looked at the
.elf file to get the correct symbol name, too.  No luck. 

Keith

On Fri, 7 Mar 2003, Joerg Wunsch wrote:

> 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/
> 
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
> 
> 



reply via email to

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