Page 1 of 1

OS Specific Toolchain error

Posted: Wed Apr 06, 2016 4:23 am
by Coomer69
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

Code: Select all

../binutils/configure --target=i686-sos --prefix="$PREFIX" --with-sysroot=$HOME/sysroot --disable-werror
make -j4
but the make command fails with the error message

Code: Select all

*** No rule to make target '../../binutils/ld/emulparams/elf_i386_sos.sh', needed by 'eelf_i386_sos.c'. Stop.
I am using autoconf 2.64 and automake 1.11.1.
Any thoughts?

Re: OS Specific Toolchain error

Posted: Wed Apr 06, 2016 5:13 am
by iansjack
Have you created this file, as detailed in the OS Specific Toolchain page?

Re: OS Specific Toolchain error

Posted: Wed Apr 06, 2016 11:13 am
by Coomer69
I feel like such an idiot. All this time I had a space at the end of the file name. :oops: ](*,)