A: Yes – use set(CMAKE_C_COMPILER cctc) in your toolchain file.
Compile using Tasking:
| License Type | How to Obtain | Activation | |--------------|----------------|-------------| | (30 days) | Request from Infineon sales portal | Import .lic file into installer | | Node-locked (per PC) | Purchase with hardware ID | Run lmutil to get hostid, generate license | | Floating (network) | Server license file | Set LM_LICENSE_FILE environment variable | tasking compiler download
Document ID: TECH-NOTE-COMP-001 Version: 1.0 Target Audience: Embedded Software Engineers, Students, Hobbyists Software Focus: Tasking Compiler (specifically for TriCore, AURIX, ARM, or other Infineon architectures) 1. Introduction The Tasking Compiler (often referred to as Tasking VX-toolset) is a high-performance, proprietary compiler suite primarily used for Infineon’s TriCore™ and AURIX™ microcontrollers, as well as other architectures like ARM, Cortex-M, and RH850. Unlike open-source compilers (e.g., GCC), the Tasking compiler is commercial software requiring a valid license and authenticated download from Infineon’s infrastructure. A: Yes – use set(CMAKE_C_COMPILER cctc) in your
After installation, launch the (GUI) or run: Unlike open-source compilers (e
int main(void) volatile int x = 42; return x;