-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Fix Cortex-M33 GCC build #14313
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
CMake: Fix Cortex-M33 GCC build #14313
Conversation
|
@hugueskamba, thank you for your changes. |
|
CI started |
|
@Patater @0xc0170 |
Following the docs rather than following what the old tool did seems the best course of action. |
The GCC flag to specify the floating-point hardware (`mfpu`) does not accept the value `none`. The default value is `auto` which causes the compiler to select the floating-point and Advanced SIMD instructions based on the settings of -mcpu and -march. The extension option `+nofp` has been added to disable floating point instructions.
47ec637 to
cd6cb71
Compare
Pull request has been modified.
|
@jeromecoutant Please review (previously reported other M33 issues). |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
LDong-Arm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to have this merged soon, as CMake support for a few TF-M/PSA repos depends on it
Summary of changes
The GCC flag to specify the floating-point hardware (
mfpu) does not acceptthe value
none. The default value isautowhich causes the compiler toselect the floating-point and Advanced SIMD instructions based on the
settings of -mcpu and -march. The extension option
+nofphas been addedto disable floating point instructions.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers