编译linux kernel3.10报错:all warnings being treated as errors

expects argument of type 'int *', but argument 3 has type 'uint16_t *' [-Werror=format]

cc1: all warnings being treated as errors

在linux kernel根目录下:Makefile修改 622行

ifdef CONFIG_WERROR
KBUILD_CFLAGS += -Werror
endif

修改为:

ifdef CONFIG_WERROR
KBUILD_CFLAGS += #-Werror
endif

all warnings being treated as errors报错解决相关推荐

  1. elfutils cc1: all warnings being treated as errors

    /*********************************************************************** elfutils cc1: all warnings ...

  2. 编译cc1:all warnings being treated as errors

    * 把警报作为错误处理 * 出现一些警告并报错退出编译,这是由于设置了警告提示,cc1:all warnings being treated as errors. 解决方法: 找到源文件所在目录下的M ...

  3. Errors报错记录

    Errors报错记录 前言 Error1 Error2 Error3 Error4 Error5 Error6 Error7 Error8 Error9 Error10 Error11 总结 前言 记 ...

  4. You may use special comments to disable some warnings. 报错解决的三种方式

    You may use special comments to disable (禁用) some warnings.报错解决 原因 ESLint 对语法的要求过于严格导致编译的时候报上图那些错误. ...

  5. Ubuntu下解决Make的:cc1plus: warnings being treated as errors

    From: http://blog.sina.com.cn/s/blog_a5cf7b9a01011kzt.html 当Make出错,提示cc1plus: warnings being treated ...

  6. NGINX配合FASTDFS使用的安装与配置及编译遇到错误:cc1: all warnings being treated as errors

    NGINX配合FASTDFS使用的安装与配置及编译遇到错误:cc1: all warnings being treated as errors 安装所需要的文件可在这里下载:https://githu ...

  7. You may use special comments to disable some warnings.报错解决

    You may use special comments to disable some warnings.报错解决 一.错误信息 You may use special comments to di ...

  8. 报错解决:error: this statement may fall through [-Werror=implicit-fallthrough=]

    下午在编译 grpc时报错如下: utilities/blob_db/blob_log_reader.cc:74:18: error: this statement may fall through ...

  9. py.test --pep8 vsearch.py报错解决办法

    py.test --pep8 vsearch.py报错解决办法 使用pep8 vsearch.py替换py.test --pep8 vsearch.py即可. pep8 has been rename ...

最新文章

  1. Windows下获取视频设备的一种改进实现
  2. 并发队列-无界阻塞优先级队列
  3. 五十一、微信小程序云开发中的云函数
  4. word公式上下符解决方案
  5. 安全删除U盘时,遇到提示“无法停止‘通用卷’设备时解决方法
  6. 传递数组到 Shader
  7. 看完这篇还不知道css固定和自适应可以小和尚要摆地摊了
  8. Linux内核 eBPF基础:kprobe原理源码分析:源码分析
  9. 阿里云 mysql 表锁死_解决阿里云数据库MySQL实例空间满自动锁问题
  10. puppet详解(四)——package资源详解
  11. linux bash错误,linux bash错误重定向输出
  12. number string java_java基础系列(一):Number,Character和String类及操作
  13. git指定版本openwrt源码_关于Github Action自动编译Lean_Openwrt的配置修改问题
  14. 什么是CPU虚拟化?打开好还是关闭好?
  15. 百度云链接后的html,百度云链接失效,这样就能找回!
  16. 华为模拟器eNSP下载与安装(win10系统)
  17. vue基础模板代码块设置
  18. jsp遍历map集合
  19. Appcan与后台数据交互,登录例子
  20. 《2021企业数智化转型升级先锋人物》榜重磅发布

热门文章

  1. 【Linux_Fedora_应用系列】_1_如何安装音乐播放器和mp3解码
  2. windows网络安全以及常见网络***方式
  3. Asp.Net在SqlServer中的图片存取
  4. HDU 1007 Quoit Design(分治)
  5. 怎么删除计算机的一个用户名和密码,哪位晓得电脑有两个账户怎么删除一个
  6. php消息实时推送技术,基于HTTP协议之WEB消息实时推送技术原理及实现
  7. C语言涉及数组的大作业,c语言大作业_基于数组的学生信息管理系统.doc
  8. jfreechart柱状图java mysql_时序时空数据库MySQL再升级,兼容MySQL协议
  9. ogg for java_luogg_java学习_04_数组
  10. easyui datalist 不显示数据_爬虫练习——豆瓣电影信息爬取及数据可视化