Skip to content

Conversation

@tejlmand
Copy link
Contributor

Zephyr SDK v0.18.0 provides both GNU and LLVM based toolchain.

Users may install one or both toolchains.

If ZEPHYR_TOOLCHAIN_VARIANT is not defined, then we lookup first GNU based toolchain, and if found, use this toolchain. Else lookup LLVM based toolchain and use that one.

@tejlmand tejlmand requested a review from stephanosio January 15, 2025 14:17
@tejlmand tejlmand force-pushed the v0180_detection_improvements branch from 60852f8 to a673fd0 Compare February 17, 2025 15:59
@tejlmand tejlmand force-pushed the v0180_detection_improvements branch from a673fd0 to 5c16160 Compare March 3, 2025 14:54
@tejlmand
Copy link
Contributor Author

tejlmand commented Mar 4, 2025

@stephanosio I was taking a look at the CI issue, and I notice it's checking out the wrong Zephyr branch:

=== Initialized. Now run "west update" inside /__w/sdk-ng/sdk-ng/zephyrproject.
/__w/sdk-ng/sdk-ng/zephyrproject/zephyr /__w/sdk-ng/sdk-ng/zephyrproject
From https://github.com/zephyrproject-rtos/zephyr
 * branch                    collab-sdk-dev -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

I think it should be using https://github.com/zephyrproject-rtos/zephyr/commits/collab-sdk-0.18-dev/ instead of collab-sdk-dev, right ?

@stephanosio
Copy link
Member

I think it should be using https://github.com/zephyrproject-rtos/zephyr/commits/collab-sdk-0.18-dev/ instead of collab-sdk-dev, right ?

Yes. The main branch is still at 0.17.x. Please re-open this pull request against the topic-clang branch.

@tejlmand tejlmand changed the base branch from main to topic-clang April 10, 2025 11:03
Zephyr SDK v0.18.0 provides both GNU and LLVM based toolchain.

Users may install one or both toolchains.

If ZEPHYR_TOOLCHAIN_VARIANT is not defined, then we lookup first GNU
based toolchain, and if found, use this toolchain.
Else lookup LLVM based toolchain and use that one.

Signed-off-by: Torsten Rasmussen <[email protected]>
@tejlmand tejlmand force-pushed the v0180_detection_improvements branch from 5c16160 to 475a1d3 Compare April 10, 2025 11:08
@stephanosio stephanosio deleted the branch zephyrproject-rtos:topic-clang July 16, 2025 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants