Bug building libDaisy

Hi I am encountering a bug out of nowhere when running task build on the Blink program. Any idea what could be causing this?

../../libDaisy/core/startup_stm32h750xx.c:1566:1: internal compiler error: Illegal instruction: 4
 1566 | }

Sorry to hear you’re having trouble!

I have some questions which might help to shed some light on the issue.

  • Which OS are you on?
  • If you run the command arm-none-eabi-gcc --version what does the first line say? For example I get (GNU Arm Embedded Toolchain 10.2020-q4-major) 10.2.1, which is the correct arm toolchain version.
  • Have you run task build_all, and does that throw any errors?