BeagleBoard 循环计数器
我没有成功激活 beagleboard 上的周期计数器寄存器。 我读过我必须编译一个 linux 模块,但我也没有成功。
我的Linux内核是 2.6.35.8-l7
这是beagleboard提出的linux版本 http://elinux.org/BeagleBoard
所以我想我不是这个版本的唯一用户。
任何人都可以给我编译的模块或解释我如何编译该模块! gcc 总是告诉我它错过了一些标头。
谢谢
I do not succed to activate the cycle counter registrer on my beagleboard.
I've read that I have to compile a linux module but I do not succed too.
my linux kernel is
2.6.35.8-l7
This is the linux version proposed by beagleboard
http://elinux.org/BeagleBoard
so I suppose that I'm not the only one user of this version.
Can anybody give me the compiled module or explain me how I can compile the module !
gcc always tell me it miss some header.
Thank's
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果编译器告诉您缺少标头,则很可能您没有安装内核标头。
如果您的发行版是 Debian,请阅读以下内容: http://kernel-handbook.alioth .debian.org/ch-common-tasks.html
If compiler tells you about missing header, most probably you don't have kernel headers installed.
If your distro is Debian read this: http://kernel-handbook.alioth.debian.org/ch-common-tasks.html