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? -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/65d9775e-6a8e-48cc-b4ab-1bbfabb94618%40googlegroups.com.