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.

Missing debuglib.dll



I'm trying import some Stellarisware examples after a successfully written helloworld program on the Cortex M3 emulator but am getting the following error message:

Error initializing emulator:
Unable to load C:\Program Files (x86)\Texas Instruments\ccsv4\DebugServer\drivers\DebugLib.dll because The specified module could not be found.

 

I did a search in the forums and found out this problem has been looked into before:

"That dll depends on both FTCJTAG.dll (in the same directory) and FTD2XX.dll (in windows/system32).  Can you verify that both of those dlls also exist on your system?"

 

the FTD2XX.dll was missing and I have now downloaded it off the internet and copied it to the windows/system32 folder. I restarted my computer but I am still getting the same error message. Any help would be appreciated

  • Did you confirm that DebugLib.dll actually exists on your install?

    What is the full version number of CCS that you are using?

    ki

  • Hi Ki,

    I realized I didn't set the target in my target_config file. By default it was set to the Stellaris In-Circuit Debug Interface and I changed that to Texas Instruments Simulator which did the trick. Not sure if the program is works, but it is building. :)

    Thanks Ki !

  • Hello,

    I have the same problem with the dlls. I am using the EKS-LM4F232 Evaluation kit. So I need to set target as Stellair DEbug Interface. But I get the same errors on CCS  Version: 5.2.0.00069 . Specifically:  Tee  FTD2XX.dll is missing ( I copied it from the computer I used at the class, a laptop running Win 7 which wored after a fashion using CCSD 5.1. After that error I get :

    Error initializing emulator:
    Error loading FTCJTAG.dll. Please make sure that the file exists (C:\ti\ccsv5\ccs_base\DebugServer\drivers\FTCJTAG.dll)

    I have re installed CCS 5.2 twice. I know the eval kit is good, the drivers show no errors. Flash programmer runs fine. The qs-logger program sends data fine. CCS seems to have a probel with these dll's.  HELP please.


    Ed