zzmx 发表于 2016-2-16 16:08:16

编译驱动问题

按照教程
http://www.cubie.cc/forum.php?mod=viewthread&tid=4257&extra=page%3D1
弄出现错误
工具链使用的是corsstool-ng(gcc version 5.3.0)
编译驱动时

make ARCH=arm CROSS_COMPILE=arm-linux- modules
.......
make: *** 错误 1
make: *** 错误 2
make: *** 错误 2
make: *** 错误 2
make: *** 错误 2

然后运行
make ARCH=arm CROSS_COMPILE=arm-linux- -j4 modules_install
INSTALL_MOD_PATH=/home/zzm/cubieboard2/build
无法获取"/home/zzm/cubieboard2/linux-sunxi/modules.builtin" 的文件状态(stat): 没有那个文件或目录



@allen 发表于 2016-2-16 16:56:14

不要用这么新的编译工具,因为都没验证过的。用4.6就好了
http://linux-sunxi.org/Toolchain

zzmx 发表于 2016-2-21 16:31:29

已经解决,linux_kernel.conf选错了
页: [1]
查看完整版本: 编译驱动问题