endstop_interrupts.h:121:7: error: non-constant condition for static assertion
static_assert(digitalPinToPCICR(X_MIN_PIN) != NULL, "X_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~
In file included from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Arduino.h:258:0,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\HAL.h:36,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\MarlinConfig.h:39,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\Marlin.h:35,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstops.cpp:27:
C:\Users\Denivaldo\Documents\Arduino\hardware\anet\avr\variants\sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
#define digitalPinToPCICR(p) ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
~^~~~~~~
C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstop_interrupts.h:121:21: note: in expansion of macro 'digitalPinToPCICR'
static_assert(digitalPinToPCICR(X_MIN_PIN) != NULL, "X_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~~~~~
In file included from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstops.cpp:35:0:
endstop_interrupts.h:141:7: error: non-constant condition for static assertion
static_assert(digitalPinToPCICR(Y_MIN_PIN) != NULL, "Y_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~
In file included from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Arduino.h:258:0,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\HAL.h:36,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\MarlinConfig.h:39,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\Marlin.h:35,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstops.cpp:27:
C:\Users\Denivaldo\Documents\Arduino\hardware\anet\avr\variants\sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
#define digitalPinToPCICR(p) ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
~^~~~~~~
C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstop_interrupts.h:141:21: note: in expansion of macro 'digitalPinToPCICR'
static_assert(digitalPinToPCICR(Y_MIN_PIN) != NULL, "Y_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~~~~~
In file included from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstops.cpp:35:0:
endstop_interrupts.h:161:7: error: non-constant condition for static assertion
static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~
In file included from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Arduino.h:258:0,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\HAL.h:36,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\MarlinConfig.h:39,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\Marlin.h:35,
from C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstops.cpp:27:
C:\Users\Denivaldo\Documents\Arduino\hardware\anet\avr\variants\sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
#define digitalPinToPCICR(p) ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
~^~~~~~~
C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\endstop_interrupts.h:161:21: note: in expansion of macro 'digitalPinToPCICR'
static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
^~~~~~~~~~~~~~~~~
"C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10812 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR "-IC:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino" "-IC:\Users\Denivaldo\Documents\Arduino\hardware\anet\avr\variants\sanguino" "-IC:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal\src" "C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\leds.cpp" -o "C:\Users\DENIVA~1\AppData\Local\Temp\arduino_build_835194\sketch\leds.cpp.o"
Usando a biblioteca LiquidCrystal na versão 1.0.7 na pasta: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal
exit status 1
non-constant condition for static assertion