queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Compilation fails on system without native objcopy #77

Closed atuleu closed 9 years ago

atuleu commented 10 years ago

On system without native objcopy (like OS X) the rules added by generate_arduino_firmware fails, because ${CMAKE_OBJCOPY} is empty.

atuleu commented 10 years ago

see pull-request #78