1) when you develop a linux device driver ,you`d better add the MODUEL_LIENSE to avoid some bothering problem like unkown symbol : platform_driver_register
2) When make a file system for a test linux system ,you`d better make a directary called /lib/modules/`uname -r` to avoid some problem like chdir(/lib/modules):no such file or directory .
阅读(922) | 评论(0) | 转发(0) |