Skip to content
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

Open
fubingting opened this issue Oct 23, 2020 · 4 comments
Open

build tools error on aarch64 #553

fubingting opened this issue Oct 23, 2020 · 4 comments

Comments

@fubingting
Copy link

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

jfb8856606 commented Nov 19, 2020

Can the community consider providing the ARM version?

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

@jeff-lv-github
Copy link

Can you share the porting experience in x86?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants