MCC18
From FIRSTwiki
MCC18 is the official compiler for PIC C. For Windows only (note: has been succesfully ported via WINE). Default install directory is C:\MCC18\. (This article is primarily a list)
[edit]
Usage
Do not place files in paths with more than 64 characters. For info on using the .EXEs, try looking at a MPLAB compile log.
[edit]
Installed Directories
(The usage is in parenthesis, a plus indicates a directory) C:\MCC18\ (Install dir)
- +bin (location of the .EXEs)
- _mplink.exe
- cpp18.exe
- mcc18.exe
- mp2cod.exe
- mp2hex.exe
- mplib.exe
- mplink.exe
- +doc (Info)
- MPLAB-C18-Getting-Started.pdf
- MPLAB-C18-Users-Guide.pdf
- MPLAB-C18-Guide.pdf
- +example (Examples)
- (not included in listing)
- +h (the standard headers)
- (not included in listing)
- +lib (precompiled .Os and .LIBs)
- (not included in listing)
- +lkr (the linker scripts)
- (not included in listing)
- +mpasm (Asmembler and .INCs)
- (not included in listing)
- +src (Source code?)
- (not included in listing)
- install.log (installation log file)
- readme.asm (a read me)
- readme.c18 (another readme)
- UNWISE.EXE (the unistaller)

