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
I am trying to get dynamic linking working with pthreads.
After seeing kripken's comment in this issue, I was trying to get non-dlopen dynamic linking and pthreads working.
My first attempt was to remove the xxxx_MODULE + USE_PTHREADS assertions from emcc.py, but I hit a C++ assertion failure in wasm-emscripten-finalize.
I hit the same error without changing anything in emscripten's code if I use RELOCATABLE and USE_PTHREADS.
Reproduction steps:
em++ --version
emcc (Emscripten gcc/clang-like replacement) 1.39.16 (9ecd579ac647c4484e2d9af2ab0bbc1e1505aa95)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I am trying to get dynamic linking working with pthreads.
After seeing kripken's comment in this issue, I was trying to get non-dlopen dynamic linking and pthreads working.
My first attempt was to remove the xxxx_MODULE + USE_PTHREADS assertions from emcc.py, but I hit a C++ assertion failure in
wasm-emscripten-finalize
.I hit the same error without changing anything in emscripten's code if I use RELOCATABLE and USE_PTHREADS.
Reproduction steps:
em++ --version
main.cpp:
I am compiling with
I get the following error:
The text was updated successfully, but these errors were encountered: