5 years, 1 month ago.

Problems exporting from MBed to Keil uvision 5 for a K64F project.

Hi, I'm not sure if someone's tweaked the export script for exporting an mbed K64F project to Keil Uvision 5, but there now seems to be two problems

1. The <IncludePath> now seems to be incorrect. For my project it starts as "<IncludePath>;/C12832" when I think it should be starting "<IncludePath>.; C12832" i.e. the "." is missing and a "/" is added in front of the first directory. 2. As reported on another question the scatter file can't be found by the linker. The scatter file is pointed to here <ScatterFile>/filer/web_data/repo_dicts/github.com/armmbed/mbed-os/bcf7085d85b2811b5d68bdda192c754eadfb8f88/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_ARM_STD/MK64FN1M0xxx12.sct</ScatterFile>

when it should be pointing to .\mbed-os\targets\TARGET_Freescale\TARGET_MCUXpresso_MCUS\TARGET_MCU_K64F\device\TOOLCHAIN_ARM_STD\MK64FN1M0xxx12.sct

Can anyone tweak the export script to correct for these?

Thanks,

Jeremy

Be the first to answer this question.