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

How to cross-compile? #387

Open
dangbo08 opened this issue Nov 27, 2024 · 1 comment
Open

How to cross-compile? #387

dangbo08 opened this issue Nov 27, 2024 · 1 comment

Comments

@dangbo08
Copy link

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 !!!

@svpcom
Copy link
Owner

svpcom commented Nov 27, 2024

User docker + qemu-static. See deb_docker target in the makefile. But default it do cross-build for RPI (arm32)
Also see .github/workflows/build*.yml. It do automatic cross-builds for all support platforms

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

2 participants