Customization Files
The C166 Compiler provides a number of source files you can adapt to your hardware platform. The files contain:
The code contained in these files is already compiled or assembled and is included in the C library. When you link your program, the code from the library is automatically included.
When you use the µVision IDE, we recommend to copy the customization files into your project folder to make your modifications. The modified version of the file can be added to your project.
When you use the command-line tools, you must include the object files generated from the customization files on the linker command line. The example shows how the files STARTUP.A66 and PUTCHAR.C are included:
L166 MYMODUL1.OBJ, MYMODUL2.OBJ, STARTUP.OBJ, PUTCHAR.OBJ