SPRUI03E June 2015 – January 2023
The --disable_auto_rts option disables the automatic selection of a run-time-support (RTS) library. See the TMS320C6000 Optimizing Compiler User's Guide for details on the automatic selection process.
The --multithread option can be used for multithreaded applications that do not use OpenMP. This option causes the linker to choose a thread-safe version of the RTS library when auto-selecting an RTS library or resolving a reference to libc.a, even if none of the input object files contain the TI build attribute placed by the --multithread compiler option. If you used the --openmp compiler option to create any of the object files, the --multithread option is enabled automatically. See the TMS320C6000 Optimizing Compiler User's Guide for details on OpenMP and other multithreaded applications.