-
Notifications
You must be signed in to change notification settings - Fork 3k
Correct typo no_dsp - nodsp #9606
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
Conversation
armclang - nodsp armlink - no_dsp diff --git a/tools/t
@deepikabhavnani, thank you for your changes. |
@@ -404,8 +404,8 @@ def __init__(self, target, *args, **kwargs): | |||
"Cortex-M4F": "cortex-m4", | |||
"Cortex-M7F": "cortex-m7", | |||
"Cortex-M7FD": "cortex-m7", | |||
"Cortex-M33": "cortex-m33+no_dsp+no_fp", | |||
"Cortex-M33F": "cortex-m33+no_dsp", | |||
"Cortex-M33": "cortex-m33+nodsp", |
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.
no_fp was removed as well as the fix to no_dsp, is this intentional?
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.
Yes nofp as well gave error when used with clang. No_fp is valid with armlink
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.
Just wanted to make sure as this wasn't mentioned in the commit comment or PR description.
CI started |
Hi [DEBUG] Output: arm-none-eabi-gcc: error: unrecognized argument in option '-mcpu=cortex-m33+no_dsp' |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
~~Isn’t dsp option nodsp - c472005#diff-f8a1211bf0ff7089cff6fc47859a1734R78~~~ @jeromecoutant - My bad, same mistake was done while creation of lookup tables. febbeff#diff-f8a1211bf0ff7089cff6fc47859a1734. Since this PR has passed CI will add it to another PR. |
@ARMmbed/mbed-os-maintainers ready for merge? |
Description
Correct typo - no dsp option for armclang is nodsp (without underscore)
Pull request type
Reviewers