Skip to content

In the case of Cortex-A, compile error occurs in critical.c #1851

Closed
@TomoYamanaka

Description

@TomoYamanaka

Hi.

In the following mbed SDK
  https://github.com/mbedmicro/mbed

You implemented critical.c. In this file, "__get_PRIMASK()" is referenced.
However, "__get_PRIMASK()" is a function that is supported only on Cortex-M.
"__get_PRIMASK()" is not supported in Cortex-A.
Therefore, the compile error occurs in Cortex-A.

Reference: #1804, and more...

Regards,
Yamanaka

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions