SW006015 Microchip Technology, SW006015 Datasheet - Page 30

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS51686A-page 26
®
1.8.5
The following options are used for debugging.
TABLE 1-7:
-g
-Q
-save-temps
Option
Options for Debugging
DEBUGGING OPTIONS
Produce debugging information.
MPLAB C32 C compiler supports the use of -g with -O making it
possible to debug optimized code. The shortcuts taken by
optimized code may occasionally produce surprising results:
• Some declared variables may not exist at all;
• Flow of control may briefly move unexpectedly;
• Some statements may not be executed because they
• Some statements may execute in different places because
Nevertheless it proves possible to debug optimized output. This
makes it reasonable to use the optimizer for programs that might
have bugs.
Makes the compiler print out each function name as it is
compiled, and print some statistics about each pass when it
finishes.
Don’t delete intermediate files. Place them in the current
directory and name them based on the source file. Thus,
compiling foo.c with -c -save-temps would produce the
following files:
foo.i
foo.s
foo.o
compute constant results or their values were already at
hand;
they were moved out of loops.
(preprocessed file)
(assembly language file)
(object file)
Definition
© 2007 Microchip Technology Inc.

Related parts for SW006015