Third Party Standard Libraries

You might be able to use a third-party C standard library with your CodeWarrior tools. To determine if the CodeWarrior tools will generate object code that is compatible with a third-party library, compare the file stdarg.h from the third-party library with stdarg.h from the MSL library. The CodeWarrior C/C++ compiler for Power Architecture processors uses the MSL files stdarg.h and runtime library file __va_arg.c to generate variable-length parameter functions. Your third-party library must be compatible with these files.

You cannot use a third-party standard C++ library with your CodeWarrior product.

Related information
Main Standard Libraries
Embedded Warrior Library
Runtime Libraries
Board Initialization Code