Creation of a new ccs project

 This article discusses the specific steps for creating a new project in ccs. The following is an example of creating a new "hello" project:

(1), first open the ccs software, click the "Project" option in the menu bar, and select "New CCS Project" in the pop-up drop-down menu, as shown in the following figure:

(2) Enter the created project name in "Project name", select the desired DSP series in "Family", select the detailed model of the desired DSP in the second column of "Variant", and finally in "Connection" Select the type of emulator in , click the "Finish" button to complete the creation of the new project, as shown in the figure

Note: Here we use the default storage path, remove the hook in the box in front of "Use default location", and click the "Browse..." button to select the appropriate storage path.

(3) In the project manager window on the left side of CCS, you can see the newly created project "one", click the "+" sign on the left side of the newly created project to expand it, as shown in the figure below, at this time, nothing has been added. file in.


(4) Since the new project has not added any files, it is necessary to configure it after the creation is completed. Right-click the name of the project and select the "Properties" option in the drop-down menu that appears, as shown in the following figure.


(5) After completing step (4), the dialog box shown in the figure below will pop up, select "Include Options", and click the button to add the path of the required header file, as shown in the figure.


(6) After performing step (5), the dialog box shown in the figure below will pop up, click the "File system..." button, and add the path of the required header file.


(7), add a completed path:

(8) After adding all the header file paths, click the "OK" button.


(9) Go back to the CCS project manager window, click the "+" sign in front of "Includes", you can see the path of the header file just added in the expansion item:

         

(10) When the header file path of the project is added, the following starts to add the header files, library files, source files and CMD files required by the project. Right-click the project name and select the "Add Files..." option in the pop-up shortcut menu to add various files required by the project:


(11) Manually add header files. Right-click the project name, select the "Add Files..." option in the pop-up shortcut menu, and find the header file to be added in the pop-up dialog box:


(12) Manually add library files. Right-click the project name, select the "Add Files..." option in the pop-up shortcut menu, and find the library file to be added in the pop-up dialog box:


(13) Manually add source files. Right-click the project name, select the "Add Files..." option in the pop-up shortcut menu, and find the source file to be added in the pop-up dialog box:


(14), manually add the CMD file. Right-click the project name, select the "Add Files..." option in the pop-up shortcut menu, and find the CMD file to be added in the pop-up dialog box:


(15) After adding all kinds of files required for the project, you can edit the program:


(16) After the program is written, start compiling the project file. The above is the process of creating a new project.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324440112&siteId=291194637