xrun: Adapter ID is incorrect

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
russf
XCore Addict
Posts: 146
Joined: Thu Dec 10, 2009 10:17 pm

xrun: Adapter ID is incorrect

Post by russf »

If you switch between XTAGS, you may hit the following xrun error message:

xrun: Adapter ID is incorrect

I encountered this on OSX with XDE 11.2.0, but found no Google hits. After a little searching, I found the 32bit hex encoded ID of my other XTAG in several files such as this:

<MY_WORKSPACE>/.metadata/.plugins/org.eclipse.debug.core/.launches/app_xx.launch

The fix was simply to

rm -rf <MY_WORKSPACE>/.metadata/.plugins/org.eclipse.debug.core/.launches

I expect someone to tell me a simpler way to clean out this cached data, but this works fine for now.

Good luck,

--r


User avatar
XMatt
XCore Addict
Posts: 147
Joined: Tue Feb 23, 2010 6:55 pm

Post by XMatt »

The easiest way is in the XDE go to the run configuration for the particular project and select the new XTAG-2 from the drop down box.