i960 Processor Compiler User's Guide
3-28
3
Example
The following example runs only the preprocessor phase, sending the
preprocessed source text to the screen:
ic960 -E proto.c
Related Topic
Stop-after options
Fcoff | Felf (Format)
Specifies object format.
Fcoff specifies the COFF object format, and causes the
assembler to be invoked as asm960. You can add
the
g option to specify the style of symbolic-
debug symbols created.
Felf specifies the ELF object format, and causes the
assembler to be invoked as gas960e, rather than
asm960. If you add the
g option, the DWARF
style of symbolic-debug symbols is used.
NOTE. Unlike gcc960, ic960 does not support the b.out object module
format.