Building LFS using LFS-Book 7.10-systemd. Getting the following error
message -Section "6.7. Linux-4.7.2 API Headers":

root:/sources/linux-4.7.2# make mrproper
  CLEAN   include/generated
root:/sources/linux-4.7.2# make INSTALL_HDR_PATH=dest headers_install
  CHK     include/generated/uapi/linux/version.h
  UPD     include/generated/uapi/linux/version.h
  HOSTCC  scripts/basic/fixdep
gcc: error trying to exec
'/tools/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/as':
 execv: No such file or directory
make[1]: *** [scripts/Makefile.host:91: scripts/basic/fixdep] Error 1
make: *** [Makefile:446: scripts_basic] Error 2


The executable file "as" does exist at the indicated path:
/tools/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/as'
 

with the following mode:
> -rwxr-xr-x 2 root root 1860328 Jan  7
19:47 ../../tools/x86_64-pc-linux-gnu/bin/as

Any thoughts on why it's not being located?
-- 
Dr. George E. Moore Ph.D

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to