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

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

Re: [avr-gcc-list] avr libc include files: iomacros.h


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] avr libc include files: iomacros.h
Date: Wed, 19 Jul 2006 12:16:51 +0200 (MET DST)

"Roger A. Furer" <address@hidden> wrote:

> My question is: where do I find the "iomacros.h" file?

<iomacros.h> is part of IAR's library/environment.  The closests
equivalent you could find in avr-libc is probably <avr/io.h>.
However, avr-libc has split its functionality across a few more header
files, so depending on what you want, you might need to include more
files (like <avr/interrupt.h>).

If you've seen a reference to <iomacros.h> in some file, that probably
means this file is not right away compatible with AVR-GCC/avr-libc as
it is though.  You might need some effort to adapt it to the different
compiler/library environment.  I'm not sure which file you're talking
about, in case it's the AVR Butterfly demo source code, Martin Thomas
has once ported that to AVR-GCC.

-- 

J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

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