会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陈富林
不懂就问,不吝赐教。
博客园
首页
新随笔
联系
管理
2017年9月7日
warning: assignment from incompatible pointer type [enabled by default]
摘要: kernel 编译产生这个警告的原因是 不兼容指针类型的赋值 这个原因很有可能是因为返回值和正在接受这个指针类型名不相同。
阅读全文
posted @ 2017-09-07 16:32 陈富林
阅读(13639)
评论(0)
推荐(0)
编辑
WARNING: arch/arm/mach-omap2/built-in.o(.text+0x12cdc): Section mismatch in reference from the function mmc0_init() to the (unknown reference) .init.data:(unknown)
摘要: 解决方法,找到对应的不能使用 __init 字眼的地方,删除他即可。 最后删除 296 static struct omap2_hsmmc_info am335x_mmc[] __initdata = {
阅读全文
posted @ 2017-09-07 16:21 陈富林
阅读(623)
评论(0)
推荐(0)
编辑
公告