ashtian01 / optiboot

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

Optiboot v5.0 doesn't make #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On Linux, in bootloaders/optiboot, typing ./makeall yields the following error, 
many times over (once for each target?):

baudcheck.tmp.sh: 8: Bad substitution
make: *** [baudcheck] Error 2

Which, if you trace it back seems to be about not finding an "L" at the end of 
each baud-rate.  

I tried adding "L" to the baudrate and re-compiling just my target: 
make atmega168 AVR_FREQ=8000000L BAUD_RATE=9600L 
and get
/bin/sh: Syntax error: EOF in backquote substitution
make: *** [baudcheck] Error 2

Anyway, it's looking like something is wrong in the whole baudcheck 
sub-section.  

Original issue reported on code.google.com by ell...@hacdc.org on 28 May 2013 at 9:11

GoogleCodeExporter commented 8 years ago
Which "linux"?  Is this the same as issue 85?  
http://code.google.com/p/optiboot/issues/detail?id=85

Original comment by wes...@gmail.com on 7 Jun 2013 at 10:49

GoogleCodeExporter commented 8 years ago
As a workaround, I've made the makefile ignore errors in the "baudcheck" step:
http://code.google.com/p/optiboot/source/detail?r=a70f7a426c6498fad8e3f4a8eb2ee9
809ecd0a48

Original comment by wes...@gmail.com on 8 Jun 2013 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by wes...@gmail.com on 28 Jun 2014 at 2:31