home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d193
/
zc
/
zcc.doc
< prev
next >
Wrap
Text File
|
1989-03-13
|
2KB
|
69 lines
ZCC(1)
ZCC
NAME
zcc A unix style front end for the
Sozobon C compiler(by Johann Ruegg) ported to the Amiga. Ver 1.01
A68K a Motorola Compatible 68000 Assembler for the Amiga.
Blink a Software Distillery Linker Ver 6.5 for the Amiga.
SYNOPSIS
zcc [ options ] [file.c's ] [files.s] [files.o]
DESCRIPTION
Zcc is a unix style c front end for the Amiga.
It will compile all .c files creating .s files,
assemble all .s files creating .o files and link all
.o files creating an executable with the same name as
the first file minus the extension.
Zcc will call zc to compile all .c files. If an error
occurs then zcc will abort and will not call the assembler
A68K or the linker Blink. If a successful compile is
done then a68k is called and afterwards the .s file is
deleted. If all the files have been compiled and/or assembled
then Blink is called.
Zcc will call a68k to assemble all .s files. The source will
not be deleted upon completion.
Zcc looks to see if the following environment variables
have been set and if so then uses them otherwise default
directories will be used.
Env Var Default Description
CCEXEC c: directory containing zc,a68k,blink
CCTEMP ram: location for temporay .s file
only used for .c files which
will be assembled.
INCLUDE directory to find the include files
CCLIB lib: directory containing BothStartup.obj
amiga.lib and any other libraries
that will be used
OPTIONS
-Dxxxx define xxxx
-Uxxxx undefine xxxx
-C data->chip
-F data->fast
-S don't use startups
-T don't use amiga.lib
-A don't assemble
-c don't link
-Ixxxx include dir
-V printout actions only
-lxxxx use library CCLIBxxxx.lib
SEEALSO
zc.doc
BUGS
See zc.readme.
Joe Montgomery UC Berkeley Math Dept.
monty@brahms.berkeley.edu