-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description
Pelion Device Management Client fails to compile against Nucleo F303RE. The board itself is very similar to Nucleo F411RE, so essentially the same configuration could be copied to be the Nucleo F303RE config and one should be able to compile it.
It seems the target.json
file has a small, but significant component missing.
"components_add": ["FLASHIAP"]
This raises the following problem, however then.
:~/mbed/mbed-cloud-client-example$ mbed compile -m NUCLEO_F303RE -t GCC_ARM
[mbed] Working path "/home/jankii01/mbed/mbed-cloud-client-example" (program)
Building project mbed-cloud-client-example (NUCLEO_F303RE, GCC_ARM)
Scan: mbed-cloud-client-example
[ERROR] library 'psa-services' requires 'flashiap-block-device' which is not present
[mbed] ERROR: "/usr/bin/python" returned error.
Is this missing on purpose? If it is missing, could we get it added rather soon, please?
Issue request type
[x] Question
[ ] Enhancement
[ ] Bug
@ARMmbed/team-st-mcd @MarceloSalazar
Metadata
Metadata
Assignees
Labels
No labels