|
From: | Rolf Ebert |
Subject: | Re: [avr-libc-dev] Problems with binutils patches |
Date: | Sun, 25 May 2008 13:15:34 +0200 |
User-agent: | Thunderbird 2.0.0.14 (Windows/20080421) |
Hi Eric, Weddington, Eric schrieb:
I have had some reports of binutils 2.18 patches failing to patch (Hi,Blake), but we have yet to track down exactly what the problem is.Attached is a .zip file containing the binutils 2.18 patches that I'm using. Let me know how it works out for you.
All of the of 2.18 patches in your ZIP file apply cleanly. No patching problem anymore. But when compiling the patched sources I get the error:
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.18/bfd -I. -D__USE_MINGW_FSEEK -I. -I../../binutils-2.18/bfd -I../../binutils-2.18/bfd/../include -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o cpu-avr.lo ../../binutils-2.18/bfd/cpu-avr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.18/bfd -I. -D__USE_MINGW_FSEEK -I. -I../../binutils-2.18/bfd -I../../binutils-2.18/bfd/../include -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c ../../binutils-2.18/bfd/cpu-avr.c -o cpu-avr.o ../../binutils-2.18/bfd/cpu-avr.c:92: error: 'bfd_mach_avrxmega1' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:95: error: 'bfd_mach_avrxmega2' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:98: error: 'bfd_mach_avrxmega3' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:101: error: 'bfd_mach_avrxmega4' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:104: error: 'bfd_mach_avrxmega5' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:107: error: 'bfd_mach_avrxmega6' undeclared here (not in a function) ../../binutils-2.18/bfd/cpu-avr.c:110: error: 'bfd_mach_avrxmega7' undeclared here (not in a function)
make[4]: *** [cpu-avr.lo] Error 1 Rolf
[Prev in Thread] | Current Thread | [Next in Thread] |