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

Cross compiling example #483

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

straight-shoota
Copy link
Member

This picks up #177 and #424, integrating them with master changes, fixing merge issues and outstanding comments.

carlhoerberg and others added 4 commits March 18, 2021 21:22
Took a lot of googling to find out how to cross compile for an aarch64 machine, wanted to share the script I now use. It's not the most generic but for Ubuntu machines it works..
@@ -105,7 +105,6 @@
* [offsetof](syntax_and_semantics/offsetof.md)
* [Uninitialized variable declaration](syntax_and_semantics/declare_var.md)
* [Compile-time flags](syntax_and_semantics/compile_time_flags.md)
Copy link
Contributor

Choose a reason for hiding this comment

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

Compile time flags could also go under the "compilation" section

Copy link
Member Author

Choose a reason for hiding this comment

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

The topic matches, but these are different categories of texts. Compile-time flags describes part of the language specification. The Compilation section contains guides which expand on explaining practical use of specific topics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants