OS Specific Toolchain error

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.
Post Reply
Coomer69
Member
Member
Posts: 31
Joined: Thu Feb 20, 2014 4:49 am

OS Specific Toolchain error

Post 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?
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: OS Specific Toolchain error

Post by iansjack »

Have you created this file, as detailed in the OS Specific Toolchain page?
Coomer69
Member
Member
Posts: 31
Joined: Thu Feb 20, 2014 4:49 am

Re: OS Specific Toolchain error

Post by Coomer69 »

I feel like such an idiot. All this time I had a space at the end of the file name. :oops: ](*,)
Post Reply