SPNU118Z September 1995 – March 2023 66AK2E05 , 66AK2H06 , 66AK2H12 , 66AK2H14 , AM1705 , AM1707 , AM1802 , AM1806 , AM1808 , AM1810 , AM5K2E04 , OMAP-L132 , OMAP-L137 , OMAP-L138 , SM470R1B1M-HT , TMS470R1A288 , TMS470R1A384 , TMS470R1A64 , TMS470R1B1M , TMS470R1B512 , TMS470R1B768
C/C++ programs must be linked with code to initialize and execute the program, called a bootstrap routine (the boot.c.obj object module). The _c_int00 symbol is defined as the program entry point and is the start of the C boot routine in boot.c.obj. Referencing _c_int00 ensures that boot.c.obj is automatically linked in from the run-time-support library. When a program runs, it first executes boot.c.obj. The boot.c.obj symbol contains code and data to initialize the run-time environment; it performs the following:
The run-time-support object libraries contain boot.c.obj. You can: