ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

F411RE does not compile with Mbed OS 5.13.0-RC1 #10720

Closed teetak01 closed 5 years ago

teetak01 commented 5 years ago

Description

Application: https://github.com/armmbed/mbed-cloud-client-example Compiler: All Mbed OS: 5.13.0-RC1 Profile: All

Link: mbed-cloud-client-example
[Warning] @0,0: L3912W: Option 'legacyalign' is deprecated.
[Error] @0,0: L6218E: Undefined symbol mbedtls_psa_inject_entropy (referred from BUILD/NUCLEO_F411RE/ARMC6-RELEASE/mbed-cloud-client/mbed-client-pal/Source/Port/Reference-Impl/OS_Specific/mbedOS/Entropy/pal_plat_entropy_mbed.o).
Warning: L3912W: Option 'legacyalign' is deprecated.
Error: L6218E: Undefined symbol mbedtls_psa_inject_entropy (referred from BUILD/NUCLEO_F411RE/ARMC6-RELEASE/mbed-cloud-client/mbed-client-pal/Source/Port/Reference-Impl/OS_Specific/mbedOS/Entropy/pal_plat_entropy_mbed.o).
Finished: 0 information, 1 warning and 1 error messages.
[ERROR] Warning: L3912W: Option 'legacyalign' is deprecated.
Error: L6218E: Undefined symbol mbedtls_psa_inject_entropy (referred from BUILD/NUCLEO_F411RE/ARMC6-RELEASE/mbed-cloud-client/mbed-client-pal/Source/Port/Reference-Impl/OS_Specific/mbedOS/Entropy/pal_plat_entropy_mbed.o).
Finished: 0 information, 1 warning and 1 error messages.

Issue request type

[ ] Question
[ ] Enhancement
[X] Bug
0xc0170 commented 5 years ago

This should be fixed in rc2 via PR referenced above

ciarmcom commented 5 years ago

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1244