-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support cross compile for aarch64 #73
Labels
enhancement
New feature or request
Comments
cnwzhjs
pushed a commit
to cnwzhjs/iceoryx-rs
that referenced
this issue
Dec 5, 2023
@cnwzhjs cross compile would be great. Can you provide a patch? |
cnwzhjs
pushed a commit
to cnwzhjs/iceoryx-rs
that referenced
this issue
Dec 6, 2023
Hi @elBoberido , I've already created a pull request on this, but I'm not very familar with GitHub ops, would you please lend me a hand to create a proper pull request for this. Here is the link to the pull request |
@cnwzhjs Sure, no problem :) |
cnwzhjs
pushed a commit
to cnwzhjs/iceoryx-rs
that referenced
this issue
Dec 19, 2023
cnwzhjs
pushed a commit
to cnwzhjs/iceoryx-rs
that referenced
this issue
Jan 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
The iceoryx-sys crate now uses cmake to compile the library and iox-roudi but ignoring cross compilation environment variables such as TARGET and HOST.
Detailed information
Computation platform like NVidia Jetson and Rockchip RK3588 are aarch64. When we use CI/CD environment to cross compile binaries for those targets, it will fail because generates host binaries.
We need to support cross compilation on
aarch64-unknown-linux-gnu
targets.The text was updated successfully, but these errors were encountered: