apmorton/teensy-template

Make not working after clone on OSX

Closed this issue · 1 comments

I must be missing something but I get:

$ make
[CXX]   src/main.cpp
/bin/sh: /Users/olivier/Dropbox/Developer/arduino/teensy-template/tools/arm-none-eabi/bin/arm-none-eabi-g++: cannot execute binary file
make: *** [/Users/olivier/Dropbox/Developer/arduino/teensy-template/build/src/main.o] Error 126

After cloning the project.

Had to replace the tools with the one from the OSX TeensyDuino, works like a charm.