Errors Building binutils 2.19
Posted: Wed Feb 25, 2009 9:46 pm
I'm working on setting up a cross compiler and according to the tutorial I need binutils. So I downloaded the package, untared it, and I ran the commands:
export PREFIX=/usr/cross
export TARGET=i586-elf
cd /usr/src/build-binutils
../binutils-2.19/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all
make install
make check
I'm using Cygwin on Windows XP. The make check shows me some errors but I have no clue what to do... Should I copy and part of the output of make check or should I post the config.log. I'm new to all of this so I don't really know...
export PREFIX=/usr/cross
export TARGET=i586-elf
cd /usr/src/build-binutils
../binutils-2.19/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all
make install
make check
I'm using Cygwin on Windows XP. The make check shows me some errors but I have no clue what to do... Should I copy and part of the output of make check or should I post the config.log. I'm new to all of this so I don't really know...