-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGCCE.HELPCMD.D1
26 lines (18 loc) · 928 Bytes
/
GCCE.HELPCMD.D1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
GCCE CMS EXEC
Wrapper EXEC to run GCC and then assemble the output
+----------------------------------------------------------------------------+
| GCCE | [fn [ft [fm]]] [( [NOASM] [PARM fn] ] |
+----------------------------------------------------------------------------+
where:
fn, ft, fm
specify a C language file to be compiled.
NOASM
overrides the default behaviour and does not call the assembler.
PARM fb
specifies an PARM file containg arguments to be passed to GCC.
By default the file, GCC PARM, is used.
Usage Notes:
Use the GCCE command is used in the C build process to compile C programs.
Users should use the GCC exec which sets up the environment.
For more information on PDPCLIB and GCC see the project web site at:
https://gccmvs.sourceforge.net/