-
Notifications
You must be signed in to change notification settings - Fork 46
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
seL4: Add new compilation targets #368
base: main
Are you sure you want to change the base?
Conversation
aaf0ae0
to
a94b2fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the issues I've pointed out have been fixed.
Mainly to get binutils symlinked as expected by the seL4's cmake build system.
CI failure looks unrelated. Change looks good to me now, although you aren't actually using it yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, can you use BaremetalFreestandingTargetInfo for sel4?
You can actually build |
True, but couldn't you use the generic baremetal compiler-rt target already? Adding the symlinks should also be possible without the new target info |
Yeah I could just use baremetal. But some variants may need different flags (e.g., hard-float vs soft-float which is the default for bare metal?) or extensions as well. I am happy to wait for this PR until I decide if it's a good idea to build seL4 projects for cheribuild or not. |
No description provided.