3. Migrating C and C++ Source CodeΒΆ

The process of converting the C/C++ source code for an existing Arm application that is built with the armcl compiler so that it can now be built using the tiarmclang compiler can be thought of as the process of making your C/C++ source code portable. The armcl compiler supports the use of legacy TI-specific versions of many predefined macro symbols, intrinsics, and pragmas that are not supported by other Arm compilers. The use of such legacy TI mechanisms will render a program unbuildable by other Arm compilers, including the tiarmclang compiler.