[fpc-devel] a make cycle order of fpc

Michael Van Canneyt michael at freepascal.org
Fri Feb 20 08:25:10 CET 2009



On Fri, 20 Feb 2009, SErgey Ya. KOrshunoff wrote:

> Hi!
> Currently an fpc build start with  building a new runtime with current fpc
> compiler. There can be a failure with this. For example: no such internal
> routine error if we try to build fpc 2.2.0 runtime with fpc 2.3.0.  I think
> the right order is to start a build of new fpc-compiler with the current
> compiler and current runtime. And then start  a building of new runtime with
> a new compiler.

The correct build order is always to start with the most recently released
stable compiler.

You can never compile a 2.2.0 with a 2.3.x.

Michael.



More information about the fpc-devel mailing list