You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Hello, I get this error when trying to compile .c file
root@984e88feb6cb:/test# emconfigure ./configure
ERROR:root:Exception thrown when invoking Popen in configure with args: "./confi
gure"!
Traceback (most recent call last):
File "/usr/local/bin/emconfigure", line 13, in
emconfigure.run()
File "/emscripten/emconfigure.py", line 46, in run
shared.Building.configure(sys.argv[1:])
File "/emscripten/tools/shared.py", line 1527, in configure
process = Popen(args, stdout=None if EM_BUILD_VERBOSE_LEVEL >= 2 else stdout
, stderr=None if EM_BUILD_VERBOSE_LEVEL >= 1 else stderr, env=env)
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
Hello,
I get this error when trying to compile .c file
root@984e88feb6cb:/test# emconfigure ./configure
ERROR:root:Exception thrown when invoking Popen in configure with args: "./confi
gure"!
Traceback (most recent call last):
File "/usr/local/bin/emconfigure", line 13, in
emconfigure.run()
File "/emscripten/emconfigure.py", line 46, in run
shared.Building.configure(sys.argv[1:])
File "/emscripten/tools/shared.py", line 1527, in configure
process = Popen(args, stdout=None if EM_BUILD_VERBOSE_LEVEL >= 2 else stdout
, stderr=None if EM_BUILD_VERBOSE_LEVEL >= 1 else stderr, env=env)
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
Any Help!
Thanks