H[Elp] - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

Compiler Command-Line Interface
-g
The
(generate debug information) switch directs the compiler to out-
-g
put symbols and other information used by the debugger.
When the
switch is used in conjunction with the
-g
tion) switch, the compiler performs standard optimizations. The compiler
also outputs symbols and other information to provide limited source level
debugging through VisualDSP++. This combination of options provides
line debugging and global variable debugging.
You can invoke this switch by selecting the Generate debug infor-
mation check box in the VisualDSP++ Project Options dialog box,
Compile tab, General category.
When
-g
local variables and the standard optimizations can sometimes
re-arrange program code in a way that inaccurate line number
information may be produced. For full debugging capabilities, use
the
switch without the
-g
-H
The
(list headers) switch directs the compiler to output only a list of
-H
the files included by the preprocessor via the
compiling. The
rection of the list to a file.
-HH
The -
(list headers and compile) switch directs the compiler to print to
HH
the standard output file stream a list of the files included by the preproces-
sor via the
#include
normally.
1-28
and
are specified, no debug information is available for
-O
-O
switch
(on page
-o
directive. After preprocessing, compilation proceeds
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
-O
switch.
#include
1-38) may be used to specify the redi-
for ADSP-219x DSPs
(enable optimiza-
directive, without

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Table of Contents