[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] Error in building patched avr-libc 1.0.4 with new devices
From: |
E. Weddington |
Subject: |
[avr-libc-dev] Error in building patched avr-libc 1.0.4 with new devices. |
Date: |
Tue, 27 Apr 2004 16:37:08 -0600 |
I'm attempting a build at a toolchain by starting with avr-libc 1.0.4, patching
it using the avr-libc-new-devs-5.diff patch (in patch manager) and adding all
the relevant IO headers in include/avr. (Yes, I've already patched binutils and
gcc too with no problems.) Would this be pretty much correct?
If yes, then when building avr-libc I get this error when building:
--------------------------------------
Adding multilib support to Makefile in ../../avr-libc-1.0.4
with_multisubdir=avr5
make[3]: Leaving directory `/cygdrive/e/avrdev/avr-libc/avr5/build/crt1'
make[3]: Entering directory `/cygdrive/e/avrdev/avr-libc/avr5/build/crt1'
avr-gcc -I../../../avr-libc-1.0.4/include -I../../../avr-libc-1.0.4/common
-mmcu=avr5 -x assembler-with-cpp -Wa,-gstabs -mmcu=at90can128 -c
../../../avr-libc-1.0.4/crt1/gcrt1.S -o crtcan128.o
../../../avr-libc-1.0.4/crt1/gcrt1.S: Assembler messages:
../../../avr-libc-1.0.4/crt1/gcrt1.S:153: Error: constant value required
../../../avr-libc-1.0.4/crt1/gcrt1.S:153: Error: number must be less than 64
make[3]: *** [crtcan128.o] Error 1
make[3]: Leaving directory `/cygdrive/e/avrdev/avr-libc/avr5/build/crt1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/e/avrdev/avr-libc/avr5/build'
make[1]: *** [multi-do] Error 1
make[1]: Leaving directory `/cygdrive/e/avrdev/avr-libc/build'
make: *** [all-multi] Error 2
--------------------------------------
Any workarounds, fixes? Is it something I'm doing wrong?
Thanks
Eric
- [avr-libc-dev] Error in building patched avr-libc 1.0.4 with new devices.,
E. Weddington <=