The compiler generated a very large COF file, why?
Q: The compiler generated a very large COF file, why? A: Even though the file is large, it is valid and will work correctly. We have seen this happen with use of the CONFIG macro on the PICC-18 compiler. If you move the CONFIG macro to the top of the C file, this will fix the problem. Always be sure to install the latest updates for the compiler as these may fix the problem.