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.

CCS/TM4C1294NCPDT: Debugger Error after updating CCS v6.0.0.00190.

Part Number: TM4C1294NCPDT


Tool/software: Code Composer Studio

Hello,

I was trying to import TCP Echo example from TI explorer example but was getting error during build so updated the CCS_v6 from Help->.check for updates.

Now I am getting this error while debugging

Unable to load C:\ti\ccsv6\ccs_base\DebugServer\drivers\stellaris_emu.dvr: The specified module could not be found.

Getting this error even with the previous working projects.

Regards,

SS

  • SS

    Do you know what update was installed? Could it have been a TI emulation update? I suspect that the issue is a missing dependency that is preventing stellaris_emu.dvr from loading. It is likely looking for a specific version of the Microsoft Visual C Runtime library. I will find out which version it is dependent on so what it can be installed on your computer.

    Alternatively if you are up for it you could install CCSv7 on your computer in a different directory. It would install the necessary dependencies and you could use CCSv7 or CCSv6.

    Regards,
    John
  • Hello,

    I have checked the version now and it shows Code Composer Studio 6.1.1.

    When I tried to install CCS_v7 in other directory it shows the following error during installation:

     


     

    I am using Windows 7 professional service pack 1.

    Regards,

    SS

  • Hello John,

    I have installed the same CCSv6.0.0.00190 in other computer ( 32-bit operating system )and its working fine from importing tcpEcho example to debugging.
    I think the problem is in 64-bit.
    Kindly give some solution as soon as possible.

    Regards,
    SS
  • SS,

    We believe the issue is triggered by missing Microsoft Visual Studio libraries.

    If you go here:
    www.microsoft.com/.../details.aspx

    Click the red download button.

    Then select the x86 version of the libraries and install them.

    Please let me know if this resolves the issue. Your 32 bit machine likely has the 32 bit version of the libraries but the 64 bit one does not have the 32 bit version of the libraries.

    Regards,
    John
  • Regarding the CCSv7 install issue. You can download the needed windows patch here: www.microsoft.com/.../details.aspx

    Would you be able to attach the log file noted in the error message?
  • Hello JohnS,

    Thank you for the reply.
    Actually my work was getting delayed so I tried other way out.
    Instead of updating CCS v6.0.0.00190, I have uninstalled it.
    Downloaded CCS6.1.1.00022 and installed in my PC and its working fine now.

    Regards,
    SS
  • SS,

    Good to hear that you are up and running.

    Just make sure not to install a TI Emulation update. If you do that will update the drivers and introduce a dependency on the newer version of the MSVC runtime libraries.

    Regards,
    John