SPRUI04F july 2015 – april 2023
These features are compiler utilities:
The library-build utility lets you custom-build object libraries from source for any combination of run-time models. For more information, see Section 9.4.
The C++ name demangler (dem6x ) is a debugging aid that translates each mangled name it detects in compiler-generated assembly code, disassembly output, or compiler diagnostic messages to its original name found in the C++ source code. For more information, see Chapter 495.
For stand-alone embedded applications, the compiler has the ability to place all code and initialization data into ROM, allowing C/C++ code to run from reset. The ELF files output by the compiler can be converted to EPROM programmer data files by using the hex conversion utility, as described in the TMS320C6000 Assembly Language Tools User's Guide.