Use Hightec IDE with command line

Register a HighTec toolchain with the command line

headless import toolchain
\htc-idec.exe -nosplash -application com.rt.hightec.toolchain.manager.application {toolchain_path}

Project import with the command line

Single project

headless import one project

Multiple projects

headless import recursively

Build a Project Using the Command Line

headless build

Example: Build a Project with a Specific Toolchain

In this example, we build the tc37x_bsp_example_llvm project using the TriCore/AURIX Toolchain (version 9.0.0) in the _iROM_TC37X_TRIBOARD_TC3X7_V1_0 configuration, within the specified workspace.

.\htc-idec.exe -data "...\htc-workspace" -application org.eclipse.cdt.managedbuilder.core.headlessbuild ^ -build "tc37x_bsp_example_llvm/_iROM_TC37X_TRIBOARD_TC3X7_V1_0" -vmargs -Dheadless=true -Dtoolchainname="TriCore/AURIX Toolchain" -Dtoolchainversion="9.0.0"