SLAU132Y September 2004 – June 2021
When you link your program, you must specify the object library as one of the linker input files so that references to the I/O and run-time-support functions can be resolved. You can either specify the library or allow the compiler to select one for you. See Section 5.4.1 for further information.
When a library is linked, the linker includes only those library members required to resolve undefined references. For more information about linking, see theMSP430 Assembly Language Tools User's Guide.
C, C++, and mixed C and C++ programs can use the same run-time-support library. Run-time-support functions and variables that can be called and referenced from both C and C++ will have the same linkage.