Getting error while trying to run USB stack V4.1.1?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting error while trying to run USB stack V4.1.1?

Jump to solution
621 Views
karthikpoojary
Contributor III

Currently using keil ide I am getting following error while trying to run any demo from USB stack

.\RAM\USB_CDC.axf: Error: L6218E: Undefined symbol asm (referred from main_kinetis.o).

Labels (2)
0 Kudos
1 Solution
487 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Karthik Poojary,

  Did you use the MDK project?

  If yes, please add CMSIS in the options define:

56.jpg

Then save the project, and build again, you will find the error have disappeared.

Wish it helps you!

If you still have question, please contact me!


Have a great day,
Jingjing

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
488 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Karthik Poojary,

  Did you use the MDK project?

  If yes, please add CMSIS in the options define:

56.jpg

Then save the project, and build again, you will find the error have disappeared.

Wish it helps you!

If you still have question, please contact me!


Have a great day,
Jingjing

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos