Zeb*_*kle 4 gcc path root linux-from-scratch linux-kernel
我打字
root:/# gcc
不知怎的,这发生了:
bash: /tools/bin/gcc: No such file or directory
显然,$ PATH工作并正在寻找/ tools/bin/gcc.我正在chroot进入$ LFS并且迈出了这一步:http://www.linuxfromscratch.org/lfs/view/stable/chapter06/linux-headers.html.
编辑:现在make mrproper不再给我一个找不到gcc错误.奇怪的.
EDIT2:没关系,
root:/sources/linux-3.13.3# make mrproper
make: gcc: Command not found
对于使用x86-64系统的Google员工:
ln -sv /tools/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2