Opened 21 years ago
Closed 21 years ago
#747 closed defect (invalid)
Re-adjusting the toolchain needs /bin/echo
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
I tried to run "make -C ld INSTALL=/tools/bin/install install" like suggested on page chapter06/adjustingtoolchain.html, but I got error messages:
/bin/sh ./libtool --mode=install /tools/bin/install ld-new /tools/bin/ld
./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 4746: /bin/echo: No such file or directory ./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 4822: /bin/echo: No such file or directory ./libtool: line 4823: /bin/echo: No such file or directory make[2]: * [install-exec-local] Error 1 make[2]: Leaving directory `/sources/binutils-build/ld' make[1]: * [install-am] Error 2 make[1]: Leaving directory `/sources/binutils-build/ld' make: * [install-recursive] Error 1 make: Leaving directory `/sources/binutils-build/ld'
It seems that I need to run "ln -s /tools/bin/echo /bin/" before install works.
Please use the support lists to resolve *your* problems first. If at the end of the resolution process it is deemed that *your* problem was encountered as a result of a problem with the book's instructions then (and only then) a bug will be created to handle it.