I am writing USB driver for the MK60N512MD100 MCU unit for USB-device mode, I downloaded USB stack from free scale website and doing build in Kiel V4. But I am getting fallowing error.
I am using - Free-scale_USB_Stack_v4.1.1
********************************ERROR_LOG************************************
linking...
.\RAM\USB_CDC.axf: Error: L6218E: Undefined symbol asm (referred from main_kinetis.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 1 error messages.
".\RAM\USB_CDC.axf" - 1 Error(s), 0 Warning(s).
Target not created
**************************************************************************************
Can anyone help me in resolving this issue. Thanks in advance.