We have an application running on Matlab communicating with a C6472 EVM through the CCSv4 Debug Server. The application seems to run fine with Matlab 2010a (32-bit) on a Windows XP machine. However, it gives a java exception when run on a Windows 7 machine with Matlab 2011a(64-bit):
"Java exception occurred:
java.lang.UnsatisfiedLinkError: C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\LibraryLoader.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
..."
We had to install CCSv4 in the Program Files folder rather than Program Files(x86) folder to save us some headache in making our DSP code base readily run on both the XP machines and Windows 7 machines. Could this arrangement have anything to do with the above problem? Is there a work around to make CCSv4 DebugServer run with 64-bit Matlab 2011a on a Windows 7 machine?
Thanks,
Kerem