[BUG] Exporting to GCC for Nucleo F303RE is broken

07 Aug 2015

Hello,

It seems that exporting to GCC doesn't work properly with Nucleo F303RE board. Makefile says

LINKER_SCRIPT = None

and the place that usually has linker script for other boards (./mbed/TARGET_xxx/TOOLCHAIN_GCC_ARM) doesn't exist.

Is there a way one can fix this by oneself, or is the intervention required from higher powers?