Mats Brorsson
Mats Brorsson
Thank you @macko99 , that worked for me as well and you saved me from getting insane :-) This is indeed a bug.
I got a workaround working by setting `LIBCXX_CXX_FLAGS` in `libcxx/CMakeLists.txt` and `LIBCXXABI_CXX_FLAGS` in `libcxxabi/CMakeLists.txt` to `-fno-exceptions`. But I still think this is an issue that someone more well versed in...
/ > Which version of wasi-sdk are you using? Looking at the wasi-sdk-20 I don't see any references to __cxa_allocate_exception in libc++-abi.a: > > ``` > $ llvm-nm wasi-sdk-20.0/share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a |...
It seems as the behaviour is the same on at least some ARM system. The following is from the log building on an Nvidia Jetson board: ``` [901/935] /home/jetson/src/wasi-sdk/build/install/opt/wasi-sdk/bin/clang++ --target=wasm32-wasi...
Thanks @jerryz123 , I also tried to perform the build setup in an Ubuntu 22.04 docker container and it failed in the same step.
> Could this be the same issue? [steigr/docker-hipchat-server#1](https://github.com/steigr/docker-hipchat-server/issues/1) I will try @jerryz123 sorry to say it did not change the outcome.
Have you had a chance to look at this?
I should note that when I compile with wamrc I can execute the code corretly. The issue is with the JIT. But for what it's worth, I have included the...
@JL102 I have an issue you may have a solution to (unrelated to this issue). I see you are on WSL2. Did you have a problem getting FireSim installed as...
I am really interested in this support. Is someone working on this? It is not as easy as to upgrade wasmtime to version 18 or higher?