Stenberggg / minimosd-extra

Automatically exported from code.google.com/p/minimosd-extra
0 stars 0 forks source link

r701 for Arduplane 2.75 Source code can't be compiled? #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the earlier ver before r701 source code can be compiled correctly,but the news 
version 701 occur error: "Serial.printf_P(PSTR("Ready for Font\n"));"
"OSD_Panels:1067: error: no matching function for call to 
FastSerial::printf_P(prog_char_t*)" why?

Original issue reported on code.google.com by zhxzsh on 5 Nov 2013 at 3:29

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
sorry,version is 710 not 701.

Original comment by zhxzsh on 6 Nov 2013 at 3:03

GoogleCodeExporter commented 9 years ago
sorry,version is 710 not 701.

Original comment by zhxzsh on 6 Nov 2013 at 3:03

GoogleCodeExporter commented 9 years ago
Tried compiling r714 today with Arduino IDE 1.0.5 and got the same error. 
Compiles correctly when you remove the PSTR() call from the suspect lines but I 
don’t know how that affects the end result. 

Original comment by j.bros...@gmail.com on 17 Nov 2013 at 9:40

GoogleCodeExporter commented 9 years ago
Apparent workaround is to use the 'FastSerial' library from r700 or earlier.  
This command will fetch the r700 'FastSerial' library directory:
svn checkout 
http://minimosd-extra.googlecode.com/svn/trunk/libraries/FastSerial@r700 
FastSerial_r700

--ET

Original comment by ethomas9...@gmail.com on 18 Feb 2014 at 9:16

GoogleCodeExporter commented 9 years ago
Closed as we have a new version.

Ifthe problem is still present please reopen it.

Original comment by gabek...@gmail.com on 28 Nov 2014 at 11:44