wasmception icon indicating copy to clipboard operation
wasmception copied to clipboard

clang will be hang when build a very simple c program using readme command.

Open aaltonenzhang opened this issue 7 years ago • 1 comments

I have successfully built wasmception clang using "make", but clang is hang when compiling a c hello world. My environment is Ubuntu 16.04, are there any special dependencies or constraints?

aaltonenzhang avatar Nov 22 '18 02:11 aaltonenzhang

In the past there was a problem with threads in the lld. Can you try the same commands with -Wl,--no-threads (as in the example)? In any case, try to publish the entire project with the way to reproduce the problem.

yurydelendik avatar Nov 22 '18 14:11 yurydelendik