Skip to content

installing emsdk on Apple M1 hardware fails #671

Closed
@lpotter

Description

@lpotter

There is no precompiled emsdk package for Apple's new MacOSX hardware M1

lpotter@Lorns-Mac-mini emsdk % ./emsdk install latest
Error: No tool or SDK found by name 'sdk-releases-upstream-4764c5c323a474f7ba28ae991b0c9024fccca43c-64bit'.

and building emsdk fails:

./emsdk install sdk-upstream-master-64bit
...
Done installing tool 'llvm-git-master-64bit'.
Manifest error: No tool by name 'node-12.18.1-64bit' found! This may indicate an internal SDK error!
Traceback (most recent call last):
File "/Users/lpotter/emsdk/./emsdk.py", line 3082, in
sys.exit(main())
File "/Users/lpotter/emsdk/./emsdk.py", line 3062, in main
success = tool.install()
File "/Users/lpotter/emsdk/./emsdk.py", line 1840, in install
return self.install_sdk()
File "/Users/lpotter/emsdk/./emsdk.py", line 1851, in install_sdk
success = tool.install()
AttributeError: 'NoneType' object has no attribute 'install'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions