ic960 Compiler Driver
3-51
3
n (Check-syntax)
Check syntax;
terminate.
n
Default
After the link phase of the compilation process is complete, an executable
file is produced.
Discussion
If you specify n (Check Syntax Only) the compilation process terminates
after performing syntax and semantic checking. The compiler generates
diagnostic messages but produces no output.
Example
The following example runs a syntax check only on the file proto.c,
generating no output file:
ic960 -n proto.c
O (Optimize)
Optimize.
O[level]
The O[
level
] option specifies the level of optimization as described
below.