下面是我在我的机器上编译linux源代码的步骤:
步骤3失败并出现以下错误: make1:*没有使目标“丢失-syscalls”的规则。停止播放。
在x86框上编译。有什么建议吗?如果这个问题不属于这里,请随时结束它。
发布于 2009-09-01 23:46:20
你能确保内核头和内核开发都安装了吗?
例句:百胜安装内核-报头内核-开发
以下是我在FC11上使用普通内核Linux2.6.30.4所做的步骤
# -- decompress kernel source into /usr/src --
# cd /usr/src/linux-2.6.30.4
# cp /boot/config-2.6.29.6-217.2.fc11.x86_64 ./.config
# make clean
# make oldconfig
# choose 2 (Bzip2) kernel
# Hit enter and accepted the defaults for all the answers - You may want to do different
# make bzImage
# make moduleshttps://serverfault.com/questions/61354
复制相似问题