queezythegreat / arduino-cmake

Arduino CMake Build system
644 stars 216 forks source link

Example doesn't compile #39

Closed zeeMonkeez closed 12 years ago

zeeMonkeez commented 12 years ago

Trying to run make blink in the example folder fails:

[14:12:55 622] jonas:build: make blink
[ 47%] Built target uno_CORE
[ 50%] Built target blink_lib
[ 97%] Built target diecimila_CORE
[100%] Building CXX object CMakeFiles/blink.dir/blink.cpp.obj
avr-g++: CMakeFiles/blink.dir/blink.cpp.obj: No such file or directory
make[3]: *** [CMakeFiles/blink.dir/blink.cpp.obj] Error 1
make[2]: *** [CMakeFiles/blink.dir/all] Error 2
make[1]: *** [CMakeFiles/blink.dir/rule] Error 2
make: *** [blink] Error 2

Running on Mac OS X 10.7.3 with Arduino 1.0 installed to /Applications/Arduino.app

queezythegreat commented 12 years ago

The error has been fixed, closing.