Advertisement
Guest User

waf_build_fail_2

a guest
Jan 24th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. $ ./waf configure --board=px4-v2 \
  2. > && ./waf sub
  3. Setting top to : /home/prince/TEST/ardupilot
  4. Setting out to : /home/prince/TEST/ardupilot/build
  5. Autoconfiguration : enabled
  6. Setting board to : px4-v2
  7. Checking for program 'arm-none-eabi-ar' : /usr/bin/arm-none-eabi-ar
  8. Using toolchain : arm-none-eabi
  9. Checking for 'g++' (C++ compiler) : /usr/bin/arm-none-eabi-g++
  10. Checking for 'gcc' (C compiler) : /usr/bin/arm-none-eabi-gcc
  11. Checking for HAVE_CMATH_ISFINITE : no
  12. Checking for HAVE_CMATH_ISINF : no
  13. Checking for HAVE_CMATH_ISNAN : no
  14. Checking for NEED_CMATH_ISFINITE_STD_NAMESPACE : no
  15. Checking for NEED_CMATH_ISINF_STD_NAMESPACE : no
  16. Checking for NEED_CMATH_ISNAN_STD_NAMESPACE : no
  17. Checking for header endian.h : not found
  18. Checking for header byteswap.h : not found
  19. Checking for program 'cmake' : /usr/bin/cmake
  20. Checking cmake version : 3.5.1
  21. Checking for program 'ninja, ninja-build' : not found
  22. Checking for program 'make' : /usr/bin/make
  23. Checking for program 'python' : /usr/bin/python
  24. Checking for python version >= 2.7.0 : 2.7.12
  25. Checking for program 'python' : /usr/bin/python
  26. Checking for python version >= 2.7.0 : 2.7.12
  27. Source is git repository : yes
  28. Update submodules : yes
  29. Checking for program 'git' : /usr/bin/git
  30. Gtest : PX4 boards currently don't support compiling gtest
  31. Checking for program 'arm-none-eabi-size' : /usr/bin/arm-none-eabi-size
  32. Benchmarks : disabled
  33. Unit tests : disabled
  34. 'configure' finished successfully (0.694s)
  35. Waf: Entering directory `/home/prince/TEST/ardupilot/build/px4-v2'
  36. [13/14] CMake Build px4 msg_gen
  37. make: *** No rule to make target 'msg_gen'. Stop.
  38.  
  39. Waf: Leaving directory `/home/prince/TEST/ardupilot/build/px4-v2'
  40. Build failed
  41. -> task in 'px4_msg_gen' failed (exit status 2):
  42. {task 139741973486560: cmake_build_task -> }
  43. ['/usr/bin/cmake', '--build', '/home/prince/TEST/ardupilot/build/px4-v2/modules/PX4Firmware', '--target', 'msg_gen']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement