Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C Compiler Reference Manual

Secondly, if we are unable to solve your problem by email, feel free to telephone
us at (262) 522-6500 x 32. Please have all your supporting documentation onhand so that your questions can be answered in an efficient manner. Again, we
will make every attempt to solve any problem(s) that you may have. Suggestions
for improving our software are always welcome and appreciated.

Installation
PCB, PCM, AND PCH INSTALLATION:
Insert the disk in drive A and from Windows Start|Run type:
A:SETUP
PCW INSTALLATION:
Insert CD ROM, select each of the programs you wish to install and follow the
on-screen instructions.

Invoking the Command Line Compiler


The command line compiler is invoked with the following command:
CCSC

options

cfilename

Valid options:
+FB
Select PCB (12 bit)
+FM
Select PCM (14 bit)
+FH
Select PCH
(PIC18XXX)
+FS
Select SXC (SX)
+ES
Standard error file
+T
Create call tree (.TRE)
+A
Create stats file (.STA)
+EW
Show warning
messages
+EA
Show all error messages
and all warnings
+Yx
Optimization level x (0-9)

-D
+DS
+DM

Do not create debug file


Standard .COD format debug file
.MAP format debug file

+DC
+EO
-T
-A
-EW

Expanded .COD format debug file


Old error file format
Do not generate a tree file
Do not create stats file (.STA)
Suppress warnings (use with +EA)

-E

Only show first error

+DF

Enables the output of a


COFF debug file.

The xxx in the following are optional. If included it sets the file extension:

You might also like