Runtime Libraries

A runtime library provides low-level functions that support high-level C and C++ language features, such as memory management and file system access. Conceptually, a runtime library acts as an interface between a target system's hardware or operating system and the CodeWarrior C or C++ runtime environment.

This CodeWarrior product includes many runtime libraries and support code files. These files are here:

    installDir \PowerPC_EABI_Support\Runtime 
  

where installDir is a placeholder for the path in which you installed your product.

For your projects to build and run, you must include the correct runtime library and startup code. These sections explain how to pick the correct files:

Related information
Main Standard Libraries
Third Party Standard Libraries
Embedded Warrior Library
Board Initialization Code