Hi Jennie,
That didn't help but I noticed there is an lmgr11.dll in the same folder as the linker (C:\Freescale\CW MCU v10.5\MCU\ARM_Tools\Command_Line_Tools) so I'm guessing it's using that one instead. So I copied over lmgr8c.dll from bin, and renamed it lmgr11.dll and that did let me compile, I just got some warnings:
'Invoking: ARM Linker'
"C:/Freescale/CW MCU v10.5/MCU/ARM_Tools/Command_Line_Tools/mwldarm" -o "k60-nfc.afx" @@"k60-nfc.args"
C:/Freescale/CW MCU v10.5/MCU/ARM_Tools/Command_Line_Tools/mwldarm|Linker|Warning
>Symbol malloc multiply defined in alloc_c.obj() and
>libc99_Thumb_LE_VFP_v7M.a(alloc.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(alloc.o )
>libc99_Thumb_LE_VFP_v7M.a(alloc.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(alloc.o )
>libc99_Thumb_LE_VFP_v7M.a(mem.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(mem.o )
>libc99_Thumb_LE_VFP_v7M.a(mem.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(mem.o )
>libc99_Thumb_LE_VFP_v7M.a(printf.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(printf.o )
>libc99_Thumb_LE_VFP_v7M.a(printf.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(printf.o )
>libc99_Thumb_LE_VFP_v7M.a(string.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(string.o )
>libc99_Thumb_LE_VFP_v7M.a(string.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(string.o )
>libc99_Thumb_LE_VFP_v7M.a(string.o )
>Ignoring the definition in libc99_Thumb_LE_VFP_v7M.a(string.o )
>libc99_Thumb_LE_VFP_v7M.a(string.o )