gpt4 book ai didi

c - Linux内核模块编程Makefile错误

转载 作者:行者123 更新时间:2023-11-30 17:55:20 25 4
gpt4 key购买 nike

我正在尝试在 Fedora 14 中编译“Hello world”linux 内核模块 编程。我的内核版本是“2.6.35.14-97.fc14.i686”,我指的是/lib/modules/$(shell uname -r)/build M=$(PWD) make 文件中的模块来编译我的 hello.o 程序。

此“构建”文件将其显示为特殊文件并链接到 /lib/module/2.6....i686/ 文件夹中的源。

当我编译代码时出现以下错误。

make -C /lib/modules/2.6.35.14-97.fc14.i686/build M=/root/kernel modules
make: *** /lib/modules/2.6.35.14-97.fc14.i686/build: No such file or directory. Stop.

我的Makefile:

obj-m +=hello.o

all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

请给我运行此模块程序的解决方案。

最佳答案

您应该只需要“kernel-devel”,您可以使用 yum 安装它。我使用 ubuntu,只需下载 3.5.0-22-generic 包即可运行,但在 google 上快速搜索“Fedora 的内核开发模块”让我Here希望这可以帮助。

关于c - Linux内核模块编程Makefile错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14445988/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com