Building a ROM Image

The CodeWarrior compiler and linker can generate a program image that may be stored in and started from ROM (read-only memory). This section uses the term ROM to mean any kind of persistent main storage, including ROM and flash memory.

To create an image for read-only memory, you must configure the compiler and linker:

Related information
ABI Conformance
Data Representation
Data Addressing
Aligning Data
Small Data Area PIC/PID Support
Variable Length Encoding
Embedded C++