htc 传单的内核模块
我必须为 htc Flyer 编译一个内核模块,我从 http://htcdev.com 获取了 htc Flyer 的内核源代码/devcenter/下载 我过去为 htc Hero 编译了相同的模块(通过从设备中提取 /proc/config.gz 文件)。我没有携带 htc 传单。有人可以告诉我如何为 htc Flyer 编译内核模块吗?如果过程与 htc Hero 类似,有人可以发布 htc Flyer 的 config.gz 文件吗?如果没有,有人可以告诉我如何为 htc 传单构建内核模块或指向资源。我用谷歌搜索,找不到任何有用的东西。提前致谢。
I have to compile a kernel module for htc flyer,I got the kernel source for htc flyer from http://htcdev.com/devcenter/downloads
I have compiled the same module for htc hero in the past(by pulling out the /proc/config.gz file from the device). I didn't have a htc flyer with me . can someone tell me how to compile a kernel module for htc flyer, if the process is similar to htc hero can someone please post the config.gz file for htc flyer. If not can some one tell me how to build a kernel module for htc flyer or point to resources. I googled and can not find anything useful. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
配置文件与内核源代码一起位于文件夹 /arch/arm/config 中。在本例中是 Flyer_defconfig
The config files are available with the kernel source code in the folder /arch/arm/config . In this case it's flyer_defconfig