LFS-BOOK-SVN-20190908 chapter 6.10 adjusting toolchain can't find "ld-new"
by Terry Coats from LinuxQuestions.org on (#4Q4SP)
Chapter 6.10 LFS-BOOK-SVN-20190908
I've been compiling this version of lfs with no problems
up until now. Here's the problem:
Code:mv -v /tools/bin/{ld,ld-old}
mv -v /tools/$(uname -m)-pc-linux-gnu/bin/{ld,ld-old}
mv -v /tools/bin/{ld-new,ld}
ln -sv /tools/bin/ld /tools/$(uname -m)-pc-linux-gnu/bin/ldThe third line wants to move "ld-new' to "ld."
The problem is there is no "ld-new" in /tools/bin
and I don't see anywhere where it was created, like a step
is missing.Any suggestions on this?


I've been compiling this version of lfs with no problems
up until now. Here's the problem:
Code:mv -v /tools/bin/{ld,ld-old}
mv -v /tools/$(uname -m)-pc-linux-gnu/bin/{ld,ld-old}
mv -v /tools/bin/{ld-new,ld}
ln -sv /tools/bin/ld /tools/$(uname -m)-pc-linux-gnu/bin/ldThe third line wants to move "ld-new' to "ld."
The problem is there is no "ld-new" in /tools/bin
and I don't see anywhere where it was created, like a step
is missing.Any suggestions on this?