On Apr 21, 2006, at 6:27 PM, Steve Franks wrote:

Hi Y'all,

I get the following warning:

main.cpp:92: warning: `_Z16__vector_defaultv' appears to be a misspelled
signal handler

When I try to compile:

ISR(__vector_default) { puts("\nUI"); }

On a Mega168.  I changed "SIGNAL" to "ISR", and changed #include
"avr/signal.h" to "avr/interrupt.h"

Are you doing

extern "C" {
#include <avr/interrupt.h>
}


for the include?

--
Ned Konz
[EMAIL PROTECTED]




_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to