xdp-project / xdp-tutorial

XDP tutorial
2.33k stars 562 forks source link

build issue- xdp tutorial with arm architecture #352

Open kiranmak opened 1 year ago

kiranmak commented 1 year ago

I am using ubuntu server 22.10 arm (aarch64) vm with M1 Mac. Because gcc-multilib is not available for this, I cannot compile xdp tutorial. I tried a few tricks (-I /usr/include/aarch64-linux-gnu/asm) but then the build system fails to find other system header files.

fwkz commented 1 year ago

I've faced similar problems and switched to virtual machine running Fedora 37 on Apple's M2 silicon.