[Top][All Lists]
[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
- [avr-gcc-list] Rowley Complier Vs GCC, (continued)
- [avr-gcc-list] Rowley Complier Vs GCC, Trampas, 2005/07/02
- [avr-gcc-list] Linker question, Trampas, 2005/07/02
- Re: [avr-gcc-list] Linker question, Ned Konz, 2005/07/03
- [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/03
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/07
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/08
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- RE: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Colin Paul Gloster, 2005/07/04
- RE: [avr-gcc-list] Linker question, Trampas, 2005/07/03
- Re: [avr-gcc-list] Linker question,
Erik Christiansen <=
- Re: [avr-gcc-list] Rowley Complier Vs GCC, Joerg Wunsch, 2005/07/03
- Re: [avr-gcc-list] Rowley Complier Vs GCC, Anton Erasmus, 2005/07/04
- RE: [avr-gcc-list] Rowley Complier Vs GCC, stevech, 2005/07/04
- RE: [avr-gcc-list] Rowley Complier Vs GCC, Trampas, 2005/07/04
Re: [avr-gcc-list] can't upgrade/patch for tiny13, Terry Karlson, 2005/07/06