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

Provide option to generate native binaries for foreign processor architecture using native-image. #906

Closed
Prashanth-BC opened this issue Jan 11, 2019 · 2 comments

Comments

@Prashanth-BC
Copy link

It would be really great to have an option in native-image tool create the binaries to a different processor architecture than the host processor architecture.
For e.g., As of now, I could not find a way to generate native binaries for an aarch64/arm processor(running Linux) using the native-image running Linux on x86_64 architecture.

native-image aap
on Linux X86_64 / amd64
Cross compile for target processor

running Linux.
app
Linux running on aarch64
@pekd
Copy link
Contributor

pekd commented Jan 11, 2019

That would also be interesting for cross-compiling Windows binaries on a Linux host once SubstrateVM is available for Windows.

@cstancu
Copy link
Member

cstancu commented Jan 11, 2019

Duplicate of #407.

@cstancu cstancu closed this as completed Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants