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

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

Re: [avr-libc-dev] Build of SVN trunk completely broken


From: Dmitry
Subject: Re: [avr-libc-dev] Build of SVN trunk completely broken
Date: Thu, 29 Dec 2011 09:23:09 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17pre) Gecko/20110415 Thunderbird/3.1.10pre

avr-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../common -I../../../include 
-I../../../include  -I../../../common -I../../../include -I../../../include -x 
assembler-with-cpp -Wa,-gstabs -mmcu=avrtiny10 -D__COMPILING_AVR_LIBC__   -MT 
strlcat.o -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.o 
../../../libc/string/strlcat.S
../../../libc/string/strlcat.S: Assembler messages:
../../../libc/string/strlcat.S:99: Error: illegal opcode sbiw for mcu avrtiny10
[...]
Hmm, I thought we don't pretend being able to compile library code for
ATtiny10-like devices at all?

Unlike most sources, the strlcat.S does not contain the
   #if !defined(__AVR_TINY__) ... #endif
cover.
Without thinking about ATtiny10 building at all, I shell
add above this evening.

Dmitry.




reply via email to

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