Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Coomer69
Member
Posts: 31 Joined: Thu Feb 20, 2014 4:49 am
Post
by Coomer69 » 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
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?
iansjack
Member
Posts: 4706 Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK
Post
by iansjack » Wed Apr 06, 2016 5:13 am
Have you created this file, as detailed in the OS Specific Toolchain page?
Coomer69
Member
Posts: 31 Joined: Thu Feb 20, 2014 4:49 am
Post
by Coomer69 » Wed Apr 06, 2016 11:13 am
I feel like such an idiot. All this time I had a space at the end of the file name.