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

cross compilation for arm64 v2 #215

Closed
wants to merge 1 commit into from
Closed

cross compilation for arm64 v2 #215

wants to merge 1 commit into from

Conversation

eguzki
Copy link
Contributor

@eguzki eguzki commented Sep 22, 2023

  • Using ubi as based image.
  • Remove QEMU virtualization
  • Following Rust Cross Compilation
  • Using openssl = { version = "0.10.57", features = ["vendored"] } dep as I was not able to install or compile openssl in arm.
  • It doe not compile.
    • Development Libraries and Header Files (for cross-compiling) missing. In Debian world it would be libc6-dev-arm64-cross
The following warnings were emitted during compilation:

warning: In file included from liblz4/lib/lz4.h:659,
warning:                  from liblz4/lib/lz4.c:117:
warning: /usr/lib/gcc/aarch64-linux-gnu/12/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
warning:     9 | # include_next <stdint.h>
warning:       |                ^~~~~~~~~~
warning: compilation terminated.

@alexsnaps
Copy link
Member

I think this can be closed, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants