When compiling the Marlin firmware f.e. the Octopus Pro V1.0 on my Raspberry 5 “Trixie”
the platformIDE responded with a gcc error.
The solution was:
in:
/home/pi/.platformio/platforms/ststm32@12.1.1/platform.json
line 77..ff
“optionalVersions”: [
“~1.60301.0”,
“~1.80201.0”,
“~1.90201.0”,
“~1.100301.0”
]
},
in:
/home/pi/.platformio/platforms/ststm32@12.1.1/platform.py
line 50 self.packages[“toolchain-gccarmnoneeabi”][“version”] = “~1.100301.0”