This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

64 bit DebugServer Libraries?

Hello,

My primary development machine is running CCSv4 4.2.3.00004 under 64bit Windows 7.  I am trying to use the DebugServer from 64bit MATLAB 2011a as described here:

http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/63754/229518.aspx#229518

When I get to the line:

uDebugSession = uDebugServer.openSession();

I get this error:

Java exception occurred:
java.lang.UnsatisfiedLinkError: C:\TI\ccsv4\DebugServer\bin\win32\LibraryLoader.dll: Can't load IA 32-bit .dll on
a AMD 64-bit platform

It looks like I am not able to use this 32bit dll on my machine.  Are there 64bit versions on the DebugServer libraries available?  One workaround I might try is installing 32 bit MATLAB a long side my 64 bit install, but I would prefer to avoid that.

Thanks,
Richard Zuber

  • Hi Richard,

    I think this is related to an environment issue with using a 64-bit JRE. Let me confirm and I'll get back to you with the workaround

    ki

  • Ki-Soo Lee said:
    I think this is related to an environment issue with using a 64-bit JRE. Let me confirm and I'll get back to you with the workaround

    I'm pretty sure that is the issue. In v5, there was a line in dss.bat to handle this. You can try adding that line in your dss.bat:

    REM add path to Windows 32-bit on Windows 64-bit (WOW64) folder for 64bit Windows to use the 32bit applications.

    if exist "!SYSTEMROOT!\SysWOW64\" set PATH=!SYSTEMROOT!\SysWOW64\;!PATH!

    Hope this helps,

    ki

  • I am running code similar to that in the link he provided in his first post. I am having the exact same problem.

    I am running CCS5 and those lines are already in my dss.bat. This does not fix the problem. If this is the newest version of CCS and the new DSS why does it not have a directory for win64 like:

    'C:\ti\ccsv5\ccs_base\DebugServer\win64'

    Is there another solution?

    Thank you