Build a Project

When you build a TASKING TriCore C/C++ project in Eclipse, the TASKING TriCore C/C++ compiler, assembler and linker are used to compile and link all the source code and the libraries associated with the project.

To build a project:

From the Project menu, the following "Build" commands are available:

Build ProjectBuilds the selected project.
Build Working Set »Opens a wizard in which you can create a customized set of files that will be built.
Clean...Removes all intermediate files that are created during a build. As a consequence, the next build cannot rely on existing results from previous builds (thus simulating a rebuild).
Build AutomaticallyIf you set this option, the selected project will be built automatically after each applied change in the project properties and after each saved change in the source files. This way of building is not recommended for C/C++ development. In order for this option to work, you must also enable option Build on resource save (Auto build) on the Behavior tab of the C/C++ Build page of the Project » Properties for dialog.
Build projectBuilds the active project.
Rebuild projectRebuilds the active project. This builds every file in the project whether or not a file has been modified since the last build. A rebuild is a clean followed by a build.