Linker Options Accepted By Ic960 - Intel i960 User Manual

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

Advertisement

ic960 Compiler Driver
ic960 links in the profiling library (
the profiling library, invoke lnk960 directly to perform your final link.
You can also link in your own libraries (lib1, lib2...) if needed.
lnk960 -AKB file .o... -llib1 -llib2
You can invoke ic960 to create object files in either the COFF or ELF
object module format. The compilation system accepts the
to generate COFF and the
Fcoff
discussions of compiler invocation and options.
Table 3-1

Linker Options Accepted by ic960

Option
l
x
L
m
r
s
T
u
gcdm
For more information on the linker, see the i960 Processor Software
Utilities User's Guide.
Felf
is the default. For more detailed information, see the following
Name
Description
Archive file
specifies an archive file as input.
Compress
removes local symbols from the output
symbol table.
Library search
adds directories to search for libraries,
configuration files, and startup object files.
Map
creates a linker memory map file.
Relocation
retains relocation information in the output
object file.
Strip
strips line-number entries and symbol-table
entries from the linker's COFF output file.
Target
specifies the file describing the target
environment.
Undefine
introduces an unresolved symbol, causing the
linker to search symbol tables for resolution of
the reference.
Decision Maker invokes gcdm960 decision maker.
) by default. To avoid linking in
-lqf
option to generate ELF.
3
option
Fcoff
3-5

Advertisement

Table of Contents
loading

Table of Contents