Hello! I encountered several errors when trying to compile the firmware for the printer. I overcame the first one.
Replace "src_filter" to "build_src_filter" in file because there was a mistake 'platformio.ini'.
But I can't overcome the error with file 'fastio.h'.
*** [.pio\build\ZRIBV6\src\src\lcd\ultralcd.cpp.o] Error 1
Marlin\src\lcd\../inc/../HAL/./AVR/fastio.h:82:41: error: 'DIOSHIFT_LD_RPORT' was not declared in this scope
Marlin\src\lcd\../inc/../HAL/./AVR/fastio.h:72:14: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope
Marlin\src\lcd\../inc/../HAL/./AVR/fastio.h:72:35: error: 'DIOSHIFT_LD_PIN' was not declared in this scope
Marlin\src\lcd\../inc/../HAL/./AVR/fastio.h:73:14: error: 'DIOSHIFT_LD_WPORT' was not declared in this scope
Marlin\src\lcd\../inc/../HAL/./AVR/fastio.h:73:35: error: 'DIOSHIFT_LD_PIN' was not declared in this scope
What exactly am I doing wrong?
#P802QR2 #Marlin
Hello! I encountered several errors when trying to compile the firmware for the printer. I overcame the first one.
Replace "src_filter" to "build_src_filter" in file because there was a mistake 'platformio.ini'.
But I can't overcome the error with file 'fastio.h'.
What exactly am I doing wrong?
#P802QR2 #Marlin