avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] broken code generation


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] broken code generation
Date: Tue, 29 Jan 2019 10:03:12 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

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. ;-)



reply via email to

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