-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description of defect
NUCLEO_L432KC fails to compile blinky application with latest version of Mbed OS 6 (master)
- GCC OK
- ARM FAIL
[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
Target(s) affected by this defect ?
NUCLEO_L432KC
Toolchain(s) (name and version) displaying this defect ?
Arm Compiler 6.13 and GCC 9
What version of Mbed-os are you using (tag or sha) ?
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed CLI 1.10.4
How is this defect reproduced ?
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