When I then try to build the core into retroarch using
emmake ./dist-cores.sh emscripten
I get duplicate symbol errors
for example
wasm-ld: error: duplicate symbol: local_to_utf8_string_alloc
>>> defined in obj-emscripten/./libretro-common/encodings/encoding_utf.o
>>> defined in libretro_emscripten.bc
I think this may be because the --version-script flag doesn't seem to be supported by emscripten.
Any ideas on what I could try next to fix this :)?
The core builds successfully using
emmake make -f Makefile platform=emscripten
When I then try to build the core into retroarch using
emmake ./dist-cores.sh emscripten
I get duplicate symbol errors
for example
I think this may be because the
--version-script
flag doesn't seem to be supported by emscripten.Any ideas on what I could try next to fix this :)?
Thank you