Example Assemble & Build
Importing the project
Follow these steps to import an example project to the HighTec IDE environment:
-
From the menu choose an option
Existing Projects into Workspace -
Browse for your project location
-
Select project and Click Finish
Building the project
Execute the following steps to build a final image:
-
Activate the project from the menu .
-
Update
PXROS_HR_ROOTvariable in menu 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). -
Select the build configuration matching your board from the menu .
-
Build the project from the menu .
-
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
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:
-
Workspace wide setting influencing all projects from the menu .
-
Project-specific setting from the menu .