SPNU151W January 1998 – March 2023 66AK2E05 , 66AK2H06 , 66AK2H12 , 66AK2H14 , AM1705 , AM1707 , AM1802 , AM1806 , AM1808 , AM1810 , AM5K2E04 , OMAP-L132 , OMAP-L137 , OMAP-L138 , SM470R1B1M-HT , TMS470R1A288 , TMS470R1A384 , TMS470R1A64 , TMS470R1B1M , TMS470R1B512 , TMS470R1B768
By default, the linker uses automatic library selection to select the correct run-time-support library (see Section 4.3.1.1) for your application. If you select the library manually, you must select the matching library using a naming scheme like the following:
rtsArchVersion_mode_endian[_n][_vn]_abi[_eh].lib
ArchVersion | The version of the ARM architecture that the library was built for. This can be one of the following: v4, v5, v6, v6M0, v7A8, v7R4, v7R5, or v7M3. | |
mode | Indicates compilation mode: | |
T | Thumb mode | |
A | ARM mode | |
endian | Indicates endianness: | |
le | Little-endian library | |
be | Big-endian library | |
n | Indicates the library contains NEON support. | |
vn | Indicates the library has VFP support. n designates the version. Current values are: | |
2 | VFPv2 | |
3 | VFPv3 | |
3D16 | VFPv3D16 | |
abi | Indicates the application binary interface (ABI) used. Although the TI_ARM9_ABI and TIARM ABIs are no longer supported, the library filename still contains "_eabi" to distinguish the EABI libraries from older libraries. | |
eh | Indicates the library has exception handling support |