SPRU514Z July 2001 – October 2023 SM320F28335-EP
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:
rts2800_[ml|fpu32|fpu64][_eabi][_eh].lib
The components of this naming convention are as follows:
rts2800 | Indicates the library is built for C28x support. | |
_ml | Indicates the library contains no FPU support. | |
_fpu32 | Indicates support for 32-bit FPU targets. | |
_fpu64 | Indicates support for 64-bit FPU targets. (EABI only) | |
_eabi | Indicates the library is in EABI format. If the name does not contain "_eabi", the library is a COFF library. | |
_eh | Indicates the library provides exception handling support. |