Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. i686-invasic-octopos-gcc -m32 -L/work_fast/poeppl/Projects/demo3/x10i/x10.dist/../octopos-app/releases/current/x86guest/default/lib -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib32/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/32/crtbegin.o -Wl,-T,/work_fast/poeppl/Projects/demo3/x10i/x10.dist/../octopos-app/releases/current/x86guest/default/lib/sections.x -static /tmp/x10firm_8588262201875931275.s build/ppnetcdf.o build/netcdf-support.o
  2. /work_fast/poeppl/Projects/demo3/x10i/x10.dist/../liboo/build/i686-invasic-octopos/liboo_rt.a -loctopos -lcsubset -loctomem -loctopos -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/32/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib32/crtn.o -o bin/i-Main
  3. x10firm: /tmp/cc3Q96lV.o: In function `actors::SimulationActor::performComputationStep()':
  4. (.text+0x126d8e): undefined reference to `x10::lang::Math::logf(float)'
  5. /tmp/cc3Q96lV.o: In function `actors::SimulationActor::performComputationStep()':
  6. (.text+0x126d9f): undefined reference to `x10::lang::Math::logf(float)'
  7. /tmp/cc3Q96lV.o: In function `actors::SimulationActor::performComputationStep()':
  8. (.text+0x126dc7): undefined reference to `x10::lang::Math::powf(float, float)'
  9. /tmp/cc3Q96lV.o: In function `actors::SimulationActor::getSafeTimestepMultiple(float)':
  10. (.text+0x138790): undefined reference to `x10::lang::Math::logf(float)'
  11. /tmp/cc3Q96lV.o: In function `actors::SimulationActor::getSafeTimestepMultiple(float)':
  12. (.text+0x1387a1): undefined reference to `x10::lang::Math::logf(float)'
  13. /tmp/cc3Q96lV.o: In function `actors::SimulationActor::getSafeTimestepMultiple(float)':
  14. (.text+0x1387c9): undefined reference to `x10::lang::Math::powf(float, float)'
  15. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::simulate()':
  16. (.text+0x191fbc): undefined reference to `x10::lang::Math::logf(float)'
  17. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::simulate()':
  18. (.text+0x191fca): undefined reference to `x10::lang::Math::logf(float)'
  19. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::simulate()':
  20. (.text+0x191fef): undefined reference to `x10::lang::Math::powf(float, float)'
  21. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::getSafeTsMultiple(float)':
  22. (.text+0x193203): undefined reference to `x10::lang::Math::logf(float)'
  23. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::getSafeTsMultiple(float)':
  24. (.text+0x193214): undefined reference to `x10::lang::Math::logf(float)'
  25. /tmp/cc3Q96lV.o: In function `orchestration::SequentialOrchestrator::getSafeTsMultiple(float)':
  26. (.text+0x19323c): undefined reference to `x10::lang::Math::powf(float, float)'
  27. collect2: error: ld returned 1 exit status
  28. x10firm: assembling and linking failed
  29. 2 errors.
  30. Makefile:298: recipe for target 'bin/i-Main' failed
  31. make[1]: *** [bin/i-Main] Error 1
  32. make[1]: Leaving directory '/work_fast/poeppl/Projects/demo3/swex10/swex10'
  33. Makefile:268: recipe for target 'invade-guest-i-core' failed
  34. make: *** [invade-guest-i-core] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement