gaffertape / cl-osd

Automatically exported from code.google.com/p/cl-osd
0 stars 0 forks source link

cl-osd is not working properly when is compiled with avr-gcc 4.7.0 #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Compile cl-osd with gcc 4.7.0
2. Try to guess what is wrong, because you have not changed the code
3. Spend lot of hours to get it working
4. Cry
5. Order new board from HK
6. Same error, Cry...

When you use avr-gcc 4.7.0 the text is in one small line, only thing you can 
see is the circle showing home direction. Sometimes is this screen doubled.

You have to revert avr-gcc to older version. 

Version 4.5.3 is working.

Original issue reported on code.google.com by frantise...@gmail.com on 3 Apr 2013 at 7:45

GoogleCodeExporter commented 9 years ago
Same here- lots of warnings relating to uninitialised variables, some of them 
relating to eeprom addresses.  A .hex and .epp file are generated, but when 
flashed to the board, the result is no overlay.

Flashing with the original .hex and .epp restore default functionality.

Original comment by justy...@gmail.com on 11 Feb 2015 at 9:12