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, select Build myproject.
From the Project menu, the following "Build" commands are available:
Build Project | Builds 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 Automatically | If 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 project | Builds the active project. |
Rebuild project | Rebuilds 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. |
Copyright © 2024 TASKING B.V.