Advertisement
Guest User

Compiler errors

a guest
Jul 24th, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. CMakeFiles/sweepLaserInterface_node.dir/src/sweepLaserInterface.cpp.o: In function `main':
  2. sweepLaserInterface.cpp:(.text+0x8c): undefined reference to `CMotorInterface::CMotorInterface()'
  3. sweepLaserInterface.cpp:(.text+0x1fc): undefined reference to `CSickLMS115Interface::queryScanConfig()'
  4. sweepLaserInterface.cpp:(.text+0x329): undefined reference to `CMotorInterface::open(char const*)'
  5. sweepLaserInterface.cpp:(.text+0x440): undefined reference to `CMotorInterface::homeMotor()'
  6. sweepLaserInterface.cpp:(.text+0x4c6): undefined reference to `CMotorInterface::getPosition()'
  7. sweepLaserInterface.cpp:(.text+0x668): undefined reference to `CSickLMS115Interface::startSingleMeasurement()'
  8. sweepLaserInterface.cpp:(.text+0x688): undefined reference to `CSickLMS115Interface::getNextMeasurement(double&, TSickLMS111ScanData&)'
  9. sweepLaserInterface.cpp:(.text+0x78e): undefined reference to `CMotorInterface::setStart(double)'
  10. sweepLaserInterface.cpp:(.text+0x7a5): undefined reference to `CMotorInterface::setEnd(double)'
  11. sweepLaserInterface.cpp:(.text+0x7bc): undefined reference to `CMotorInterface::setSpeed(double)'
  12. sweepLaserInterface.cpp:(.text+0x7cb): undefined reference to `CMotorInterface::startSweeping()'
  13. sweepLaserInterface.cpp:(.text+0x7da): undefined reference to `CSickLMS115Interface::startMeasurementMode()'
  14. sweepLaserInterface.cpp:(.text+0x7ee): undefined reference to `CSickLMS115Interface::startSingleMeasurement()'
  15. sweepLaserInterface.cpp:(.text+0x80e): undefined reference to `CSickLMS115Interface::getNextMeasurement(double&, TSickLMS111ScanData&)'
  16. sweepLaserInterface.cpp:(.text+0xb64): undefined reference to `CMotorInterface::stopSweeping()'
  17. sweepLaserInterface.cpp:(.text+0xb73): undefined reference to `CMotorInterface::close()'
  18. sweepLaserInterface.cpp:(.text+0xba5): undefined reference to `CMotorInterface::~CMotorInterface()'
  19. sweepLaserInterface.cpp:(.text+0xf4e): undefined reference to `CMotorInterface::~CMotorInterface()'
  20. CMakeFiles/sweepLaserInterface_node.dir/src/sweepLaserInterface.cpp.o: In function `CSickLMS115Interface::initializeTcp(char const*)':
  21. sweepLaserInterface.cpp:(.text._ZN20CSickLMS115Interface13initializeTcpEPKc[CSickLMS115Interface::initializeTcp(char const*)]+0x24): undefined reference to `CSMSerialSocketFileInterface::initializeTcp(char const*, int)'
  22. CMakeFiles/sweepLaserInterface_node.dir/src/sweepLaserInterface.cpp.o: In function `CSickLMS115Interface::CSickLMS115Interface()':
  23. sweepLaserInterface.cpp:(.text._ZN20CSickLMS115InterfaceC2Ev[_ZN20CSickLMS115InterfaceC5Ev]+0x14): undefined reference to `CSMSerialSocketFileInterface::CSMSerialSocketFileInterface()'
  24. CMakeFiles/sweepLaserInterface_node.dir/src/sweepLaserInterface.cpp.o: In function `CSickLMS115Interface::~CSickLMS115Interface()':
  25. sweepLaserInterface.cpp:(.text._ZN20CSickLMS115InterfaceD2Ev[_ZN20CSickLMS115InterfaceD5Ev]+0x14): undefined reference to `CSMSerialSocketFileInterface::~CSMSerialSocketFileInterface()'
  26. collect2: ld returned 1 exit status
  27. make[2]: *** [/home/randy/catkin_ws/devel/lib/toro/sweepLaserInterface_node] Error 1
  28. make[1]: *** [toro/CMakeFiles/sweepLaserInterface_node.dir/all] Error 2
  29. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement