SDKZSPF LSI, SDKZSPF Datasheet - Page 88

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
3.14.3 Example 3
3.14.4 Example 4
3-34
This command invokes the C compiler and assembler only, producing an
object file with the default name test.obj (Windows) or test.o (UNIX).
This command invokes the C compiler only, producing an assembly file
with the default name test.s.
This command invokes the C compiler with the highest level of
optimization, that is, including all level
function inlining and loop unrolling. The assembler and linker are also
invoked, and the output is an executable file with the default name
a.out.
C Cross Compiler
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
cc -S test.c
cc -O3 test.c
-O2
optimizations, as well as