F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.87k stars 899 forks source link

build tools error on aarch64 #553

Open fubingting opened 4 years ago

fubingting commented 4 years ago

There is someerror in building tools dictionary on aarch64: cd tools && make: In file included from /usr/include/sys/ucontext.h:36, from /usr/include/signal.h:306, from /usr/include/sys/param.h:28, from arp.c:52: /usr/include/sys/procfs.h:46:34: error: invalid application of ‘sizeof’ to incomplete type ‘struct user_regs_struct’ typedef elf_greg_t elf_gregset_t[ELF_NGREG]; ^~~~~ make[1]: *** [: arp.o] Error 1 image

jfb8856606 commented 4 years ago

F-Stack is only developed and tested on the X86 platform. If you need to compile and run on other platforms, you need to make some compatibility changes.

fubingting commented 4 years ago

F-Stack is only developed and tested on the X86 platform. If you need to compile and run on other platforms, you need to make some compatibility changes.

Can the community consider providing the ARM version?

jfb8856606 commented 4 years ago

Can the community consider providing the ARM version?

If you create a pull-request, we will merge it.

jeff-lv-github commented 2 years ago

Can you share the porting experience in x86?

wangchong2023 commented 2 months ago

Can you share the porting experience in x86?

@jfb8856606 Do you have any suggestions and experiences to share regarding the compatibility and adaptation of hardware architecture?