User:Wxwisiasdf/Compile GCCMVS under MVS3.8j: Difference between revisions

Content deleted Content added
mNo edit summary
m Bot: Replace deprecated source tag with syntaxhighlight
 
(One intermediate revision by one other user not shown)
Line 18:
 
Now your `gccmvs` folder should look roughly like this:
<sourcesyntaxhighlight lang="asm">
gccmvs/
pdos/
Line 31:
...
...
</syntaxhighlight>
</source>
 
PDPCLIB is required by GCCMVS to properly cross-build.
Line 50:
== Building ==
Open a command prompt in your root directory where you extracted `pdos` and `gcc`. Type in the following:
<sourcesyntaxhighlight lang="bash">
cd gcc/gcc
allmvs.bat
</syntaxhighlight>
</source>
 
You now patiently wait until everything finishes.