Compiler Command-Line Interface
source.c
The following example command line
cc219x -proc ADSP-2191 -c++ source.cpp
runs
with:
cc219x
-c++
source.cpp
The normal function of
linker as required to produce an executable object file. The precise opera-
tion is determined by the extensions of the input filenames, and by various
switches.
In normal operation the compiler uses the following extension files to per-
form a specified action:
Table 1-1. File Extensions
Extension
.C .c .cc .cpp .cxx
,
, or
.asm
.dsp
.s
.doj
If multiple files are specified, each is first processed to produce an object
file; then all object files are presented to the linker.
You can stop this sequence at various points by using appropriate com-
piler switches, or by selecting options with the VisualDSP++ environment.
These switches are
1-8
Specifies the C language source file to be compiled
Specifies that all of the source files are written in
C++
Specifies the C++ language source file for your
program
is to invoke the compiler, assembler, and
cc219x
Action
Source file is compiled, assembled, and linked
Assembly language source file is assembled and linked
Object file (from previous assembly) is linked
,
,
,
,
, and
-E
-P
-M
-H
-S
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
.
-c
for ADSP-219x DSPs
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?