Compilation error with ARM Compiler 6 #71416
Labels
area: Toolchains
Toolchains
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
Describe the bug
Compiling blinky with GCC works fine, but the same app compiled with ARM Compiler 6 fails with the below described error when linking.
The errors seems to be from the below lines (not able to find
__bss_start
symbol) in the cmake\linker_script\arm\linker.cmake. I am able to work-around the errors by hardcoding instead of using__bss_start
To Reproduce
Steps to reproduce the behavior:
$Env:ZEPHYR_TOOLCHAIN_VARIANT="armclang"
west build -p always -b cy8cproto_063_ble .\samples\basic\blinky\
Expected behavior
blinky should compile and link successfully with ARM compiler as well
Impact
Unable to use ARM Compiler for our platforms
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: