-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Little Info
- Type: Bug
- Priority: Major
Target
K64F
Toolchain:
GCC_ARM
Toolchain version:
4_9-2015q3
mbed-cli version:
1.0.0
Expected behavior
After exporting the project to eclipse using gnuarmeclipse exporter, the project should get build.
Actual behavior
The build fails with:
mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld:66: ignoring invalid character '#' in expression
mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld:66: syntax error
Steps to reproduce
Exports blink project with mbed export -m K64F -i gnuarmeclipse, open eclipse, import the project, ant try to build it.