eXplorerKIT: no source available for main()

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
babazaroni
Experienced Member
Posts: 94
Joined: Sun Feb 10, 2013 4:47 am

eXplorerKIT: no source available for main()

Post by babazaroni »

I have just received the eXplorer kit and have downloaded AN00181_explorer_accelerometer code.

I set the debugger to stop at main, which it did. However, it is unable to locate the source and gives the 'no source available for main' error.

Also, I'm unable to set breakpoints in the code. The breakpoints are marked by blue while editing, but as soon as one loads the program into the eXplorereKit, they turn yellow with the 'unresolved breakpoint' warning message.

I am using community xTimeComposer 14.1 and xtag3.

What should I do to get full debugging functionality?


babazaroni
Experienced Member
Posts: 94
Joined: Sun Feb 10, 2013 4:47 am

Post by babazaroni »

I've also tried creating a new project with only a simple main. I specified the explorer kit as the target and configured the debugger to stop on main.

Still, the debugger stops at main, but is unable to find the source.

Why does something so basic not work?
Post Reply