Page 1 of 2

Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 8:15 am
by Rush68
Hello everyone, my problem is the following change of computer and when verifying the firmware gives me error and tells me this
#if ENABLED (M100_FREE_MEMORY_WATCHER)
extern char * __brkval;
extern size_t __heap_start, __heap_end, __flp;
extern char __bss_end;

and the screen gives me squares.
I am using Arduino 1.8.10

What can i do

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 8:21 am
by Rush68
in the orange band says this
missing binary operator before token ¨ (¨

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 9:26 am
by William
Hi,From the description of your description, it should be caused by the failure of the firmware brush.
You can get it from here:http://www.geeetech.com/forum/viewtopic ... 20&t=17046
Select your corresponding firmware to download and update.
Arduino can use some of the previous versions.

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 9:52 am
by Rush68
I already tested with all firmware for delta g2 & G2s and now I get this error attached screenshot.
error arduino.jpg
error arduino.jpg (115.5 KiB) Viewed 9511 times

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 9:57 am
by Rush68
maybe the previous one doesn't look good
I put an enlarged image again

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 10:49 am
by William
Hi, I just did a related search. If you don't want to use the old version of Arduino, you may need to
:replace All Replace all fpos_t with f_pos_t
Note that when you replace Replace All, select "Search all Sketch Tabs"

The specific source is here: https://reprap.org/forum/read.php?146,691608

I hope this can help you.

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 12:49 pm
by Rush68
thanks, idilio try it

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 12:51 pm
by Rush68
i will try it

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Thu Sep 26, 2019 2:37 pm
by William
:D

Re: Problem with firmaware Geeetech Rostock mini G2 & G2s pro

Posted: Fri Sep 27, 2019 10:55 pm
by Rush68
with what you told me fix the problem, thanks