iT邦幫忙

0

編譯 BPF 程式時發生 asm/types.h' file not found

  • 分享至 

  • xImage
  •  
$ clang -O2 -target bpf -c bpf_program.c -o bpf_program.o                                                         2023-10-26 23:11:30
In file included from main.c:1:
In file included from /usr/include/linux/bpf.h:11:
/usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not found
#include <asm/types.h>
         ^~~~~~~~~~~~~
1 error generated.

解決方法:

apt-get install -y gcc-multilib

這樣就可以了

參考資料


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言