How do I create a debuggable build for startKIT examples? Topic is solved

If you have a simple question and just want an answer.
User avatar
xmark
Member++
Posts: 19
Joined: Mon Apr 26, 2010 2:35 pm

How do I create a debuggable build for startKIT examples?

Post by xmark »

When I import startKIT examples from the community into xTIMEComposer, at least some do not seem to build with debug enabled.  How can I fix that?



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Add debug information to the applciation Makefile

XCC_FLAGS_Debug   = -O0 -g

You can find more information about debug options in the xTIMEcomposer user guide.