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.


_______________________________________________
AVR-libc-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to