Skip to content

The error message for mbed OS 5.5 disabling Cortex-A is different between online compiler and offline (mbed CLI) #4713

Closed
@TomoYamanaka

Description

@TomoYamanaka

Description

Target
RZ_A1H | VK_RZ_A1H


Bug

mbed OS 5.5 disable building of Cortex-A targets.
Therefore, As shown in the #4415 and #4377,
we Renesas discussed to ARM mbed team, and decided to appear the below error message when users built mbed OS 5.5.

Could not compile for RZ_A1H: RZ_A1H Will be supported in mbed OS 5.6. 
To use the RZ_A1H, please checkout the mbed OS 5.4 release branch. 
See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice for more information

After mbed OS 5.5 was released,
In offline(mbed CLI), we comfirmed the above message appeared to terminal.
This offline message is match what we expected.
However, in Online compiler, the below error message apeared.
Cannot open source input file "cmsis_os2.h": No such file or directory "#include "cmsis_os2.h""
This online message is not match hat we expected.

Could you give me your opinion about why the error message is defferent?
We expect that the same message appears both online compiler and offline (mbed CLI).

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