Advertisement
Guest User

EmulationStation compile error

a guest
Feb 21st, 2017
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. [100%] Linking CXX executable ../../emulationstation
  2. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function dollarNormalize: error: undefined reference to 'sqrt'
  3. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function dollarNormalize: error: undefined reference to 'sqrt'
  4. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function dollarNormalize: error: undefined reference to 'atan2'
  5. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function dollarDifference: error: undefined reference to 'sqrt'
  6. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function SDL_InitDynamicAPI.lto_priv.2640: error: undefined reference to 'dlopen'
  7. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function SDL_InitDynamicAPI.lto_priv.2640: error: undefined reference to 'dlsym'
  8. /tmp/ccY4RsCY.ltrans11.ltrans.o:<artificial>:function SDL_InitDynamicAPI.lto_priv.2640: error: undefined reference to 'dlclose'
  9. /tmp/ccY4RsCY.ltrans12.ltrans.o:<artificial>:function SDL_CreateThreadWithStackSize.lto_priv.1609: error: undefined reference to 'dlsym'
  10. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_tan_REAL: error: undefined reference to 'tan'
  11. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_sqrtf_REAL: error: undefined reference to 'sqrtf'
  12. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_sqrt_REAL: error: undefined reference to 'sqrt'
  13. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_sin_REAL: error: undefined reference to 'sin'
  14. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_log_REAL: error: undefined reference to 'log'
  15. /tmp/ccY4RsCY.ltrans21.ltrans.o:<artificial>:function SDL_atan2_REAL: error: undefined reference to 'atan2'
  16. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_SYS_ToDirection: error: undefined reference to 'atan2'
  17. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_UnloadObject_REAL: error: undefined reference to 'dlclose'
  18. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_LoadFunction_REAL: error: undefined reference to 'dlsym'
  19. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_LoadFunction_REAL: error: undefined reference to 'dlsym'
  20. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_LoadFunction_REAL: error: undefined reference to 'dlerror'
  21. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_LoadObject_REAL: error: undefined reference to 'dlopen'
  22. /tmp/ccY4RsCY.ltrans24.ltrans.o:<artificial>:function SDL_LoadObject_REAL: error: undefined reference to 'dlerror'
  23. /tmp/ccY4RsCY.ltrans17.ltrans.o:<artificial>:function nsvg__actualLength(NSVGparser*): error: undefined reference to 'sqrtf'
  24. /tmp/ccY4RsCY.ltrans17.ltrans.o:<artificial>:function nsvg__rasterizeSortedEdges(NSVGrasterizer*, float, float, float, NSVGcachedPaint*, char): error: undefined reference to 'sqrtf'
  25. /tmp/ccY4RsCY.ltrans17.ltrans.o:<artificial>:function nsvg__vecang(float, float, float, float): error: undefined reference to 'sqrtf'
  26. /tmp/ccY4RsCY.ltrans17.ltrans.o:<artificial>:function nsvg__vecang(float, float, float, float): error: undefined reference to 'acosf'
  27. /tmp/ccY4RsCY.ltrans17.ltrans.o:<artificial>:function nsvg__expandStroke(NSVGrasterizer*, NSVGpoint*, int, int, int, int, float): error: undefined reference to 'acosf'
  28. /tmp/ccY4RsCY.ltrans26.ltrans.o:<artificial>:function pugi::impl::(anonymous namespace)::xpath_ast_node::eval_number(pugi::impl::(anonymous namespace)::xpath_context const&, pugi::impl::(anonymous namespace)::xpath_stack const&) [clone .lto_priv.1521]: error: undefined reference to 'fmod'
  29. collect2: error: ld returned 1 exit status
  30. make[3]: *** [es-app/CMakeFiles/emulationstation.dir/build.make:902: ../emulationstation] Error 1
  31. make[3]: Leaving directory '/home/ng/LibreELEC.tv/build.LibreELEC-S905.arm-8.0.01/emulationstation-15d9041/.armv8a-libreelec-linux-gnueabi'
  32. make[2]: *** [CMakeFiles/Makefile2:275: es-app/CMakeFiles/emulationstation.dir/all] Error 2
  33. make[2]: Leaving directory '/home/ng/LibreELEC.tv/build.LibreELEC-S905.arm-8.0.01/emulationstation-15d9041/.armv8a-libreelec-linux-gnueabi'
  34. make[1]: *** [Makefile:150: all] Error 2
  35. make[1]: Leaving directory '/home/ng/LibreELEC.tv/build.LibreELEC-S905.arm-8.0.01/emulationstation-15d9041/.armv8a-libreelec-linux-gnueabi'
  36. Makefile:12: recipe for target 'image' failed
  37. make: *** [image] Error 2
  38. ng@XubuntuVM:~/LibreELEC.tv$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement