Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ccoff(1) — Interactive 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

convert(1)



          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



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026