[Linux ubuntu20.04]安装gcc-multilib 出现的问题
近端时间学习HIT的操作系统课程,做实验的时候自己搭建Linux 0.11 实验环境的时候出现以下问题
/usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
27 | #include <bits/libc-header-start.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:58: tools/build] Error 1
阅读报错可得知是缺少库文件<bits/libc-header-start.h>
查阅资料得知是缺少64位操作系统在编译32位程序时缺少32位库文件
解决方法
sudo apt-get