Chapter
|
Provides
|
---|
1. Introduction
|
Overview of components and toolset operation
|
2. Building an Executable
|
Introduction to the Compiler Driver
|
3. The Toolset
|
How the compiling, linking, and debugging tools work
|
4. The MCore Processor
|
Description of the MCore target environment
|
5. Embedded Features
|
Special requirements for embedded developers
|
6. Debug Formatting
|
How to use .dbg files
|
7. ELF Files
|
Organization of Executable and Linking Format files
|
8. Compiler Driver Options
|
Description of all the compiler options
|
9. Macro Assembler
|
How to use the MCore macro assembler
|
10. Macro Assembler Directives
|
Explanation of all the MCore macro assembler directives
|
11. MCore Macro Assembler Reference
|
MCore addressing modes and instruction formats
|
12. The Librarian
|
How to use the librarian
|
13. ELXR
|
How to use ELXR
|
14. Utility Programs
|
Description of all supported and unsupported utilities
|
15. Runtime Environment and Library Organization
|
Structure of the Green Hills runtime environment and how to modify and customize it
|
16. The MCore Simulator
|
How to use MULTI with the Simulator
|
App. A, Enhanced asm Facility
|
Introducing assembly language instructions into C code
|
App. B, Viewpathing
|
A hierarchical method for searching multiple directories for input files
|
App. C, C Runtime Libraries
|
Listings of the Green Hills C Library
|