Marlin build 2.0.4.4 build fails for env "STM32F103RC_bigtree" with standard config files.
Expected behavior: [What you expect to happen]
Firmware.bin output
Actual behavior: [What actually happens]
...
error: 'MSG_SD_ERR_READ' was not declared in this scope
...
Just to verify, 2.0.4.3 builds just fine.
Similar error compiling with LPC1768: (2.0.4.3 was fine for me also)
error: 'MSG_SD_ERR_READ' was not declared in this scope
Compiling .pio\build\LPC1768\src\src\gcode\sdcard\M26.cpp.o
Marlin\src\gcode\../inc/../core/serial.h:251:59: error: expected ')' before string constant
try bugfix
I can confirm current bugfix-2.0.x (https://github.com/MarlinFirmware/Marlin/tree/bfbd976c09128725644fabb96d2153774c22460c) fixes this. Thanks for the heads up @GMagician
closing
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Just to verify, 2.0.4.3 builds just fine.