3

我打字

root:/# gcc

不知何故会发生这种情况:

bash: /tools/bin/gcc: No such file or directory

显然,$PATH 有效并且正在查找 /tools/bin/gcc。我已经进入 $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
4

1 回答 1

8

对于使用 x86-64 系统的 Google 员工:

ln -sv /tools/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
于 2017-10-08T00:07:19.410 回答