Description
Description
- Type: Bug
- Related PR: Disallow building of mbed OS 2 + RTOS, and remove mbed OS 5 support for Cortext-A #4415, Disable Cortex-A in tooling for better error messages #4377
- Priority: Major
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).