SKcoch / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

omake doesn't work with Arduino 1.5.x directory structure. #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the omake shell script/batch file that uses the compiler included with the 
arduino distribution to compile the bootloader in the distribution directory, 
doesn't work with the new directory structure implemented by the 1.5.x IDE (in 
particular, there's another level of directories added to handle the different 
(ARM/AVR/etc) platforms.)

This is rather annoying :-(

Original issue reported on code.google.com by wes...@gmail.com on 14 May 2014 at 8:26

GoogleCodeExporter commented 9 years ago
(using ENV=arduino manually doesn't work, either.)

Fixed in 6.0: 
https://code.google.com/p/optiboot/source/detail?r=a10ef5c935a11a0e656927cd5e9b3
06937203f52
Lovely obscure Makefile obscureness via stackoverflow:
http://stackoverflow.com/questions/15504359/makefile-test-directories-for-existe
nce-and-take-first-one-found

Original comment by wes...@gmail.com on 28 Jun 2014 at 9:19