Linux 内核 2.6 编译期间丢失系统调用错误

发布于 2024-10-01 06:26:11 字数 232 浏览 3 评论 0原文

我正在尝试通过向内核中添加自定义系统调用来试验Linux内核。我一开始成功了,后来我对包含新调用代码的文件进行了一些修改,当我尝试使用以下命令重新编译内核时

制作 bzImage

我收到以下错误:

alt text

错误的原因似乎是什么?

i am trying to experiment with linux kernel by adding a custom system call into the kernel.I succeeded at first and later I made some modifications to the file containing the new call code and when i tried to recompile the kernel with

make bzImage

i get the the following error:

alt text

What seems to be the reason for the error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨夜星沙 2024-10-08 06:26:12

由于自定义代码中的代码更改,无法编译您的 syscal 模块依赖项

Your syscal module dependecies cannot be compiled because of code changes in your custom code

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文