Advertisement
Guest User

Untitled

a guest
May 15th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. [root@alarmpi raspicam]# cmake .
  2. -- The C compiler identification is GNU 4.7.2
  3. -- The CXX compiler identification is GNU 4.7.2
  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. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. CMake Warning (dev) in CMakeLists.txt:
  13. No cmake_minimum_required command is present. A line of code such as
  14.  
  15. cmake_minimum_required(VERSION 2.8)
  16.  
  17. should be added at the top of the file. The version specified may be lower
  18. if you wish to support older CMake versions for this project. For more
  19. information run "cmake --help-policy CMP0000".
  20. This warning is for project developers. Use -Wno-dev to suppress it.
  21.  
  22. -- Configuring done
  23. -- Generating done
  24. -- Build files have been written to: /root/userland/host_applications/linux/apps/raspicam
  25. [root@alarmpi raspicam]# make
  26. Scanning dependencies of target raspistill
  27. [ 8%] Building C object CMakeFiles/raspistill.dir/RaspiCamControl.o
  28. /root/userland/host_applications/linux/apps/raspicam/RaspiCamControl.c:31:33: fatal error: interface/vcos/vcos.h: No such file or directory
  29. compilation terminated.
  30. make[2]: *** [CMakeFiles/raspistill.dir/RaspiCamControl.o] Error 1
  31. make[1]: *** [CMakeFiles/raspistill.dir/all] Error 2
  32. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement