Is there an existing issue for this?
Current Behavior
Due to various issues reported so far:
#583
arm/arm-toolchain#861
the -mcpu/-mfpu options in CLANG.17.0.1.cmake (for LLVM CLANG/ATfE toolchain) need to be reworked based on the ATfE manual page:
https://developer.arm.com/documentation/107976/22-1-0/Compile-for-a-specific-Arm-architecture-or-Arm-processor/-mcpu-command-line-options-for-M-profile-processors?lang=en
Namely for Armv7-M targets, either the standalone -mcpu or the equivalent -mcpu + -mfpu combination described on the manual page should be used. For Armv8-M and later targets, the standalone -mcpu options listed on the manual page should be used.
Expected Behavior
No response
Steps To Reproduce
No response
Affected tools
Affected operating systems
Environment
No response
Is there an existing issue for this?
Current Behavior
Due to various issues reported so far:
#583
arm/arm-toolchain#861
the
-mcpu/-mfpuoptions in CLANG.17.0.1.cmake (for LLVM CLANG/ATfE toolchain) need to be reworked based on the ATfE manual page:https://developer.arm.com/documentation/107976/22-1-0/Compile-for-a-specific-Arm-architecture-or-Arm-processor/-mcpu-command-line-options-for-M-profile-processors?lang=en
Namely for Armv7-M targets, either the standalone
-mcpuor the equivalent-mcpu + -mfpucombination described on the manual page should be used. For Armv8-M and later targets, the standalone-mcpuoptions listed on the manual page should be used.Expected Behavior
No response
Steps To Reproduce
No response
Affected tools
Affected operating systems
Environment
No response