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
Hi I'm trying to cross compile garbd to openwrt but the scons script detects the running system for the build How can I make it build for another arch
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi, unfortunately there are no built-in provisions for cross-compiling. You will need to edit SConstruct script yourself. Also note that by default it will try to run unit tests, that can be switched off by a parameter tests=0
Sorry, something went wrong.
No branches or pull requests
Hi
I'm trying to cross compile garbd to openwrt but the scons script detects the running system for the build
How can I make it build for another arch
Thanks for your help
The text was updated successfully, but these errors were encountered: