生成文件:"no rule to make target 'arch/x86_64/Makefile'" linux 内核 2.2.0

makefile: "no rule to make target 'arch/x86_64/Makefile'" linux kernel 2.2.0

我正在尝试配置我的内核 (2.2.0),但是当我使用 make menuconfig 时,make 说:No rule to make target 'arch/x86_64/Makefile'。这是错误的响应,因为 arch 中没有名为 x86_64 的目录。是不是内核树有问题?

我的内核树的源码可以找到here

“问题”是 x86_64 架构在 1999 年还不受支持。如果你想针对这个架构,你只需要从这个千禧年获得一个内核,或者煞费苦心地向后移植必要的代码更改从较新的版本支持它。