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.

'cmd' is not recognized as an internal or external command, operable program or batch file.

Other Parts Discussed in Thread: CONTROLSUITE

hy,

I am a new user to the code composer

I did install the free version from "http://www.ti.com/tool/ccstudio#buy

to try it before buying my DSP for my master reaserach in university

i did create a new project hello wold and did buid it

but when i make run this error appear

'cmd' is not recognized as an internal or external command, operable program or batch file.

i can't solve it

i did choose the mingwin toolchain

could anyone help me how to overcome this problem to make the program run in the code composer itself

thanks

  • Hi,

    cmd file is required when you debug with a development kit or a DSP. It basically consists of memory segment values for RAM and FLASH.  So if you're debugging without any hardware try not using the cmd file. 

    Regards,

    Gautam

  • Hi,

    Also by going to Run -> Debug Configurations -> No debugger

    Regards,

    Gautam

  • I am using Code composer V 5.3

    when i open debug configuration , can't find the option of no debugger

    could you help me please in finding it

  • I meant check 'Non debuggable devices'  and uncheck others.

    Regards,

    Gautam

  • thank you

      but i am a new user

    could you give me a userguide for this version

    i still can't find the option of no debug device

    thanks in advance

  • Hi,

    I was talking about this windows:

    Regards,

    Gautam

  • Could you if you please to guide me to a userguide that describe in step by step how to debug a project after building it

    how to reach this screen

    i can't figure how to create a target and configure it

    i can't a user guide describe this steps for this version

    please i need help

  • Ok aya, lets start with a sample code. Do you've controlSuite?

    Regards,

    Gautam

  • i did install it

    what to do ?

  • by the way the main scope of my work on the dsp kit

    will be a C source code i will run it on a dsp that i will buy it in the future and get the results

    now i just want to try the code composer and simulate the results before buying it

    but i don't know how to run the the program on ccs 5.3

    i only could build the project , and don't know what to do next

    thanks in advance

  • Hi Aya,

    Now you can import a simple program like led blinking etc to CCS. Create a target configuration of the controller.

    Build it and debug it; inform if you find any error. 

    Regards,

    Gautam

  • hy , first , really thanks for your patient and your help

    second i did import project called"Example_F2802xLEDBlink"

    i did have 3 errors . didn't know what to do about

    Description    Resource    Path    Location    Type
    1)could not open source file    Example_2802xLEDBlink.c    /Example_F2802xLEDBlink    line 29    C/C++ Problem


    2)gmake: *** No rule to make target `C:/Users/Ayaa/f2802x_common/lib/driverlib.lib', needed by `Example_F2802xLEDBlink.out'.    Example_F2802xLEDBlink        Unknown    C/C++ Problem


    3)gmake: *** No rule to make target `C:/Users/Ayaa/F2802x_headers/cmd/F2802x_Headers_nonBIOS.cmd', needed by `Example_F2802xLEDBlink.out'.    Example_F2802xLEDBlink        Unknown    C/C++ Problem

    could you help me



  • Hi,

    Im a new user of ccs5.5. After i build an example imposed from controlSUTE , the following happens:(

     3 errors .

    Description    Resource    Path    Location    Type
    1)could not open source file    Example_2802xLEDBlink.c    /Example_F2802xLEDBlink    line 29    C/C++ Problem


    2)gmake: *** No rule to make target `C:/Users/Ayaa/f2802x_common/lib/driverlib.lib', needed by `Example_F2802xLEDBlink.out'.    Example_F2802xLEDBlink        Unknown    C/C++ Problem


    3)gmake: *** No rule to make target `C:/Users/Ayaa/F2802x_headers/cmd/F2802x_Headers_nonBIOS.cmd', needed by `Example_F2802xLEDBlink.out'.    Example_F2802xLEDBlink        Unknown    C/C++ Problem

    could you help me