Can`t upload firmware

Post Reply
Cycloid1337
Posts: 1
Joined: Thu Jun 11, 2015 3:59 am

Can`t upload firmware

Post by Cycloid1337 » Sat Aug 15, 2015 5:11 pm

Hello
I`ve ordert a Geeetech Rostock Mini G2 and a few Days ago it arrived.
Building it together was not a problem for me.
Everithing works fine.
Then i`ve tryed to upload the Firmware and failed.
I`ve got this error:

Arduino: 1.6.5 (Windows 7), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"

qr_solve.cpp:7:18: fatal error: time.h: No such file or directory
#include <time.h>
^
compilation terminated.
Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.


To solve this error i tryed to use an older version of the Arduino software and then i got this error mesange:


In file included from ultralcd.cpp:38:
ultralcd_implementation_hitachi_HD44780.h:200: error: 'LiquidCrystal' does not name a type
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_init()':
ultralcd_implementation_hitachi_HD44780.h:321: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_clear()':
ultralcd_implementation_hitachi_HD44780.h:336: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_printPGM(const char*)':
ultralcd_implementation_hitachi_HD44780.h:344: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_status_screen()':
ultralcd_implementation_hitachi_HD44780.h:404: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_generic(uint8_t, const char*, char, char)':
ultralcd_implementation_hitachi_HD44780.h:515: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_setting_edit_generic(uint8_t, const char*, char, char*)':
ultralcd_implementation_hitachi_HD44780.h:537: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_setting_edit_generic_P(uint8_t, const char*, char, const char*)':
ultralcd_implementation_hitachi_HD44780.h:559: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawedit(const char*, char*)':
ultralcd_implementation_hitachi_HD44780.h:610: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_sdfile_selected(uint8_t, const char*, const char*, char*)':
ultralcd_implementation_hitachi_HD44780.h:624: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_sdfile(uint8_t, const char*, const char*, char*)':
ultralcd_implementation_hitachi_HD44780.h:644: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_sddirectory_selected(uint8_t, const char*, const char*, char*)':
ultralcd_implementation_hitachi_HD44780.h:664: error: 'lcd' was not declared in this scope
/ultralcd_implementation_hitachi_HD44780.h: In function 'void lcd_implementation_drawmenu_sddirectory(uint8_t, const char*, const char*, char*)':
ultralcd_implementation_hitachi_HD44780.h:685: error: 'lcd' was not declared in this scope


I have no idea what to do...

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: Can`t upload firmware

Post by Mark » Mon Aug 17, 2015 4:43 pm

It's the arduino version that cause the problem. Use the arduino 1.0.1 and it will be OK.

SUPERCAT92
Posts: 1
Joined: Mon Aug 17, 2015 2:53 am

Re: Can`t upload firmware

Post by SUPERCAT92 » Fri Sep 04, 2015 7:52 am

Same Error while trying to re-upload the firmware.... Thanks for this post, i will try as soon as possible arduino 1.0.1 version to upload it.
Thanks a lot! :)

Post Reply