Hello,
I'm trying to get hardware debugging running. I'm using CCS v4.2.4.00033 on Win 7 64. I have a Spectrum Digital XDS510 USB emulator connecting to third party C6000 hardware.
The current roadblock is this: when I launch the TI debugger I get the error "Exception occurred during launch. Reason: An internal errror occurred during 'Creating Debug Server'". The error details list CreateInstanceByID failing with error code 80040154. Based on other posts, I've tracked this down to missing runtime dependencies for DebugServer.DLL. Using depends.exe to diagnose, I added the following directories to my system path:
C:\Program File (x86)\Texas Instruments\ccsv4\common\bin
...\ccsv4\common\uscif
...\ccsv4\DebugServer\win32
...\ccsv4\DebugServer\bin\win32
This helps but DebugServer.DLL depends on JTAGDATA.DLL which in turn depends on VC80.CRT version 8.0.50727.5592. My system winsxs directory has VC80 CRT versions up to .4940. I installed the VC2005 redist, the SP1 redist, and a subsequent ATL security update but no luck, I just can't find 8.0.50727.5592. Note: to see this dependency I extracted the manifest from JTAGDATA.DLL using mt.exe (you can also load JTAGDATA.DLL in VS and look at the manifest there).
Has anyone else run into this? Does anyone know where to get the .5592 runtime or how best to patch around it?
Thanks,
Bill