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

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

Re: [avr-gcc-list] Re: [avr-libc-dev] Warning messages


From: Ron Kreymborg
Subject: Re: [avr-gcc-list] Re: [avr-libc-dev] Warning messages
Date: Wed, 5 Mar 2008 21:11:52 +1100

Using "asm" in a C++ interrupt handler (the CLASS_IRQ macro) produces the
"misspelled signal handler" warning for every AVR interrupt routine. Thus it
would be fatal to using this method if detecting this aborted the compile.
So any change would need to keep the C++ situation in mind, meaning the
action following the detection of a misspelled handler would need to
discriminate between C and C++ code. 

A lot of bother and hence my suggestion for some means for turning it off,
typically after one has got all the interrupts in a project working.

Ron






reply via email to

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