CCOFF(1) INTERACTIVE UNIX System CCOFF(1)
NAME
ccoff - convert a COFF file
SYNOPSIS
ccoff [-r] [-v] file ...
DESCRIPTION
The ccoff command converts a COFF file by byte-swapping all
multi-byte integers in the file. Thus, if the COFF file has
been built by a cross compiler running on a big-endian
development machine (Motorola 68000, etc.), ccoff will con-
vert the file to a format suitable for running on the target
(80386) machine. The ccoff command will convert relocated
executables, non-relocated objects, and archives
(libraries). The -r flag performs the reverse conversion,
so that a file that has already been run through ccoff can
be restored to its original state; or a file that has been
built on a target machine can be manipulated on the develop-
ment machine. The -v flag causes ccoff to operate ver-
bosely.
SEE ALSO
convert(1)
Rev. C Software Development Set Page 1