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:

  1. Remove the explicit references to the old library names from the linker command-line.

  2. Add --info libraries to the linker command-line and rebuild the project. This produces a list of all the libraries in use.

  3. Add the new list of libraries to the linker command-line.

A specific library can be included in a scatter-loading file.

Show/hideSee also

Copyright © 2007-2008, 2011 ARM. All rights reserved.ARM DUI 0378C
Non-ConfidentialID061811