Builds with macOS SDK are failing #38573
Replies: 2 comments 4 replies
-
That doesn't sound right. The current docs clearly state that macOS is supported:
I am not quite sure this is right. @tejlmand ? |
Beta Was this translation helpful? Give feedback.
-
There are quite a few problems here:
If you set
You cannot use the host toolchain to build ARM boards. p.s. you should be able to build for the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When building anything on macOS I receive an error.
To Reproduce
Steps to reproduce the behavior:
I downloaded the SDK and installed the toolchain for macOS.
I strictly followed the tutorial on the Zephyr Website, which seems outdated for macOS, as it says it's not supported.
So I followed the Nordic getting started guide for setting up the toolchain.
I set the environment to
ZEPHYR_TOOLCHAIN_VARIANT=host
Expected behavior
The build should complete
Impact
This is a showstopper since the Toolchain does not run
Logs and console output
Can be found above.
Environment (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions