0% found this document useful (0 votes)
10 views

C Reference Manual - October 2005.14

This document provides instructions for installing and invoking the C compiler command line tool. It can be installed by inserting disks or CDs and following on-screen instructions. The compiler is invoked with the "CCSC" command along with options to select the target processor, set compiler optimizations levels, and configure debugging output files. Valid options and their functions are described.

Uploaded by

diegoifg
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

C Reference Manual - October 2005.14

This document provides instructions for installing and invoking the C compiler command line tool. It can be installed by inserting disks or CDs and following on-screen instructions. The compiler is invoked with the "CCSC" command along with options to select the target processor, set compiler optimizations levels, and configure debugging output files. Valid options and their functions are described.

Uploaded by

diegoifg
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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