参照mx27的编译 方法1.gedit /root/.bashrc 把环境变量设成export PATH=$PATH:/home/developer/arm926t_fpu_443/output/staging/usr/bin src中测试驱动代码为hello.c 然后修改mx27的Makefile. 最后编译 make ARCH=arm CROSS_COMPILE=arm-linux-uclibcgnueabi- 生成hello.ko待测试.
方法2.cd /home/conexant/sdk/ make linux26-modules |