-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Hi all!
I was updating my EMS and using my sentence to compile my code and now I have a new errors that I haven't with the EMS older version:
wasm-ld: error: duplicate symbol: ini1_
>>> defined in /var/folders/pj/s807zy0s5f79bbr_yvpkmgw00000gq/T/emscripten_temp_YHWD8i/File1.o
>>> defined in /var/folders/pj/s807zy0s5f79bbr_yvpkmgw00000gq/T/emscripten_temp_YHWD8i/File2.o
(Have this error in multiples files, not only in File1 and File2)
This is a new error...
I tried to make
emar rc File1.a File1.o
then
emcc File1.a File2.o -c -o Test.html
But doesn't work!
Some idea?