First, the new project method:
- Select VxWorks Image Project Project
- Take a project name, like MyTest.
- Choose PC chip for easy programming learning.
- Finally click Finish to finish.
- Compilation error
- Resolving compilation Error methods
- Compilation succeeded.
Second, on the computer debugging methods:
1. New
- Select item:
- Select path:
- Click Next to continue.
- Click Next to continue:
- Select Wdbpipe
- Click Finish to complete
iii. Establishment of Download project
1. Select Download Project
2. New project Name
3. Always click on the Next button to select the PC chip
4. Click Finish to complete, and then compile the popup as follows:
5. When the actual project is used, it is best to remove the ignore tick as follows:
6. Click Next, and then click Finish
7. Create a new MYTASK.C file
- Click Finish to complete
- Compiled by
Four, the image project contains download project, using method Description:
1. Right-click to select Project References->add as Project References
2. Select Image Project
3. Click the OK button to complete
4. Referencing the MyTask () function
5. Run the experimental results:
VxWorks New Project Use method description