I just installed Code Composer Studio newest version which is 6.1.2 on my XP Windows system Service Pack 2.
When I try to debug a program I get a popup window that says:
"Debugger Initialization Error"
and the main message is:
"Unable to load ../../../emulation/tpi/tpiarm_x.dll: The specified procedure could not be found."
When I use the dependency walker program from Microsoft to look at tpiarm_x.dll I see that the "KERNEL32.DLL" file is red which indicates that it contains an unresolved C function which is "GetLogicalProcessorInformation". The parent DLL is "MSVCR120.DLL".
I also get the following error message displayed at the bottom which is:
"Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module."
According to information shown in the "Add/Remove Files program" under the windows Control Panel I have the following Microsoft VC++ Redistributables already installed:
2005, 2008, 2010, 2012, and 2013.
Can anyone help me with this problem?
I think I may need to install some upgrade or patch.
Thanks,