Re: [avr-gcc-list] object file break up

2006-02-13 Thread Joerg Wunsch
Russell Shaw [EMAIL PROTECTED] wrote: You need to separate the project into multiple source files and compile and link them separately. As an alternative, it could be handled using some #ifdef spagghetti, and a Makefile that recompiles the same source file into many different object files,

Re: [avr-gcc-list] object file break up

2006-02-12 Thread Peter Harrison
Ning Xu wrote: Hi, I am thinking of breaking a big avr object file into a set of smaller object files. Is it possible in theroy? does anyone know any tool out there that does this? thanks, Ning Building a large program from a number of defferent source files is generally a good thing.

[avr-gcc-list] object file break up

2006-02-11 Thread Ning Xu
Hi, I am thinking of breaking a big avr object file into a set of smaller object files. Is it possible in theroy? does anyone know any tool out there that does this? thanks, Ning ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org

Re: [avr-gcc-list] object file break up

2006-02-11 Thread Russell Shaw
Ning Xu wrote: Hi, I am thinking of breaking a big avr object file into a set of smaller object files. good Is it possible in theory? yes does anyone know any tool out there that does this? brain;) You need to separate the project into multiple source files and compile and link

Re: [avr-gcc-list] object file break up

2006-02-11 Thread Ned Konz
On Feb 11, 2006, at 2:47 PM, Ning Xu wrote: I am thinking of breaking a big avr object file into a set of smaller object files. Is it possible in theroy? does anyone know any tool out there that does this? If it's big because there's lots of functions in it, just edit the source so you