Error While Installing Binutils
I'm currently trying to install the newest version of binutills to my /usr/local/avr directory for use with the AVR library. I'm following this guide here. avr-libc: Building and Installing the GNU Tool Chain
After running the configure file, I run the makefile and i keep getting this error. Any advice?
(I'm running Ubuntu 8.10)
avr-dis.c: In function 'avr_operand':
avr-dis.c:112: error: format not a string literal and no format arguments
avr-dis.c:152: error: format not a string literal and no format arguments
avr-dis.c:161: error: format not a string literal and no format arguments
avr-dis.c:172: error: format not a string literal and no format arguments
make[4]: *** [avr-dis.lo] Error 1
make[4]: Leaving directory `/home/mdmaxson/Desktop/binutils-2.19/opcodes'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/mdmaxson/Desktop/binutils-2.19/opcodes'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/mdmaxson/Desktop/binutils-2.19/opcodes'
make[1]: *** [all-opcodes] Error 2
make[1]: Leaving directory `/home/mdmaxson/Desktop/binutils-2.19'
make: *** [all] Error 2