Welcome! Log In Create A New Profile

Advanced

errore in compilazione eeprom

Posted by paolopa 
errore in compilazione eeprom
January 10, 2018 12:19PM
sto provando a compilare la 4.3.3 per la delta con trigorilla per vedere se riesco a caricarla solo con il Nextion attivo ma ricevo un errore della eeprom cioè questo:
Arduino:1.6.11 (Windows 10), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch\src\HAL\HAL_AVR\HAL_eeprom_AVR.cpp:35:44: error: no 'bool EEPROM::access_start(bool)' member function declared in class 'EEPROM'

   bool EEPROM::access_start(const bool read) {

                                            ^

sketch\src\HAL\HAL_AVR\HAL_eeprom_AVR.cpp:68:30: error: no 'bool EEPROM::access_finish()' member function declared in class 'EEPROM'

   bool EEPROM::access_finish(){

                              ^

sketch\src\HAL\HAL_AVR\HAL_eeprom_AVR.cpp:79:87: error: no 'bool EEPROM::write_data(int&, const uint8_t*, uint16_t, uint16_t*)' member function declared in class 'EEPROM'

   bool EEPROM::write_data(int &pos, const uint8_t *value, uint16_t size, uint16_t *crc) {

                                                                                       ^

sketch\src\HAL\HAL_AVR\HAL_eeprom_AVR.cpp:113:80: error: no 'bool EEPROM::read_data(int&, uint8_t*, uint16_t, uint16_t*)' member function declared in class 'EEPROM'

   bool EEPROM::read_data(int &pos, uint8_t *value, uint16_t size, uint16_t *crc) {

                                                                                ^

sketch\src\HAL\HAL_AVR\HAL_eeprom_AVR.cpp:128:74: error: no 'void EEPROM::crc16(uint16_t*, const void*, uint16_t)' member function declared in class 'EEPROM'

   void EEPROM::crc16(uint16_t *crc, const void * const data, uint16_t cnt) {

se disabilito la eeprom compila ma mi serve la eeprom attiva


Hictop ALLUMINIO RepRap Prusa i3 3DP11 Radds V1.6 DRV8825
Nozle 0.4 filo 1.75 Nextion display 7" Diamond MK4duo 4.3.2

Ender 3 V2
Nozle 0.4 filo 1.75

Biqu B1
Nozle 0.4 filo 1.75
Attachments:
open | download - Configuration_Overall.h (40.8 KB)
Re: errore in compilazione eeprom
January 10, 2018 12:23PM
È stato sistemato poco fa dal Mago, riprova ora
Sorry, only registered users may post in this forum.

Click here to login