码迷,mamicode.com
首页 > 其他好文 > 详细

错误: fatal error: bits/libc-header-start.h: No such file or directory #include <bits/libc-header-start.h>

时间:2020-03-01 00:16:22      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:系统   log   查看   bit   install   start   x86   blog   makefile   

出现这个错误时,这多半是你所编译的项目是在64位机器上生成32位的项目,你需要安装对应的gcc 32位的库;此时检查gcc一定有-m32的存在;

你系统中gcc没有安装multilib 库;使用这个库可以在64位的机器上产生32位的程序或者库文件;

你可以选择:apt install gcc-multilib进行完善安装;

也可以只编译特定平台的文件: 例如 make x86_64; 具体编译的目标,请查看Makefile文件进行阅读;

保持更新,转载请注明出处;更多内容请关注cnblogs.com/xuyaowen;

 

错误: fatal error: bits/libc-header-start.h: No such file or directory #include <bits/libc-header-start.h>

标签:系统   log   查看   bit   install   start   x86   blog   makefile   

原文地址:https://www.cnblogs.com/xuyaowen/p/libc-header-start.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!