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

Use specific AArch64 toolchain when compiling seL4 #50

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

Ivan-Velickovic
Copy link
Collaborator

The seL4 build system is configured to find installations of compilers on the host, meaning that the aarch64-none-elf- toolchain that we use might not be used when building seL4 depending on what other toolchains are installed.

Copy link
Member

@lsf37 lsf37 left a comment

Choose a reason for hiding this comment

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

Compatible tool chain selection is one of the things we should figure out in the medium term, but no issues with this in the short term.

@Ivan-Velickovic
Copy link
Collaborator Author

Compatible tool chain selection is one of the things we should figure out in the medium term, but no issues with this in the short term.

Yes, this is just to make sure that we’re using the same toolchain for all components of Microkit as well as seL4. We can definitely change it later on if necessary.

The seL4 build system is configured to find installations of compilers
on the host, meaning that the `aarch64-none-elf-` toolchain that we use
might not be used when building seL4 depending on what other toolchains
are installed.

Signed-off-by: Ivan-Velickovic <[email protected]>
@Ivan-Velickovic Ivan-Velickovic merged commit cb849f7 into main Sep 14, 2023
8 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the use_specified_toolchain_for_kernel branch September 14, 2023 00:51
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.

2 participants