Did some digging in the CCS manual. "Multiple Compilation Units" gives an example of how to run the command line compiler as a linker, after including the +EXPORT option on each compiler inv ...
I have working code from an 8051 project that I need to port over to a PIC8=18F87J72 processor. I figured out some of the issues already, but on compiling under CCS, I am seeing many errors ...