-pplist filename
The
(preprocessor listing) switch directs the preprocessor to out-
-pplist
put a listing to the named file. When more than one source file has been
preprocessed, the listing file contains information about the last file pro-
cessed. The generated file contains raw source lines, information on
transitions into and out of include files, and diagnostics generated by the
compiler.
Each listing line begins with a key character that identifies its type as:
Character
N
X
S
L
R
W
E
C
-proc processor
The
(target processor) switch specifies that the compiler should pro-
-proc
duce code suitable for the specified processor. The
directly supported in VisualDSP++ 3.5 are:
ADSP-2191, ADSP-21990, ADSP-21991, ADSP-21992, ADSP-2195,
ADSP-2196, ADSP-2192-12 and ADSP-219x
For example,
cc219x -proc ADSP-2191 -o bin\p1.doj p1.asm
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
Meaning
Normal line of source
Expanded line of source
Line of source skipped by
Change in source position
Diagnostic message (remark)
Diagnostic message (warning)
Diagnostic message (error)
Diagnostic message (catastrophic error)
or
#if
#ifdef
processor
Compiler
identifiers
1-41
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers