Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) December 20, 2017 07:41AM |
Registered: 8 years ago Posts: 167 |
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) December 20, 2017 07:48AM |
Registered: 11 years ago Posts: 6,409 |
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) December 20, 2017 10:02AM |
Registered: 8 years ago Posts: 167 |
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) December 20, 2017 01:54PM |
Registered: 8 years ago Posts: 62 |
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) December 20, 2017 04:11PM |
Registered: 8 years ago Posts: 167 |
Quote
iosonopersia
Se avesse sempre fatto così, adesso staremmo alla versione 980.450.1000
Quote
iosonopersia
In ogni modo puoi scaricare l'ultima versione semplicemente scaricandola da Github e sostituendo i file Configuration_Pins.h e Configuration_Overall.h con i tuoi già configurati
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 06, 2018 04:59PM |
Registered: 8 years ago Posts: 167 |
Quote
Fabius72
Il firmware l'ho effettivamente scaricato qualche giorno fa, ma nel tuo sito non trovo versioni successive a quella che ho io, perciò pensavo di essere aggiornato.
Ti chiedo allora una cortesia, onde evitare questo genere di cose e sempre se non comporta una rottura di palle troppo grossa: quando modifichi qualcosa, riusciresti contestualmente ad incrementare il numero di versione?
...
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 19, 2018 04:02AM |
Registered: 8 years ago Posts: 167 |
Arduino:1.8.5 (Linux), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" sketch/src/core/heater/heater.cpp: In member function 'void Heater::get_pid_output(uint8_t)': sketch/src/core/heater/heater.cpp:116:11: error: 'cTerm' was not declared in this scope cTerm[h] = 0; ^ sketch/src/core/heater/heater.cpp:116:17: error: 'h' was not declared in this scope cTerm[h] = 0; ^ sketch/src/core/heater/heater.cpp:119:30: error: 'last_e_position' was not declared in this scope if (e_position > last_e_position) { ^ sketch/src/core/heater/heater.cpp:120:15: error: 'lpq' was not declared in this scope lpq[lpq_ptr] = e_position - last_e_position; ^ sketch/src/core/heater/heater.cpp:120:19: error: 'lpq_ptr' was not declared in this scope lpq[lpq_ptr] = e_position - last_e_position; ^ sketch/src/core/heater/heater.cpp:124:15: error: 'lpq' was not declared in this scope lpq[lpq_ptr] = 0; ^ sketch/src/core/heater/heater.cpp:124:19: error: 'lpq_ptr' was not declared in this scope lpq[lpq_ptr] = 0; ^ sketch/src/core/heater/heater.cpp:126:19: error: 'lpq_ptr' was not declared in this scope if (++lpq_ptr >= lpq_len) lpq_ptr = 0; ^ sketch/src/core/heater/heater.cpp:126:30: error: 'lpq_len' was not declared in this scope if (++lpq_ptr >= lpq_len) lpq_ptr = 0; ^ sketch/src/core/heater/heater.cpp:127:25: error: 'lpq' was not declared in this scope cTerm[h] = (lpq[lpq_ptr] * mechanics.steps_to_mm[E_AXIS]) * Kc; ^ sketch/src/core/heater/heater.cpp:127:29: error: 'lpq_ptr' was not declared in this scope cTerm[h] = (lpq[lpq_ptr] * mechanics.steps_to_mm[E_AXIS]) * Kc; ^ exit status 1 Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 19, 2018 05:07AM |
Registered: 8 years ago Posts: 505 |
Arduino:1.6.11 (Windows 10), Scheda:"Arduino Due (Programming Port)" sketch\src\core\heater\heater.cpp: In member function 'void Heater::get_pid_output(uint8_t)': sketch\src\core\heater\heater.cpp:116:11: error: 'cTerm' was not declared in this scope cTerm[h] = 0; ^ sketch\src\core\heater\heater.cpp:116:17: error: 'h' was not declared in this scope cTerm[h] = 0; ^ sketch\src\core\heater\heater.cpp:119:30: error: 'last_e_position' was not declared in this scope if (e_position > last_e_position) { ^ sketch\src\core\heater\heater.cpp:120:15: error: 'lpq' was not declared in this scope lpq[lpq_ptr] = e_position - last_e_position; ^ sketch\src\core\heater\heater.cpp:120:19: error: 'lpq_ptr' was not declared in this scope lpq[lpq_ptr] = e_position - last_e_position; ^ sketch\src\core\heater\heater.cpp:124:15: error: 'lpq' was not declared in this scope lpq[lpq_ptr] = 0; ^ sketch\src\core\heater\heater.cpp:124:19: error: 'lpq_ptr' was not declared in this scope lpq[lpq_ptr] = 0; ^ sketch\src\core\heater\heater.cpp:126:19: error: 'lpq_ptr' was not declared in this scope if (++lpq_ptr >= lpq_len) lpq_ptr = 0; ^ sketch\src\core\heater\heater.cpp:126:30: error: 'lpq_len' was not declared in this scope if (++lpq_ptr >= lpq_len) lpq_ptr = 0; ^ sketch\src\core\heater\heater.cpp:127:25: error: 'lpq' was not declared in this scope cTerm[h] = (lpq[lpq_ptr] * mechanics.steps_to_mm[E_AXIS]) * Kc; ^ sketch\src\core\heater\heater.cpp:127:29: error: 'lpq_ptr' was not declared in this scope cTerm[h] = (lpq[lpq_ptr] * mechanics.steps_to_mm[E_AXIS]) * Kc; ^ exit status 1 Errore durante la compilazione per la scheda Arduino Due (Programming Port).
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 19, 2018 04:56PM |
Registered: 11 years ago Posts: 6,409 |
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 20, 2018 02:53PM |
Registered: 8 years ago Posts: 505 |
Arduino:1.6.11 (Windows 10), Scheda:"Arduino Due (Programming Port)" sketch\src\core\stepper\stepper.cpp: In static member function 'static void Stepper::isr()': sketch\src\core\stepper\stepper.cpp:485:63: error: 'PULSE_TIMER_NUM' was not declared in this scope hal_timer_t stepper_timer_count = HAL_timer_get_count(PULSE_TIMER_NUM); ^ exit status 1 Errore durante la compilazione per la scheda Arduino Due (Programming Port).
Re: Segnalazione errori di compilazione SOLO VERSIONI IN SVILUPPO (DEV) February 20, 2018 03:49PM |
Registered: 11 years ago Posts: 6,409 |