After a lot of back and forth it came down to this:
In my CMakeLists.txt I put the project(...) command before include(pico_sdk_import.cmake).
This made CMake use MinGW gcc.exe for all ARM compilations instead of arm-none-eabi-gcc.exe.
In my CMakeLists.txt I put the project(...) command before include(pico_sdk_import.cmake).
This made CMake use MinGW gcc.exe for all ARM compilations instead of arm-none-eabi-gcc.exe.
Statistics: Posted by joherold — Sat Jan 04, 2025 7:48 pm