bits/libc-header-start.h: No suc

2020-09-07  本文已影响0人  夙小叶
截屏2020-09-07 下午6.00.15.png

报错:

[Mon Sep  7 17:36:18 2020] Building libraries...      
gcc -shared -fPIC -Wall -Wno-nonnull implant.c -o libimplantx64.so      
gcc -shared -fPIC -Wall -Wno-nonnull implant.c -o libimplantx32.so -m32          
In file included from implant.c:16:                                                
/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:10: libimplantx32.so] Error 1                           
[Mon Sep  7 17:36:19 2020] Error building library:    

解决:

apt install gcc-multilib

REF:

上一篇下一篇

猜你喜欢

热点阅读