-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adding necessary bits for cross-compiling to aarch64-unknown-linux-gnu
to CI/CD
#73
Comments
aarch64-unknown-linux-gnu
aarch64-unknown-linux-gnu
to CI/CD
Is this now solved by #72? Or do you have any additional ideas? I think this x-compilation is purely for academical purposes at the moment - there is nothing in this crate where the target arch should make a difference. |
@AnotherDaniel and me had a quick sync-up. He'd like to review the issue more and address this in a follow-up PR when #72 is merged to add cross-compilation. |
... and while we're on it: |
You assume correctly!
If you wanted bonus points, I know in Automotive using QNX is pretty common (and on the roadmap for Ferrocene), so we could also try to get Have to build the compiler from source and need a QNX fork of gcc called qcc to link tho... so maybe not in the open source, unless there's a way to get a QNX license for open source work. 🙂 Tagging @stevenhartley for above point 👆 |
Uh... you know, that is something I'll leave up to the BB QNX guys to look into ;-) For now - waiting to get these required-workflow-blockers out of the way, then I'll set up the x64-arm64 x-compile on ubuntu, to meet your needs there. The rest can follow later... |
@PLeVasseur @AnotherDaniel what is the status of this? Is this still relevant? |
I got this working locally by:
then adding to
.cargo/config.toml
:then I could
Could we add this to the CI/CD pipeline?
Any thoughts from folks? Tagging in @AnotherDaniel, @sophokles73
The text was updated successfully, but these errors were encountered: