【发布时间】:2012-09-06 16:23:30
【问题描述】:
我正在尝试构建一个新的内核并向该构建的内核添加一个新的系统调用,当我在创建新的系统调用后尝试使用“make”命令重新编译时,我收到了这个错误。
scripts/Makefile.build:44: /usr/src/linux-3.0.42/block/helloworld/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-3.0.42/block/helloworld/Makefile'. Stop.
make: *** [block/helloworld] Error 2
如果有人可以帮助我,我将不胜感激:)
【问题讨论】:
-
helloworld 目录是什么?里面是什么?我认为错误信息很清楚
-
helloworld 是我创建新系统调用和生成文件的地方
标签: makefile compiler-errors linux-kernel fedora system-calls