PS: removing the "--cache" option from the emcc command line seems to work 
just fine, but now I'm worried that .emscripten_cache might be polluted 
from different emscripten SDK versions installed side by side.

On the other hand, ~/.emscripten_cache is empty too apart from an old 
"is_vanilla.txt" file. So I'm wondering where those cached binaries are 
stored now...

Halp! :)

On Monday, 18 May 2020 21:34:02 UTC+2, Floh wrote:
>
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/332ab182-a6c6-475b-b844-2088efdd2550%40googlegroups.com.

Reply via email to