Example Assemble & Build

Importing the project

Follow these steps to import an example project to the HighTec IDE environment:

  1. From the menu File  Import  General choose an option Existing Projects into Workspace

  2. Browse for your project location

  3. Select project and Click Finish

Building the project

Execute the following steps to build a final image:

  1. Activate the project from the menu Project  Set Active Project.

  2. Update PXROS_HR_ROOT variable in menu Project  Properties  C/C++ Build  Environment to point to the root of the HighTec PXROS-HR installation folder containing kernel, utility libraries, and interface header files (<PXROS_INSTALL_DIR>\pxros-hr\tricore\v7.3.0).

  3. Select the build configuration matching your board from the menu Project  Active Build Configuration.

  4. Build the project from the menu Project  Build Project.

  5. The output binary file is located under the _iROM_<EVB> folder.

After each Path Variable and Environment variable change, refresh the project by pressing F5 key. It is also recommended to rebuild index from menu Project  C/C++ Index  Rebuild

Enable Active Build Configuration

Using Active Build Configuration might require additional setting either in the IDE workspace or in the Project Settings to make project Indexer reflect changes in Build configuration target from the user. The reason is that in the current Eclipse CDT version, the Project Active Build Configuration setup is not stored within the local project setting and retrieved correctly during the project import.

The user has two options on how to enable this feature:

  1. Workspace wide setting influencing all projects from the menu Windows  Preferences  C/C++→Indexer  Use active build configuration.

  2. Project-specific setting from the menu Project  Properties  C/C++ General  Indexer  Enable project specific setting (Use active build configuration).