avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] ATtiny25/45/85


From: Eric Weddington
Subject: Re: [avr-libc-dev] ATtiny25/45/85
Date: Mon, 10 Oct 2005 09:58:41 -0600
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Patrick Blanchard wrote:
On Mon, 2005-10-10 at 09:23 -0600, Eric Weddington wrote:


There are essentially four steps to include support for a new device
in the toolchain. These can be done in any order:
- Add support in binutils (assembler, linker)
- Add support in GCC (compiler)
- Add support in avr-libc for building the start-up code
- Add the IO header files in avr-libc.


OK, thanks.

I read the material you posted, but could you be a bit more specific as
to why someone starts on the makefile?

It seems to be a wasted effort; why not simply start and complete the
addition with a new header?

1. You cannot "simply start and complete the addition with a new header". That is only the fourth step that I described above. 2. You have to do *all* the steps I mentioned in order to have support for the new device in the compiler.
3. I said that all of those steps can be done in *any order*.
4. The conversation that you quoted earlier in the thread had actually not much to do with supporting the new devices. So you may or may not be misinformed as to what is going on.


--
Eric Weddington




reply via email to

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