SLAU132V October 2004 – February 2020
You can bypass automatic library selection by explicitly specifying the desired run-time-support library to use. Use the --library linker option to specify the name of the library. The linker will search the path specified by the --search_path option and then the MSP430_C_DIR environment variable for the named library. You can use the --library linker option on the command line or in a command file.
cl430 --run_linker{--rom_model | --ram_model} filenames --library=libraryname |