As avr-libc-devel wrote:

> Can anyone comment on what is going on?

Seems like a strange compiler build.

> Command line to compile the project:
> $ avr-gcc -iquote . -Os -pipe -mmcu=attiny2313 -mint8 -g -c -o blink.o
> blink.c

While I would not recommend using -mint8 (it has been deprecated for a
long time), the commandline looks basically OK.

You could add a -v to see more details.

Did you build the compiler yourself?
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

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

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

Reply via email to