User Tools

Site Tools


shotdetect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
shotdetect [2016/06/03 14:42]
wbeckett [Next error is related to a missing header file fixed with this:]
shotdetect [2021/06/04 02:16] (current)
Line 16: Line 16:
  
 sudo apt-get install clang-3.5 llvm sudo apt-get install clang-3.5 llvm
 +
 +rpi: sudo apt-get install clang
  
 <​code>​ <​code>​
Line 63: Line 65:
  
  
 +
 +==== Compile options for RPI =====
 +
 +-ccc-host-triple armv6-unknown-eabi -march=armv6 -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=hard
 +
 +Added to build:
 +CMakeCache.txt:​CMAKE_CXX_FLAGS:​STRING=-ccc-host-triple armv6-unknown-eabi -march=armv6 -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=hard
shotdetect.1464964977.txt.gz ยท Last modified: 2021/06/04 02:16 (external edit)