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.

error in developing a .out file in ccs v3.3

Other Parts Discussed in Thread: CCSTUDIO

I am trying to run a MATLAB built C code in CCs V3.3 there is an error as:

error: symbol referencing errors - './Debug/right.out' not built

Warning: The project has no cmd file while the Text Linker is selected

[Linking...] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -@"Debug.lkf"

I would like to know the procedure and solution for running the file.

There is no compilation error shown and the above displayed error is during the project build process, to create (executable) .out file

  • Deepthi V said:
    Warning: The project has no cmd file while the Text Linker is selected

    This message is saying that there is no linker command file (file with .cmd extension) added to the project. A linker command file is needed for the linker to place your compiled code into specific memory regions.  You would need to add a linker command file specific for your target device.