当我关注 OSDev Wiki 上的 Bare Bones 教程时。我得到了错误:
i686-elf-as: command not found
我在运行命令时尝试遵循 GCC 交叉编译器说明:
../binutils-x.y.z/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-werror
我得到了错误:
bash: ../binutils-x.y.z/configure: No such file or directory.
如何设置我的 GCC 交叉编译器以使用本教程?