Hi,
it seems my emscripten builds are breaking with the stable SDK since about 2 days ago because the .emscripten_cache directory can't be found (according to github CI the change must have been between 15-May and 16-May.
I'm installing the SDK with the --embedded option which should normally put the .emscripten_cache directory into the SDK root directory.
I'm running the compiler with the '--cache ...' option and the path where .emscripten_cache used to be.
emcc then fails with:
emcc: error: /Users/floh/projects/fips-sdks/emsdk/.emscripten_cache: No such file or directory ("/Users/floh/projects/fips-sdks/emsdk/.emscripten_cache" was expected to be an input file, based on the commandline arguments provided)
The two config-related flags to emcc are:
--em-config /Users/floh/projects/fips-sdks/emsdk/.emscripten --cache /Users/floh/projects/fips-sdks/emsdk/.emscripten_cache
The local .emscripten file exists (and has been created with the toolkit install), but there's no .emscripten_cache directory.
Any ideas?