[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Compiling avr-libc problems
From: |
RogerB |
Subject: |
[avr-gcc-list] Compiling avr-libc problems |
Date: |
Sat, 30 Jun 2001 18:10:44 -0400 |
I compiled avr-gcc using gcc-2.95.2 and
gcc-core-2.95.2-avr-patch-1.1.gz
binutils-2.9.5.0.13.tar.bz2 and binutils-2.9.5.0.13-avr-patch-1.1.gz.
Everything seems to be ok but when when I try to compile the libc files I get
the same errors. I tried a number of different version and got the same
errors.
avr-gcc -x assembler-with-cpp -mmcu=at90s1200 -I./../include -I.
-Wa,-gstabs -c gcrt1.S -o crts1200.o
In file included from macros.inc:18,
from gcrt1.S:27:
../include/io-avr.h:71: warning: #warning "device type not defined"
gcrt1.S: Assembler messages:
gcrt1.S:211: Error: non-constant expression in ".if" statement
gcrt1.S:229: Error: Constant value required
gcrt1.S:245: Error: register required
gcrt1.S:246: Error: register required
gcrt1.S:250: Error: register required
gcrt1.S:251: Error: register required
macros.inc:176: Error: register required
gcrt1.S:261: Error: register required
gcrt1.S:272: Error: register required
gcrt1.S:273: Error: register required
gcrt1.S:282: Error: register required
make: *** [crts1200.o] Error 1
That error was from avr-libc-20010616. any suggestions will help.
Thanks RogerB.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-gcc-list] Compiling avr-libc problems,
RogerB <=