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/TMDSCNCD28335: Fatal error #1966: cannot open source file

Part Number: TMDSCNCD28335
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello

I am having a problem in linking the source file, and I am a beginner 

I launched a project named 'tryit', and it was saved in the C drive in a folder with the same title

However, after I linked the libraries I couldn't compile because of the fatal error

Here are supporting screenshots

please help me with linking

  • Sumaya,

    I recommend you take a look at the sample examples in C2000Ware for your selected device. This will give a general idea on how to setup new projects and how to link files. Do note that there are also empty project templates that you can use for your own personal project.

    From the screen shots above, it looks like you are not linking to the device support files for the device in use. These files are located in C2000Ware. Add include paths to the include folder for the device.

    Additionally, there's no need to link to main.c as that file is already included in your project. Please also remove referecences to any temp internet files.

    Regards,

    Ozino