-
Notifications
You must be signed in to change notification settings - Fork 714
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
how to build in Alpine OS? #897
Comments
Normally those files are installed as O755, but O777 should be fine too. Finally can run |
I tried to install cd /tmp/
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
apk add glibc-2.34-r0.apk then build success |
I trying to build wasm files in alpine linux os, but when I was trying to build, it shows these errors
I am sure already install
make cmake g++ gcc xz linux-headers xz tar bzip2 libgcc musl-dev
, and it already initialnodejs and binary
but it always cannot findmake
and when I check
emcc -v
, it shows errorsbut in
/www/slm/emsdk/upstream/bin
this directory, all files are existsand I tried to run
./clang-14
, it shows errors, but files are there, and all files are 777 permsOS INFO
How should I do to successfully build these
.wasm
files????????The text was updated successfully, but these errors were encountered: