Eeprom.cpp error

Hey guys just checking, but when I compile the repetier firmware from the configurator 0.92 on arduino 1.6.7. I get this error..

Eeprom.cpp:68: error: 'computeChecksum' was not declared in this scope

I have the eeprom disabled in the configurator because I want to calibrate without using the eeprom settings in the host then enable it later. Is this possible? Or do I have to have eeprom enabled?

Comments

  • What I ahve done so far is added this to the configuration.h

    int computeChecksum()
    {
    return 0;
    }

    makes it happy but bad way to fix it I think. Especially because I don't know what it does:)
  • Hello, I got the same error today, I tested it with Arduino 1.6.7 and 1.0.3. The declaration on this variable seems to be in the EEPROM class. So I had activated the EEPROM in the settings (in the configuration.h with the online tool), although I don't like to use the EEPROM, but now it works.
    So until the problem is corrected by Repetier I will use the EEPROM.

    I know my english isn't the best but I hope this helps a bit.
Sign In or Register to comment.