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

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

Re: [avr-gcc-list] Input capture feature on ATmega128 not working?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Input capture feature on ATmega128 not working?
Date: Mon, 7 Oct 2002 12:00:29 +0200 (MET DST)

"John Miles" <address@hidden> wrote:

> I guess there's no
> way for the compiler to validate names of interrupt routines...

Unfortunately yes, this seems to be hard to implement.  (Marek once
wrote about this problem.)

> although perhaps the linker should have given an error message when
> the interrupt name didn't match any of its known interrupt names.

The linker has even more of a hard time to tell this.  It doesn't know
anything about the device it's going to link for.  If at all, it must
be the compiler to tell this.

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



reply via email to

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