我试图在ubuntu-10.04中引用this tutorial为我的2.6.32内核构建vmlinux镜像。这些是我遵循的步骤
1.安装的构建工具与
sudo apt-get build-dep linux-image-$(uname -r)
2.使用
下载源
apt-get source linux-image-$(uname -r)
3. cd到提取的源目录并运行
fakeroot debian/rules clean
但它给了我错误
fakeroot deb/rules clean
/usr/bin/fakeroot: line 176: deb/rules: No such file or directory
我的新未压缩内核源目录不包含任何名为deb或deb / rules的目录。那么fakeroot debian/rules clean
实际上他们的意思是什么?如何找到文件debian/rules
?
发现this question没有任何已解决的答案。请帮忙