Compiler Command-Line Interface
Field
-signed-bitfield
x.a
-2..1
x.b
0..1
x.c
-2..1
x.d
0..3
See also the
-signed-bitfields
-unsigned-char
The
-unsigned-char
make the default type for
__SIGNED_CHARS__
-v
The
(version and verbose) switch directs the compiler to display both
-v
the version and command-line information for all the compilation tools as
they process each file.
-val-global <name-list>
The
-val-global
names given by <name-list> are present in all globally defined variables.
The list is separated by double colons(::). In C++, these names are
encoded as enclosing namespace or classes. In C, the names are prefixed
and separated by underscores (_). The compiler will issue an error on any
globally defined variable in the current source module(s) not using
<name-list>. This switch is used to define VCSE components.
-verbose
The
-verbose
play command-line information for all the compilation tools as they
process each file.
1-48
-unsigned-bitfield
0..3
0..1
-2..1
0..3
switch
(make char unsigned) switch directs the compiler to
unsigned. The compiler also undefines the
char
preprocessor macro
(add global names) switch directs the compiler that the
(display command line) switch directs the compiler to dis-
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
Why
Plain field
One bit
Explicit signed
Explicit unsigned
(on page
1-45).
for ADSP-219x DSPs
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers