7 years, 6 months ago.

mbed-os 5.2 gets compiler errors with K64F

Hello,

The two following errors show up:

Error: "/tmp/3SjsuL", line 120 (column 3): Warning: L6312W: Empty Execution region description for region RW_IRAM1

Error: Undefined symbol mbedtls_hardware_poll (referred from entropy.K64F.o).

Also, EthernetInterface needs to be updated to 5.2

Regards,

...kevin

Kevin,

Can you supply which program/example you are using and how you are running into the issues?

Regards,

Andrea, team mbed

posted by Andrea Corrado 26 Oct 2016

1 Answer

7 years, 5 months ago.

Hi, Same error over here. Trying to use mbedTLS i get this error when calling the mbedtls_net_init();

code: http://pastebin.com/iE8aULzW

regards Irakli Edjibia