NUCLEO_L432KC fails to compile blinky application with latest version of Mbed OS 6 (master)
[Error] @0,0: L6218E: Undefined symbol Image$$ARM_LIB_HEAP$$ZI$$Base
[Error] @0,0: L6218E: Undefined symbol Image$$ARM_LIB_HEAP$$ZI$$Limit
[Error] @0,0: L6218E: Undefined symbol Image$$ARM_LIB_HEAP$$ZI$$Length
Is this expected to build?
If not, the tools should inform that this isn't supported or is a bare-metal only target
NUCLEO_L432KC
Arm Compiler 6.13 and GCC 9
727cf54873a9
Mbed CLI 1.10.4
mbed import https://github.com/ARMmbed/mbed-os-example-blinky
cd mbed-os-example-blinky
mbed compile -t ARM -m NUCLEO_L432KC
@ARMmbed/team-st-mcd
Waiting for #13001
@MarceloSalazar thank you for raising this issue.Please take a look at the following comments:
We cannot automatically identify a release based on the version of Mbed OS that you have provided.
Please provide either a single valid sha of the form #abcde12 or #3b8265d70af32261311a06e423ca33434d8d80de
or a single valid release tag of the form mbed-os-x.y.z .
E.g. '(727cf54873a9)' has not been matched as a valid tag or sha.
NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered.
Please update the issue header with the missing information, the issue will not be mirroredto our internal defect tracking system or investigated until this has been fully resolved.
@MarceloSalazar Could you check again now?
@jeromecoutant Thanks for the PR!
I confirm the NUCLEO_L432KC targets compiles OK on both blinky and blinky-baremetal using both ARM and GCC_ARM :smile: