NorthboundNetworks / Bossa

Flash programming over USB for Atmel SAM microcontrollers (see also: SAM-BA)
GNU General Public License v3.0
7 stars 1 forks source link

Does not compile under El Capitain #8

Open LeeBrotherston opened 7 years ago

LeeBrotherston commented 7 years ago

Hi there,

Bossa doesn't seem to compiled under full patched El'Capitain...

$ make CPP src/WordCopyArm.cpp g++ -arch i386 -Wall -Werror -MT obj/WordCopyArm.o -MD -MP -MF obj/WordCopyArm.d -DVERSION=\"https://github.com/NorthboundNetworks/Bossa:2.0. 14.r9a12fec973aba1ada2d25e7ceefad66f3ca25ca4\" -g -O2 -c -o obj/WordCopyArm.o src/WordCopyArm.cpp clang: error: no such file or directory: '14.r9a12fec973aba1ada2d25e7ceefad66f3ca25ca4"' make: *\ [obj/WordCopyArm.o] Error 1

LeeBrotherston commented 7 years ago

Aha - seems to be the version string cause the compiler to get upset when -DVERSION is included.