(Please subscribe to the list, you'll miss replies otherwise.)

As Vidar Vidnes wrote:

> In file included from ../../../../common/macros.inc:39:0,
>                  from ../../../../crt1/gcrt1.S:38:
> ../../../../include/avr/io.h:404:6: warning: #warning "device type not
> defined"

Herein lies the rub.  Somehow, your build process must be busted, and
no (or no appropriate) -mmcu= option passed to the compiler.  You
didn't include the compiler command-line in your transcript.

Without a valid MCU name, building gcrt1.S cannot work.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


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

Reply via email to