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

Fix: [CMake] cross-compiling requires native tools #8350

Merged
merged 1 commit into from Dec 4, 2020

Conversation

glx22
Copy link
Contributor

@glx22 glx22 commented Dec 3, 2020

It requires some manual steps (and 2 build directories):

  • create a directory for native
  • run cmake for native
  • build at least tools target
  • create a directory for cross-compile
  • run cmake for cross-compile, passing the full path to native directory in HOST_BINARY_DIR
  • build cross-compile

@glx22 glx22 linked an issue Dec 3, 2020 that may be closed by this pull request
Copy link
Member

@TrueBrain TrueBrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; dunno if there is some documentation about CMake anywhere, might be good to add this there. But otherwise, this makes cross compiling a lot easier, so \o/

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

Successfully merging this pull request may close these issues.

CMake: Not possible to cross-compile due to settinsgen/strgen
3 participants