By default, the linker uses automatic library selection to select the correct run-time-support library (see Section 11.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:
rts7100_[endian][_eh].lib
endian | Indicates endianness: | |
le | Little-endian library | |
be | Big-endian library | |
eh | Indicates whether the library has exception handling support | |
(blank) | exception handling not supported | |
_eh | exception handling support |