Skip to content

lythaniel/YapiBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build:

mkdir build
cd build
cmake ../src


crosscompile
cmake -DCMAKE_TOOLCHAIN_FILE=~/rpi/Toolchain-RaspberryPi2.cmake ../src


eclipse
cmake -G"Eclipse CDT7 - Unix Makefiles" ../src


debug
cmake -DCMAKE_BUILD_TYPE=Debug ../src



crosscompile + debug + eclipse:
cmake -DCMAKE_TOOLCHAIN_FILE=~/rpi/Toolchain-RaspberryPi2.cmake -G"Eclipse CDT4 - Unix Makefiles" -D_ECLIPSE_VERSION=4.4 -DCMAKE_BUILD_TYPE=Debug ../src

About

Yet Another Raspberry Pi Robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages