Go to the first, previous, next, last section, table of contents.

Building the Pascal Cross-Compiler

Once you have verified the C cross-compiler, the Pascal cross-compiler can be configured and built. Note that the `configure' script does not require any cross-compiler related switches because GPC inherits all of this from GNU CC. Assuming GCC object code is in `../gcc-i386-go32/',

% ../gpc/configure --srcdir=../gpc --gccdir=../gcc-i386-go32 --gccsrc=../gcc
% make

Then, "make install" the cross-compiler.


Go to the first, previous, next, last section, table of contents.