[fpc-devel]Okay, another one

Peter Vreman peter at freepascal.org
Sat Apr 12 17:22:55 CEST 2003


> So that means I can compile FPC only with 1.0 branch compiler. This makes
> sense thank you. What is the recomended or maybe an "official" build of
> 1.0.x for this task? Do I stick with old good 1.0.4 or 1.0.7 is a better
> way
> to go?

No, you can also use 1.1 to build the compiler. I'm only recommending
using 1.0.x to build the compiler the generated code is more stable and it
is easier because the required (RTL) units for building the compiler are
not influenced by the development you are doing on the 1.1 compiler or
RTL. To get such a setup working for the commandline compiler can be done
by editing fpc.cfg:

#ifdef VER1_0
-Fu~/fpc10/rtl/$target
-Fu~/fpc10/fcl/$target
#else
-Fu~/fpc/rtl/$target
-Fu~/fpc/fcl/$target
#endif


> At the moment I compiled fpc with fpc of the same version (the todays
> snapshot with yesteerdays snapshot) and it worked well :) Maybe I can find
> a
> binary for IDE 1.1 somewhere? I tried to find it on the ftp -- I do not
> remember the details but I know I failed.

The IDE for 1.1 does not work at the moment.





More information about the fpc-devel mailing list