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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to