4.4 Compiler Output

There are many files created by the compiler during compilation. A large number of these are temporary or intermediate files that are deleted after compilation is complete; however, some files remain for programming or debugging the device, and options that halt compilation mid-process leave behind intermediate files, which may be inspected.

Note: Throughout this manual, the term project name will refer to either the name of the project created in the IDE, or the base name (file name without extension) of the first C source file specified on the command line.