Overview and Analysis of the VxWorks Development Environment for Infineon TriCore Microcontrollers Date: October 26, 2023 Audience: Embedded Systems Engineers, Project Managers, and System Architects
section_layout :tc:linear group (ordered, run_addr=mem:dspr0) select ".data.bss"; select ".zbss"; vx-toolset tricore
The toolset satisfies cyber security regulations via robust compliance frameworks, managing integrated security documentation directly out of the box. The Linker Script Language (LSL) and Memory Management TriCore Software Development Tools - TASKING Overview and Analysis of the VxWorks Development Environment
| Tool | Purpose | |-------|---------| | cctc | C/C++ compiler (actually invokes compiler + assembler) | | astc | Assembler | | ltc | Linker (Linking Tool for TriCore) | | stdlib | Standard C library (optimized for TriCore) | | dwarf debug format | | ctc / cpc | C/C++ front-end | | mkrom | ROM/Flash image generator (checksums, placement) | | dumpc | Object file dumper (like objdump) | | tricore-elf-* (some versions) | GNU binutils compatibility wrappers | 2023 Audience: Embedded Systems Engineers