Hi, all, How can I know the code/files in runtime libraries(Runtime.PPCEABI.VS.UC.a), and how can I get them? Thanks.
Dear customer,
The "Runtime.PPCEABI.VS.UC.a" is the runtime libraries for MPC55xx and MPC56xx products. You can find this library under CodeWarrior v2.10 installation directory:
installDir\PowerPC_EABI_Support\Runtime\Lib
Along with the pre-built runtime libraries, this CodeWarrior product includes the source
code and project files required to build the runtime libraries.
All runtime library source code files are in this directory:
installDir\PowerPC_EABI_Support\Runtime\Src
The runtime library project files are in this directory:
installDir\PowerPC_EABI_Support\Runtime\Project
The project names are Runtime.PPCEABI.mcp and Run_EC++.PPCEABI.mcp.
Each project has a different build target for each configuration of the runtime library. For more information about customizing the runtime libraries, read the comments in the source code files as well as the runtime library release notes.
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------