Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Permission denied #16

@yong86

Description

@yong86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions