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

Support cross compile for aarch64 #73

Open
cnwzhjs opened this issue Dec 5, 2023 · 3 comments
Open

Support cross compile for aarch64 #73

cnwzhjs opened this issue Dec 5, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@cnwzhjs
Copy link

cnwzhjs commented Dec 5, 2023

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.

cnwzhjs pushed a commit to cnwzhjs/iceoryx-rs that referenced this issue Dec 5, 2023
@elBoberido elBoberido added the enhancement New feature or request label Dec 5, 2023
@elBoberido
Copy link
Member

@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
@cnwzhjs
Copy link
Author

cnwzhjs commented Dec 6, 2023

@cnwzhjs cross compile would be great. Can you provide a patch?

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

@elBoberido
Copy link
Member

@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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants