-
Notifications
You must be signed in to change notification settings - Fork 250
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
How to cross-compile? #387
Comments
User docker + qemu-static. See |
Use bunded qemu or disable tests during build, because standard qemu doen't implement some system calls needed for test run.
|
Hello, may I ask, if my arm system supports the WiFi network card and the related dependency library of wfb, do I only need to cross-compile the three files wfb_tx.wfb_rx,wfb_keygen, and then I can design the relevant ways of receiving and sending files? Thank you!! |
wfb-ng deals with udp packets. If you want to send files then you have two ways:
|
Use full version (deb packet from |
Hello, I want to cross-compile this project into my arm single chip computer to achieve the effect of nvr in openipc. Since the video display interface of nvr is not the effect I want, I want to cross-compile and then redesign the video display and reasonably plan the data display of flight control. However, I always encounter the problem of cross-compilation environment when compiling, so I have been unable to succeed, so I would like to ask if you have relevant solutions, please teach me if you have, thank you very much !!!
The text was updated successfully, but these errors were encountered: