wedilo
Joined: 16 Sep 2003 Posts: 71 Location: Moers, Germany
|
|
Posted: Mon Feb 09, 2004 6:50 am |
|
|
Hello Georg,
Please have a look to the compiler manual (July 2003) page 2, there you can find following information:
Code: |
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) -D Do not create debug file
+FM Select PCM (14 bit) +DS Standard .COD format debug file
+FH Select PCH
(PIC18XXX)
+DM .MAP format debug file
+FS Select SXC (SX) +DC Expanded .COD format debug
file
+ES Standard error file +EO Old error file format
+T Create call tree (.TRE) -T Do not generate a tree file
+A Create stats file (.STA) -A Do not generate a statistics file
+EW Show warning messages
-EW Suppress warnings (use with +EA)
+EA Show all error messages and all warnings
-E Only show first error
+Yx Optimization level x (0-9)
The xxx in the following are optional. If included it sets the file extension:
|
So, use +DM
Hope to help you
73 Sven |
|