Compiler Command-Line Interface
-@ filename
The
@ filename
mand-line input from
driver options but may also contain source
variables. It can be used to store frequently used options as well as to read
from a file list.
-A name(tokens)
The
(assert) switch directs the compiler to assert
-A
with the specified
cessor directive. The following assertions are predefined:
system
machine
cpu
compiler
The
-A name(value)
#assert name(value)
in your source file, and both may be tested in a preprocessor condition in
the following manner:
#if #name(value)
// do something
#else
// do something else
#endif
For example, the default assertions may be tested as:
#if #machine(adsp219x)
// do something
#endif
1-22
(command file) switch directs the compiler to read com-
. The specified
filename
. This has the same effect as the
tokens
embedded
adsp219x
adsp219x
cc219x
switch is equivalent to including
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
must contain
filename
and environment
filenames
as a predicate
name
#assert
for ADSP-219x DSPs
prepro-
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?