LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   5.7 adjusting the toolchain (https://www.linuxquestions.org/questions/linux-from-scratch-13/5-7-adjusting-the-toolchain-538475/)

echnat0n 03-18-2007 07:18 AM

5.7 adjusting the toolchain
 
Hello,

When adjusting the toolchain en executing the following command,

mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}

i get an error:
mv: cannot stat '/tools/bin/ld' no such file or directory

This is the 5th time that i try it.

Can somebody tell me how to fix it or what i do wrong?

na5m 03-19-2007 08:09 AM

run gcc -dumpmachine
 
Before you run the command that caused you an error, run this command on a line all by itself and post it's response:
Code:

$ gcc -dumpmachine
. It should be something like
Code:

/tools/i686-pc-linux-gnu/bin/ld
, not
Code:

/tools/bin/ld
, I think. Let us know...:)

na5m


All times are GMT -5. The time now is 08:50 PM.