Advertisement
Guest User

Untitled

a guest
May 27th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. m@m-MS-7850:~/git/sl/build$ make install -j4
  2. [ 2%] Built target SLsimulation
  3. [ 6%] Built target SLcommon
  4. [ 10%] Built target SLtask
  5. [ 12%] Built target IAS_COMMON
  6. [ 16%] Built target SLvision
  7. [ 17%] Built target SLmotor
  8. [ 18%] Built target SLopenGL
  9. [ 31%] Built target utility
  10. [ 31%] Built target iiwas_simulation
  11. [ 32%] Built target lwpr
  12. [ 37%] Built target iiwas
  13. [ 38%] Built target iiwas_openGL
  14. [ 39%] Built target iiwas_task
  15. [ 40%] Linking CXX executable iiwas_xrobot
  16. [ 45%] Built target iiwas_xpest
  17. [ 50%] Built target iiwas_xmotor
  18. [ 51%] Built target xiiwas
  19. [ 53%] Built target xlwpr
  20. [ 55%] Built target xlwprstat
  21. [ 55%] Built target xascii2clmcplot
  22. [ 60%] Built target iiwas_xvision
  23. [ 61%] Built target iiwas_xsimulation
  24. [ 63%] Built target xriiwas
  25. [ 64%] Built target iiwas_xopengl
  26. [ 92%] Built target iiwas_xtask
  27. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friClientApplication.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  28. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friLBRClient.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  29. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friTransformationClient.o): relocation R_X86_64_32S against symbol `_ZTVN4KUKA3FRI20TransformationClientE' can not be used when making a PIE object; recompile with -fPIC
  30. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friTransformationContainer.o): relocation R_X86_64_32 against symbol `__gxx_personality_v0@@CXXABI_1.3' can not be used when making a PIE object; recompile with -fPIC
  31. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friUdpConnection.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  32. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friCommandMessageEncoder.o): relocation R_X86_64_32 against symbol `FRICommandMessage_fields' can not be used when making a PIE object; recompile with -fPIC
  33. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(friMonitoringMessageDecoder.o): relocation R_X86_64_32 against symbol `FRIMonitoringMessage_fields' can not be used when making a PIE object; recompile with -fPIC
  34. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(pb_frimessages_callbacks.o): relocation R_X86_64_32 against symbol `Transformation_fields' can not be used when making a PIE object; recompile with -fPIC
  35. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(pb_decode.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  36. /usr/bin/ld: /home/m/git/sl/sl_iiwas/./lib/libFRIClient.a(pb_encode.o): relocation R_X86_64_32S against `.text' can not be used when making a PIE object; recompile with -fPIC
  37. /usr/bin/ld: final link failed: Nonrepresentable section on output
  38. collect2: error: ld returned 1 exit status
  39. sl_iiwas/CMakeFiles/iiwas_xrobot.dir/build.make:668: recipe for target 'sl_iiwas/iiwas_xrobot' failed
  40. make[2]: *** [sl_iiwas/iiwas_xrobot] Error 1
  41. CMakeFiles/Makefile2:1010: recipe for target 'sl_iiwas/CMakeFiles/iiwas_xrobot.dir/all' failed
  42. make[1]: *** [sl_iiwas/CMakeFiles/iiwas_xrobot.dir/all] Error 2
  43. Makefile:129: recipe for target 'all' failed
  44. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement