GitHub mGiraffe firmware source code not working


#1

Hello,
I accidentally overwrite the firmware, and I follow the step from here:

I found it couldn’t be upload to the board((without modified).

What can I do, please?


#2

Solved. From this site: https://github.com/MarlinFirmware/Marlin/issues/4935

“That must be an older version of Marlin that has a typo. I believe that if you replace fpos_t with filepos_t throughout the Marlin source files the code may compile. Or you can try a newer version of Marlin, such as the last release1.0.2-1, the previous beta 1.1.0-RC7, or the latest RCBugFix which is being patched nightly.” - thinkyhead


#3