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

Linux arm64 support #104

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Linux arm64 support #104

wants to merge 2 commits into from

Conversation

mystique09
Copy link

Addbbuild script for linux/arm64 platform

@matthewmueller
Copy link
Contributor

matthewmueller commented May 30, 2022

Thanks Benjie! Did you test the build on your machine?

@mystique09
Copy link
Author

Thanks Benjie! Did you test the build on your machine?

Owhh, I forgot to test it after I made the changes, anyways there is an error when I try to install the required library, the v8go is incompatible in aarch64linux.

go install
# rogchap.com/v8go                          

ld.lld: error: ../../go/pkg/mod/rogchap.com/v8go@v0.7.0/deps/linux_x86_64/libv8.a(api.o) is incompatible with aarch64linux          

ld.lld: error: ../../go/pkg/mod/rogchap.com/v8go@v0.7.0/deps/linux_x86_64/libv8.a(v8threads.o) is incompatible with aarch64linux
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)

@matthewmueller
Copy link
Contributor

matthewmueller commented May 30, 2022

Darn okay, we're unfortunately blocked by rogchap/v8go#97 then. Sorry about that.

I'd like to keep this PR open for when the upstream issue gets resolved.

@matthewmueller matthewmueller added the blocked Blocked upstream or by another issue label May 30, 2022
@matthewmueller matthewmueller marked this pull request as draft June 3, 2022 17:34
@mystique09 mystique09 closed this by deleting the head repository Sep 6, 2022
@matthewmueller matthewmueller reopened this Sep 7, 2022
@matthewmueller
Copy link
Contributor

Re-opening because we'd like to merge this once it's unblocked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked upstream or by another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants