ic960 Compiler Driver
3-63
3
Example
The following examples both undefine the symbol __i960KA:
ic960 -AKA -U__i960KA proto.c
ic960 -AKA -U__i960KA -D__i960KA=2 proto.c
Related Topics
A (Architecture)
D (Define)
#define
__i960
xx
__i960
__PIC
__PID
#undef
V (Version)
Display version
information.
V
Default
The compiler does not display version information.
Discussion
Use the V (Version) option to display to standard error the name and
version, as shown below.
ic960 Version
x.y
.
nnnn
x.y
identifies the major release of the compiler
nnnn
identifies the product's patch level
Version information differs for each host system and for each release.