-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build tools error on aarch64 #553
Comments
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? |
If you create a pull-request, we will merge it. |
Can you share the porting experience in x86? |
@jfb8856606 |
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
The text was updated successfully, but these errors were encountered: