bazel-embedded icon indicating copy to clipboard operation
bazel-embedded copied to clipboard

Unable to build sample on Windows 11

Open LandryNorris opened this issue 1 year ago • 0 comments

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.

LandryNorris avatar Apr 24 '24 18:04 LandryNorris