Binutils problems
Posted: Wed Jul 12, 2006 12:47 pm
I have been following the tutorial on building a GCC Cross-Compiler, but I am having difficulties actually building binutils.
Here are the commands I have run in cygwin so far:
export TARGET=i386-elf
export PREFIX=/os-gcc
cd /binutils
/binutils-2.9.1/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all install
After I run the make command I get these errors:
Here are the commands I have run in cygwin so far:
export TARGET=i386-elf
export PREFIX=/os-gcc
cd /binutils
/binutils-2.9.1/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all install
After I run the make command I get these errors: