>
><avr/iom3000.h> simply lacks the _VECTORS_SIZE definition.  I don't
>know anything about that device, but from what I can gather from that
>file, it doesn't appear to have *any* interrupt vector, so it should
>define _VECTORS_SIZE to be 0.
>
>Try adding
>
>#define _VECTORS_SIZE 0
>
>to your copy.


Yes! I already did that. But I got confused when you referred that SVN trunk 
compiled without any issues. I thought either something was missing from my 
avr-libc copy or that underlying binutils/gcc got something wrong.

Thanks for the help Joerg. The build is going fine as of now.


Anitha


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to