Author Topic: Codewarrior 10.5 (Kinetis)  (Read 6063 times)

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Codewarrior 10.5 (Kinetis)
« 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