Welcome! Log In Create A New Profile

Advanced

expected initializer before 'homing_feedrate_mm_s'

Posted by someoneonly 
expected initializer before 'homing_feedrate_mm_s'
March 04, 2017 02:19AM
I get this error whenever I try to upload marlin even though I have done it before. I tried an older version of marlin and arduino but the results are the same. Both arduino and marlin are unaltered fresh installs.

exit status 1
expected initializer before 'homing_feedrate_mm_s'

Any help would be greatly appreciated.
Re: expected initializer before 'homing_feedrate_mm_s'
March 04, 2017 02:49AM
You have corrupted the configuration.h somehow so that homing_feedrate doesn’t get set and the code wont compile

I would download a fresh configuration.h and compare it to your (using diff or something like WinMerge)

see whats changed that you don't expect.

Edited 1 time(s). Last edit at 03/04/2017 02:49AM by Dust.
Re: expected initializer before 'homing_feedrate_mm_s'
March 04, 2017 08:09PM
I tried that and completely redownloading a new version of marlin but it still throws the same error.
Re: expected initializer before 'homing_feedrate_mm_s'
March 13, 2017 09:24AM
Finally figured out how to solve this.

Tools > Board > Board Manager

Arduino AVR Boards > Update ( to the latest version)

Instantly fixed all the errors I saw...yes a pretty dumb mistake -.-
Sorry, only registered users may post in this forum.

Click here to login