Debug breakpoints in the IDE.

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Berni
Respected Member
Posts: 363
Joined: Thu Dec 10, 2009 10:17 pm

Post by Berni »

Yes if there is a makefile the optimizations have to be changed in there (I always hated makefiles)


ozel
Active Member
Posts: 45
Joined: Wed Sep 08, 2010 10:16 am

Post by ozel »

Same problem over here. Can't debug c files in the AVB code. (the -g flag is set!)
I allways get "No line x in file xx.c" and unresolvable breakpoints.
Sometimes also the error "mi_cmd_var_create: unable to create variable object."
Any solution yet? I'm on mac os x using XDE 11.2.1.
voodoosound
Active Member
Posts: 63
Joined: Sat Oct 15, 2011 8:53 pm

Post by voodoosound »

I had the same Problem in xTimecomposer 13.0.1.
"unresolved breakpoint" in media_clock_support.c


the solution for me was to disable the last line in module_avb_media_clock->module_build_info

Code: Select all

 #XCC_FLAGS_media_clock_support.c = -Os