[fpc-pascal] Freepascal 2.0 for cygwin
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Aug 16 21:55:29 CEST 2005
On 16 aug 2005, at 21:44, Jose Pascual wrote:
> Okey,
> but I think that the first stage for make fpc is to compiling some asm
> or c files using binutils, right?
No, FPC is entirely written in Pascal (just like gcc is written in C
and not in assembler). The original bootstrap was with Turbo Pascal,
but TP compatibility has been dropped a long time ago. It must be
bootstrapped with itself now.
> so in cygwin I have binutils, even gcc, how I shoud to do to create
> first fpc from ASMs or Cs files?
You can't, you have to cross-compile it with an existing version of
FPC (the Win32 version is most logical in your case)
Jonas
More information about the fpc-pascal
mailing list