OS Specific Toolchain error
Posted: Wed Apr 06, 2016 4:23 am
Hi.
I am trying to compile binutils 2.24 using the OS Specific Toolchain and Hosted GCC Cross-Compiler wiki pages.
I am compiling with the commands
but the make command fails with the error message
I am using autoconf 2.64 and automake 1.11.1.
Any thoughts?
I am trying to compile binutils 2.24 using the OS Specific Toolchain and Hosted GCC Cross-Compiler wiki pages.
I am compiling with the commands
Code: Select all
../binutils/configure --target=i686-sos --prefix="$PREFIX" --with-sysroot=$HOME/sysroot --disable-werror
make -j4
Code: Select all
*** No rule to make target '../../binutils/ld/emulparams/elf_i386_sos.sh', needed by 'eelf_i386_sos.c'. Stop.
Any thoughts?