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

Missing darwin-arm64 when installing from brew #23

Closed
arnautov-anton opened this issue Apr 21, 2023 · 3 comments
Closed

Missing darwin-arm64 when installing from brew #23

arnautov-anton opened this issue Apr 21, 2023 · 3 comments

Comments

@arnautov-anton
Copy link

arnautov-anton commented Apr 21, 2023

Quick install guide does not provide information about missing support for the M1 chips so after installing tinygo from brew and trying to run it I get:

/opt/homebrew/bin/tinygo: line 2: /opt/homebrew/Cellar/tinygo/0.27.0/libexec/tinygo: Bad CPU type in executable
/opt/homebrew/bin/tinygo: line 2: /opt/homebrew/Cellar/tinygo/0.27.0/libexec/tinygo: Undefined error: 0

Now - I don't see the package in the releases either - are you guys planning on supporting this type of a build anytime soon?

Edit: missed this GH issue - and I see someone created separate issue in the tinygo repository as well - should we keep this issue open?

@aykevl
Copy link
Member

aykevl commented May 1, 2023

Did you install Rosetta 2? I think you need it to run the current tinygo executables.

(And yes, we will eventually add Apple Silicon support but that depends on GitHub finally releasing the new macOS runners).

@arnautov-anton
Copy link
Author

I decided to build it from source for the time being, I did not feel like installing Rosetta. Thank you though!

@aykevl
Copy link
Member

aykevl commented May 1, 2023

I'm going to assume it's the lack of Rosetta 2, then.

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

2 participants