-
Notifications
You must be signed in to change notification settings - Fork 64
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
install error #35
Comments
|
No, that it is because use have invalid cross-compiler setup. You need to speicify host arch as x86_64 or setup qemu-static to be able to execute arm64 ELFs directly |
Thank you for your reply
|
This errors show that built tools (which running locally during build) compiled by cross-compiler (for arm64) but they need to be compiled by host compiler (for x86). You need to specify host arch somewhere or setup qemu-aarch64-static to be able to execute arm binaries on x86 directly. |
I'm sorry, maybe I didn't explain it clearly. I am currently doing this operation on Ubuntu arm64. I don't quite understand what you said about "You need to specify host arch somewhere". Is there a specific execution command? |
If you do native build then don't specify any flags. Just run |
Also no need to change anything in makefile |
@svpcom Unfortunately, this error log appears. |
|
Also don't use DKMS - run make command manually |
Is it because the kernel version is too low?
The text was updated successfully, but these errors were encountered: