tuxmartin

Untitled

Feb 17th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. martin@meo2:~/workspace/ang-bt-controller/build$ cmake ..
  2. -- The C compiler identification is GNU 5.2.1
  3. -- The CXX compiler identification is GNU 5.2.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Found MOSQUITTOPP: /usr/lib/x86_64-linux-gnu/libmosquittopp.so
  17. -- Found MOSQUITTO: /usr/lib/x86_64-linux-gnu/libmosquitto.so
  18. -- Found flatbuffers: /usr/local/bin/flatc
  19. -- Configuring done
  20. -- Generating done
  21. -- Build files have been written to: /home/martin/workspace/ang-bt-controller/build
  22. martin@meo2:~/workspace/ang-bt-controller/build$
  23. martin@meo2:~/workspace/ang-bt-controller/build$
  24. martin@meo2:~/workspace/ang-bt-controller/build$ make
  25. [ 4%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/TagRemove.fbs
  26. [ 8%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/AngeeState.fbs
  27. [ 12%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/BtConfig.fbs
  28. [ 16%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/BtTag.fbs
  29. [ 20%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/LedError.fbs
  30. [ 24%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/StatorMotor.fbs
  31. [ 28%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/VideoStreamRequest.fbs
  32. [ 32%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/LedState.fbs
  33. [ 36%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/StatorMovement.fbs
  34. [ 40%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/WifiConnect.fbs
  35. [ 44%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/AudioError.fbs
  36. [ 48%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/CloudConfig.fbs
  37. [ 52%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/PersistenceConfigRequest.fbs
  38. [ 56%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/StatorPower.fbs
  39. [ 60%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/WifiConnectStatus.fbs
  40. [ 64%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/AudioPlay.fbs
  41. [ 68%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/PersistenceEnvironmentRequest.fbs
  42. [ 72%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/StatorState.fbs
  43. [ 76%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/WifiScan.fbs
  44. [ 80%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/AudioVolume.fbs
  45. [ 84%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/EnvironmentValues.fbs
  46. [ 88%] Building C++ header for /home/martin/workspace/ang-bt-controller/ang-messages/mqtt/RespawnerPingPong.fbs
  47. Scanning dependencies of target ang-bt-connector
  48. [ 92%] Building CXX object CMakeFiles/ang-bt-connector.dir/src/BtController.cpp.o
  49. [ 96%] Building CXX object CMakeFiles/ang-bt-connector.dir/src/BtMosquitto.cpp.o
  50. [100%] Building CXX object CMakeFiles/ang-bt-connector.dir/src/Delegator.cpp.o
  51. Linking CXX executable bin/ang-bt-connector
  52. /usr/bin/ld: CMakeFiles/ang-bt-connector.dir/src/BtMosquitto.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
  53. /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
  54. collect2: error: ld returned 1 exit status
  55. CMakeFiles/ang-bt-connector.dir/build.make:247: recipe for target 'bin/ang-bt-connector' failed
  56. make[2]: *** [bin/ang-bt-connector] Error 1
  57. CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/ang-bt-connector.dir/all' failed
  58. make[1]: *** [CMakeFiles/ang-bt-connector.dir/all] Error 2
  59. Makefile:136: recipe for target 'all' failed
  60. make: *** [all] Error 2
  61. martin@meo2:~/workspace/ang-bt-controller/build$
Advertisement
Add Comment
Please, Sign In to add comment