Why would syscalls.c generated by newly installed STM32CubeMX 4.26.1 break the build in Eclipse (SW4STM32)?
On my Mac, I just now upgraded to STM32CubeMX 4.26.1 which generates code with a file Src/syscalls.c. Nearly every function there (_close, _exit, _isatty, _kill, ...) show up in the "Problems" view of my Ac6 SystemWorkbench (aka SW4STM32). If I delet...