Please help me figure this out
I have downloaded Different source code versions:
gcc-6.2.0
texinfo-6.3
binutils-2.9
gmp-4.3.2
mpc-0.8.1
isl-0.15
mpfr-2.4.2
but when i executed (http://wiki.osdev.org/Building_GCC)
../binutils-2.9/configure --prefix="$PREFIX" --disable-nls --disable-werror
It broke down with the following Errors:
Configuring for a x86_64-unknown-linux-gnu host.
Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
Unrecognized host system name x86_64-unknown-linux-gnu.
Cross Compiler Error
-
- Member
- Posts: 5587
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Cross Compiler Error
Are you sure you want binutils from 1998? Try something newer, like binutils-2.28.varun wrote:binutils-2.9
Re: Cross Compiler Error
Sorry, to bother you with such a small mistake
Solved, thanks man
Solved, thanks man
- dchapiesky
- Member
- Posts: 204
- Joined: Sun Dec 25, 2016 1:54 am
- Libera.chat IRC: dchapiesky
Re: Cross Compiler Error
that kind of version number scheme has always irritated me.... I did that exact same thing one time
Plagiarize. Plagiarize. Let not one line escape thine eyes...