Specifications

Saturn The CCSH Build Utility 14-3
Psy-Q Development System
Linker
-llibname Include specified library libname when linking
-X... Specify linker option
-odestin Specify the destination. Either a file (e.g. prog.cpe), or target (e.g.
t0:) can be specified
See GNU C documentation for full description
Example CCSH -v -g -Xo$6010000 main.c -omain.cpe,main.sym
This example will execute the compiler to compile the source file MAIN.C ,then run
ASSH to produce the object file and finally will run PSYLINK to produce an
executable and symbol file (MAIN.CPE and MAIN.SYM respectively) ORGd to
the specified address. The -v switch will cause CCSH to echo all commands it
executes to stdout. The -g switch will request full debug info in the symbol file.
CCSH @main.cf -omain
This will force CCSH to use the contents of the MAIN.CF file on the command line,
before the -o option.