-
Notifications
You must be signed in to change notification settings - Fork 52
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
Cross compilation #139
Comments
This is the dramatic error when
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the expected method for cross compiling?
Snippet from install.js
It cross compiles as desired if I add
--host=${TARGET_SYS}
to config.Using
export ac_cv_build="${TARGET_SYS}"
has no impact.References
https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Specifying-Target-Triplets.html
https://elinux.org/images/4/43/Petazzoni.pdf
The text was updated successfully, but these errors were encountered: