µTasker Forum

µTasker Forum => NXPTM M522XX, KINETIS and i.MX RT => Topic started by: mark on December 14, 2013, 01:15:26 AM

Title: Codewarrior 10.5 (Kinetis)
Post by: mark on December 14, 2013, 01:15:26 AM
Hi All

If anyone moves to CW10.5 (Kinetis) and finds that the linker fails please make the following modification:

In C/C++ Build -> setting -> ARM Linker -> Input -> Linker Command File

Change
"${APPLICATION_LOC}"/Project_Settings/Linker_Files/MK60N512VMD100_flash.lcf

To (notice the removal of the “” around the application location)
${APPLICATION_LOC}/Project_Settings/Linker_Files/MK60N512VMD100_flash.lcf

There is a setting for each target so it needs to be changed for each one used.

Regards

Mark