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

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

Re: [avr-gcc-list] Linker question


From: Erik Christiansen
Subject: Re: [avr-gcc-list] Linker question
Date: Mon, 4 Jul 2005 19:29:22 +1000
User-agent: Mutt/1.5.6+20040722i

On Sun, Jul 03, 2005 at 10:00:57AM -0400, Trampas wrote:
> Humm, I guess I need to figure out the source code for GCC and start fixing
> such things. 
> Does anyone have a beginners guide to the GCC source code, like information
> of philosophy, compiling, etc? 

Nope, shouldn't be that hard. So long as your gcc invocations use -c
(Compile & assemble only. Don't link.) you'll end up with a .o file for
each source file. When archived (with ar) you'll have "one function per
archive member" if you've put only one function into each source file.

Erik




reply via email to

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