[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Regarding file organisation...
From: |
Jon McClintock |
Subject: |
Re: [avr-gcc-list] Regarding file organisation... |
Date: |
Fri, 26 Jul 2002 07:24:31 -0700 |
User-agent: |
Mutt/1.3.28i |
On Fri, Jul 26, 2002 at 10:35:30PM +1000, David Snowdon wrote:
> I noticed in the howto from AVRFREAKs that all the source files are
> expected to be in the one directory so that AVR-GCC and AVR Studio 3 can
> work in happy harmony.
>
> Is this really the case? Its a huge pain, since I have multiple CVS
> repositories for different parts of the same program. Is there really no
> way of compiling and linking files which are in sub-directories?
I don't know about AVR Studio, but in my last AVR project, I had about
20 different source files spread across several directories. What I
ended up doing was building a library with all of the different object
files, and then linking that into the main binary.
-Jon
avr-gcc-list at http://avr1.org