Skip to content

[Feature Request]: Make toolchain cmake files more robust and verbose about unsupported processor feature combinations #367

@jkrech

Description

@jkrech

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions