compilation error

Just tried compiling the DEV version today but am getting the following error,


"Arduino: 1.6.12 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch\Eeprom.cpp: In static member function 'static void EEPROM::restoreEEPROMSettingsFromConfiguration()':

Eeprom.cpp:99: error: expected primary-expression before ';' token

     heatedBedController.preheatTemperature = HEATED_BED_PREHEAT_TEMP;

                                                                     ^

Eeprom.cpp:135: error: expected primary-expression before ';' token

     e->tempControl.preheatTemperature = EXT0_PREHEAT_TEMP;

                                                          ^

sketch\Eeprom.cpp: In static member function 'static void EEPROM::readDataFromEEPROM(bool)':

Eeprom.cpp:762: error: expected primary-expression before ';' token

             heatedBedController.preheatTemperature = HEATED_BED_PREHEAT_TEMP;

                                                                             ^

Eeprom.cpp:765: error: expected primary-expression before ';' token

             extruder[0].tempControl.preheatTemperature = EXT0_PREHEAT_TEMP;

                                                                           ^

exit status 1
expected primary-expression before ';' token

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

Comments

  • oops, posted in wrong forum, should have been in 'firmware'


    found my error, bed and extruder pre heat options were blank
Sign In or Register to comment.