| |||||
On-Line Manuals C166 User's Guide | Customization FilesThe C166 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. 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.A66 and PUTCHAR.C: L166 MYMODUL1.OBJ, MYMODUL2.OBJ, STARTUP.OBJ, PUTCHAR.OBJ | ||||
| |||||