Description
For Arm Compiler 6 (AC6) the supported combination of features is restricted on a Cortex-Mx basis.
At least warning messages shall be issued in case unsupported processor feature combinations are configured in the Solution.
E.g. for Cortex-M55 the DSP instruction set is always enabled
DSP is not mentioned in the "Table 4. Combinations of architecture features supported for the Cortex-M55 processor":
https://developer.arm.com/documentation/100748/0624/Building-for-different-target-architectures/Supported-architecture-feature-combinations-for-specific-processors
If NO_DSP is set for Cortex-M55, a message should be issued, that DSP cannot be disabled for Cortex-M55.
Priority
Medium
Related Issues (Optional)
#365