Mbed-cli: MAX32620HSP OS5 support

Created on 13 Jun 2018  路  10Comments  路  Source: ARMmbed/mbed-cli

Hi,

Trying to compile a project (using the CLI tools) that is verified working with the online compiler using the MAX32620HSP board.

mbed compile -m MAX32620HSP -t ARM
>> Building project KYM_BIO-HSP (MAX32620HSP, ARM)
>> Scan: .
>> Scan: mbed
>> Scan: env
>> Scan: FEATURE_BLE
>> Could not compile for MAX32620HSP: Target does not support mbed OS 5

The board is visible to my system using mbed detect:

[mbed] Detected MAX32620HSP, port COM4, mounted G:, interface version 0242:
[mbed] Supported toolchains for MAX32620HSP
+--------+-----------+-----------+-----+---------+-----+-------+
| Target | mbed OS 2 | mbed OS 5 | ARM | GCC_ARM | IAR | ARMC6 |
+--------+-----------+-----------+-----+---------+-----+-------+
+--------+-----------+-----------+-----+---------+-----+-------+
Supported targets: 0

The board _is_ OS5 compatible. Not entirely sure what I'm doing wrong if there's no issue. Let me know what info would help!

Adam

closed_in_jira mbed-os mirrored question

All 10 comments

That leaves me ever more confused.. The platform listing states OS5 compatibility and compilation via the online tool works just fine using OS5?

The second bit is a bug. It should fail in the online compiler with the same message as the offline compiler.

Is there a published timeline for official inclusion of OS5 support available? Thanks for your help.

ARM Internal Ref: MBOTRIAGE-690

@amitchone I don't think there are any open PRs that add "5" into the release versions list I linked above.

@screamerbg @maclobdell @bentcooke This is venturing into your department.

Bump @maclobdell @bentcooke

Regarding the above reference (#7345), could that be due to the removal of support for this platform?

@amitchone until Maxim re-enables the platform (in progress), you can simply roll back mbed-os in your project to the last version with support (5.8.6).

You can do this in the CLI by:
change to the mbed-os dir in your project
$ cd your_project/mbed-os
roll back mbed-os to tag: mbed-os-5.8.6
$ mbed update mbed-os-5.8.6

or in the online compiler by:
1) right clicking the mbed-os lib in you project and select "revisions"
2) select the entry with tag: mbed-os-5.8.6 and select "switch" to roll back

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanneKiiskila picture JanneKiiskila  路  7Comments

adbridge picture adbridge  路  10Comments

AlessandroA picture AlessandroA  路  6Comments

masoudr picture masoudr  路  3Comments

bmcdonnell-ionx picture bmcdonnell-ionx  路  5Comments