Skip to content

NUCLEO_L432KC doesn't compile on normal blinky with ARM compiler #13107

@MarceloSalazar

Description

@MarceloSalazar

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) ?

727cf54

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions