呼吸之间mj 发表于 2014-7-18 18:13:10

编译内核模块时出error问题 ,求指点?

本帖最后由 呼吸之间mj 于 2014-7-18 18:23 编辑

#make uImage ARCH=arm //编程内核成功生成了uImage
#make modules ARCH=arm CROSS_COMPILE=arm-linux-//编译内核模块时出error问题
ERROR: "__sync_fetch_and_and_4" undefined!
ERROR: "__sync_fetch_and_or_4" undefined!
make: *** 错误 1
make: *** 错误 2
root@root-virtual-machine:/forlinux/linux-3.10.48#
编译时出错?求指点

─╄OvЁ等待 发表于 2014-7-19 09:00:25

你这不是在编译驱动模块吗? 看看Makefile或者驱动有没有写错吧
页: [1]
查看完整版本: 编译内核模块时出error问题 ,求指点?