You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uvison exporter now fails for most of uARM toolchain platforms which worked find a month ago (or two weeks ago?).
LPC1768 - OK (ARM)
LPC11U24 - Link error (uvision target settingis microlib, but scatter file is non-microlib)
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __initial_sp (referred from entry2.o).
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __heap_base (referred from malloc.o).
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __heap_limit (referred from malloc.o).
KL25Z - OK (ARM)
LPC812-MAX - Link error (no mbed.ar and other .o files)
Seeed Arch - Link error (uvision target setting is microlib, but scatter file is non-microlib)
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __initial_sp (referred from entry2.o).
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __heap_base (referred from malloc.o).
.\build\mbed_blinky.axf: Error: L6218E: Undefined symbol __heap_limit (referred from malloc.o).
LPC1114FN28 - Link error (no mbed.ar and other .o files)
The uvison exporter now fails for most of uARM toolchain platforms which worked find a month ago (or two weeks ago?).
This is reported here: https://developer.mbed.org/questions/68792/LPC1114FN28uVision/
The text was updated successfully, but these errors were encountered: