You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the arm-none-eabi-simple example on Windows 11, I get the following error:
Error in fail: OS configuration not available for: windows 11
It appears that when I run gcc_arm_none_compiler(), it calls get_platform_specific_config to determine the toolchain config, but windows 11 is not a supported key.
The text was updated successfully, but these errors were encountered:
LandryNorris
changed the title
Unable to build project on Windows 11
Unable to build sample on Windows 11
Apr 24, 2024
When running the arm-none-eabi-simple example on Windows 11, I get the following error:
It appears that when I run
gcc_arm_none_compiler()
, it callsget_platform_specific_config
to determine the toolchain config, but windows 11 is not a supported key.The text was updated successfully, but these errors were encountered: