|
|||||||||||
|
Technical Support On-Line Manuals CARM User's Guide |
CARM User's GuideDiscontinued Customization FilesThe CARM Compiler provides a number of source files you may modify to adapt your target program to a specific hardware platform. These files contain:
The code contained in these files is already compiled or assembled and included in the C library. When you link your program, the code from the library is automatically included unless an object module with the same module is included in the project. You may customize these files to adjust them to your requirements. If you use the µVision IDE, we recommend that you copy the customization file into your project folder to make modifications. The modified version of the file may be added to your project. When you use the command-line tools, you must include the object files generated from the modified customization files on the linker command line. The following example shows you how to include custom replacement files for STARTUP.S and PUTCHAR.C: LA MYMODUL1.OBJ, MYMODUL2.OBJ, STARTUP.OBJ, PUTCHAR.OBJ | ||||||||||
|
|||||||||||