Library Naming Conventions

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 according to the following naming scheme:

rtspru[v#]_[endian][_eh].lib

rtspru Indicates the library is built for PRU support
_v# Indicates the silicon version number of the device for which the library is built
_endian "le" indicates library is built for little endian support; "be" indicates library is built for big endian support
_eh Indicates the library has exception handling support