Replies: 2 comments
-
Please use our bug template when reporting bugs. You need to edit this issue to include the needed information from https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/bug_report.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue has been fixed in f16c432#diff-fc6ea5b3151b6f25bc3324263d55cb9572163281048841fbb1a5d76f5341fb4dL32 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know that
llvm
is not supported right now for ARM targets, but i think this could be an easy fix.So, I have set the environment variable
ZEPHYR_TOOLCHAIN_VARIANT=llvm
and this is the error:I think it is because
clang/target.cmake
includesgcc/target_arm.cmake
:zephyr/cmake/compiler/clang/target.cmake
Line 32 in 96c8d16
gcc/target_arm.cmake
sets-mfp16-format=ieee
which is not yet supported by llvm.But as far as I understand, it is enabled by llvm by default:
https://github.com/llvm/llvm-project/blob/b189218d4422ba3f4676fa1191961df8e4732783/llvm/lib/Target/ARM/ARMAsmPrinter.cpp#L734
Beta Was this translation helpful? Give feedback.
All reactions