NAME

catobj - ISOS object file concatenator


SYNOPSIS

catobj [options] [-no-warn-shared] [-no-prefix-tors] [-o] dest obj1 obj2 ...


ARGUMENTS

-o
destination

-h
show help text

-l
specify linker to use

-c
DEPRICATED use -y

-y
specify objcopy to use

-no-warn-shared
Do not warn about requests to link in shared libraries.

-no-prefix-tors
do not prefix contructor/destructor symbols

-v
print version and exit


DESCRIPTION

There is normally no need to use catobj directly.

catobj concatenates multiple object files into a single partially linked object file. arm-elf-objcopy modifies the image symbols as needed. arm-elf-ld then partially links the objects.


SEE ALSO

The ATMOS Book, DO-007001-TC