-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[buildmgr] AC6 options for Cortex-M85 #1928
Comments
Unfortunately Arm Compiler 6.16.2 does not support Cortex-M85. The 6.22.1 FuSa version covers Cortex-M85 support |
M85 was introduced in #305 with 6.18 version |
And options in AC6.6.16.2.cmake M85 options are correct for that? |
OK, I get your point. The issue is that we support with one make file all AC6 compiler versions. |
@jeromecoutant do you actually get an error? I believe the mcpu option is not case senstive as we compile a lot for Cortex-M85 and did not see any problem. |
For now yes... But I don't find any clear docs for mcpu options...
Note Windows is not very case sensitive... |
@jeromecoutant All CPUs in this file have had historically capitalized names, the OS should be irrelevant in this case. If we stricly attain to the mentioned table indeed there is no entry for "Integer MVE included + FP MVE not included + Scalar FP included" which would correspond to |
Hi
I try to compare
https://developer.arm.com/documentation/ka005067/latest/
with
https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/buildmgr/cbuildgen/config/AC6.6.16.2.cmake#L197-L211
=> "--cpu=Cortex-M85.no_mvefp" looks not correct ?
and with
https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/buildmgr/cbuildgen/config/AC6.6.16.2.cmake#L447-L462
=> should we use lower case ?
=> "-mcpu=Cortex-M85+nomve.fp -mfloat-abi=hard" looks not correct ?
Thx
The text was updated successfully, but these errors were encountered: