Thread
:
Device Driver Development help
View Single Post
fanoush
2007-07-21 , 18:22
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#
2
First try to configure or better even build the kernel. This will prepare kernel sources and make proper architecture specific symbolic links in include directory. Also make sure the include path is correct for your driver Makefile so you are not including other headers by mistake. there are tons of examples on the net how to make out of tree kernel driver. You can also check my simple kernel module example (hack to mess with mtd partition flags) for n770
http://fanoush.wz.cz/maemo/nand_rw_enable.tgz
Quote & Reply
|
fanoush
View Public Profile
Send a private message to fanoush
Visit fanoush's homepage!
Find all posts by fanoush