Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. Adding directories to PATH:
  2. PATH += /home/diego/Desktop/emsdk
  3. PATH += /home/diego/Desktop/emsdk/upstream/emscripten
  4. PATH += /home/diego/Desktop/emsdk/node/14.15.5_64bit/bin
  5.  
  6. Setting environment variables:
  7. PATH = /home/diego/Desktop/emsdk:/home/diego/Desktop/emsdk/upstream/emscripten:/home/diego/Desktop/emsdk/node/14.15.5_64bit/bin:/home/diego/geckodriver:/home/diego/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  8. EMSDK = /home/diego/Desktop/emsdk
  9. EM_CONFIG = /home/diego/Desktop/emsdk/.emscripten
  10. EMSDK_NODE = /home/diego/Desktop/emsdk/node/14.15.5_64bit/bin/node
  11. wasm-ld: error: duplicate symbol: lux::GAME_CONSTANTS
  12. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  13. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  14.  
  15. wasm-ld: error: duplicate symbol: lux::operator<<(std::__2::basic_ostream<char, std::__2::char_traits<char> >&, lux::Position const&)
  16. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  17. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  18.  
  19. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::DONE
  20. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  21. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  22.  
  23. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::RESEARCH_POINTS
  24. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  25. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  26.  
  27. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::RESOURCES
  28. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  29. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  30.  
  31. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::UNITS
  32. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  33. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  34.  
  35. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::CITY
  36. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  37. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  38.  
  39. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::CITY_TILES
  40. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  41. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  42.  
  43. wasm-ld: error: duplicate symbol: INPUT_CONSTANTS::CELL_COOLDOWN
  44. >>> defined in /tmp/emscripten_temp_bllbhzg_/main_0.o
  45. >>> defined in /tmp/emscripten_temp_bllbhzg_/foo_1.o
  46. emcc: error: '/home/diego/Desktop/emsdk/upstream/bin/wasm-ld -o main.wasm /tmp/emscripten_temp_bllbhzg_/main_0.o /tmp/emscripten_temp_bllbhzg_/foo_1.o -L/home/diego/Desktop/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten -lGL -lal -lhtml5 -lc -lcompiler_rt -lc++-noexcept -lc++abi-noexcept -ldlmalloc -lc_rt_wasm -lsockets -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr --allow-undefined --strip-debug --export main --export emscripten_stack_get_end --export emscripten_stack_get_free --export emscripten_stack_init --export stackSave --export stackRestore --export stackAlloc --export __wasm_call_ctors --export fflush --export __errno_location --export malloc --export free --export-if-defined=__start_em_asm --export-if-defined=__stop_em_asm --export-table -z stack-size=5242880 --initial-memory=16777216 --no-entry --max-memory=16777216 --global-base=1024' failed (returned 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement