emscripten-core / emscripten-core/emscripten

Error on emcmake emmake

Open
#19,878 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

I use emcmake and emmake in my Mac.
command :
mkdir build
cd build
emcmake cmake .. --preset ~~
emmake make

emcmake is done without any error, but emmake didn't work
this error is occurred.
ar: /: Is a directory
ar: //: Is a directory
ar: /0: Read-only file system
ar: /21: Read-only file system
ar: /42: Read-only file system
ar: /62: Read-only file system
ar: /86: Read-only file system
ar: /104: Read-only file system
ar: /126: Read-only file system
...
make: *** [all] Error 2
emmake: error: 'make' failed (returned 2)

In other environment it is done well but it didn't work only in Mac.
And, cmake, make without emcmake, emmake are done well.
What is the problem?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.