Intel i960 User Manual page 97

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

ic960 Compiler Driver
file : architecture i960: XX incompatible with output
i960: YY
file
XX
YY
Example
The following example selects the i960 KA instruction set:
ic960 -AKA proto.c
a (ANSI)
Flags non-standard
constructs.
a
Default
The compiler accepts constructs that are legal under Kernighan and
Ritchie's definition of the C language but that do not comply with the
ANSI standard.
Discussion
Use the ANSI option to flag old-style C constructs that are legal according
to Kernighan and Ritchie's definition in The C Programming Language,
but are not legal according to the ANSI standard. When the ANSI option
is in effect, the compiler prints warning messages for each occurrence.
is the first file containing incompatible
instructions the linker encounters.
is one of the two-letter architecture
abbreviations.
is one of the two-letter architecture
abbreviations.
3
3-21

Advertisement

Table of Contents
loading

Table of Contents