Closed DanielLee343 closed 2 years ago
Appreciate the issue! I've been able to replicate this and will dig in further.
@DanielLee343 - Sorry for the delay here! Should be fixed now if you pull latest and update submodules. We use an environment variable to tell clang where the WebAssembly sysroot is. This is needed to resolve headers and such. At some point in the past, it seems this was renamed, but the Dockerfile still had the older name, which now resolved to an empty string, and thus an invalid path. Because of this, clang didn't know where to find the proper header files.
Hi, I was building in docker. make in
/sledge/runtime
works fine, howevermake all
in/sledge/applications
seems to have some linking problemDo you possibly know why this happens? install_llvm.sh inside docker seems to run successfully though.