| |||
| Home > The ARM C and C++ libraries > Managing projects that have explicit C or C++ library names in makefiles | |||
If library names are explicitly named in a makefile, you must rebuild your project as follows:
Remove the explicit references to the old library names from the linker command-line.
Add --info libraries to the linker
command-line and rebuild the project. This produces a list of all
the libraries in use.
Add the new list of libraries to the linker command-line.
A specific library can be included in a scatter-loading file.
Using the Linker:
Linker Reference: