美文网首页
bits/libc-header-start.h: No suc

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

作者: 夙小叶 | 来源:发表于2020-09-07 18: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:

相关文章

网友评论

      本文标题:bits/libc-header-start.h: No suc

      本文链接:https://www.haomeiwen.com/subject/bfulektx.html