Re: [fpc-pascal] compiling the compiler from within the Lazarus IDE

2011-12-31 Thread Bernd
2011/12/31 Florian Klämpfl : >> confused, > > Me too ;) Can you point out which units you changed? It got even more confusing after I cleaned the lazbuild directory because I figured out that there were compiled units from *before* I made the changes (I made changes to aopt386 and also csopt386)

Re: [fpc-pascal] compiling the compiler from within the Lazarus IDE

2011-12-31 Thread Florian Klämpfl
Am 31.12.2011 17:09, schrieb Bernd: > Hi, > > I have never ever tried to hack on the compiler itself before so this > is probably a stupid question (and probably not the last one) but I > assume there is a simple answer: > > My Platform is Linux/i386. I have looked around a bit and found inside >

[fpc-pascal] compiling the compiler from within the Lazarus IDE

2011-12-31 Thread Bernd
Hi, I have never ever tried to hack on the compiler itself before so this is probably a stupid question (and probably not the last one) but I assume there is a simple answer: My Platform is Linux/i386. I have looked around a bit and found inside the compiler directory are a few .lpi files lying a

Re: [fpc-pascal] Compiling the compiler

2006-07-27 Thread Andreas Berger
Tomas Hajny wrote: On 27 Jul 06, at 19:01, Andreas Berger wrote: Tomas Hajny wrote: No wonder. ;-) When using "make all", the new (2.1.1) compiler is compiled using the starting compiler (2.0.x). "Make cycle" tries to make sure that the created compiler is still useable, at least th

Re: [fpc-pascal] Compiling the compiler

2006-07-27 Thread Tomas Hajny
On 27 Jul 06, at 19:01, Andreas Berger wrote: > Tomas Hajny wrote: > > No wonder. ;-) When using "make all", the new > > (2.1.1) compiler is compiled using the starting > > compiler (2.0.x). "Make cycle" tries to make sure > > that the created compiler is still useable, at > > least that useab

Re: [fpc-pascal] Compiling the compiler

2006-07-27 Thread Andreas Berger
Tomas Hajny wrote: No wonder. ;-) When using "make all", the new (2.1.1) compiler is compiled using the starting compiler (2.0.x). "Make cycle" tries to make sure that the created compiler is still useable, at least that useable that it can still build itself. It does so by doing the same thi

Re: [fpc-pascal] Compiling the compiler

2006-07-27 Thread Tomas Hajny
On 25 Jul 06, at 16:45, Andreas Berger wrote: > Vincent Snijders wrote: > > Andreas Berger schreef: > >> Andreas Berger wrote: > >>> I have a problem compiling the compiler. After a lot of compilation > >>> it attempts to compile pp.pas and I get the following error: > >>>pp.pas(213,1) Error:

Re: [fpc-pascal] Compiling the compiler

2006-07-26 Thread Tomas Hajny
Andreas Berger wrote: > Vincent Snijders wrote: >> Andreas Berger schreef: >>> Andreas Berger wrote: I have a problem compiling the compiler. After a lot of compilation it attempts to compile pp.pas and I get the following error: pp.pas(213,1) Error: Entrypoint start not defined.

Re: [fpc-pascal] Compiling the compiler

2006-07-26 Thread Andreas Berger
Florian Klaempfl wrote: Andreas Berger wrote: I am using the v20 base compiler The only supported bootstrapping compiler is the last release compiler, i.e. 2.0.2. That is what I am using. ___ fpc-pascal maillist - fpc-pascal@lists.fre

Re: [fpc-pascal] Compiling the compiler

2006-07-26 Thread Florian Klaempfl
Andreas Berger wrote: > I am using the v20 base compiler The only supported bootstrapping compiler is the last release compiler, i.e. 2.0.2. > with the v21 source. It should create a > v21 compiler. > > I get the same error compiling under DOS, Win98 and Win2K > > Regards, Andreas > > Lee, J

Re: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Andreas Berger
Vincent Snijders wrote: Andreas Berger schreef: Andreas Berger wrote: I have a problem compiling the compiler. After a lot of compilation it attempts to compile pp.pas and I get the following error: pp.pas(213,1) Error: Entrypoint start not defined. I downloaded todays snapshot and had the

Re: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Andreas Berger
I am using the v20 base compiler with the v21 source. It should create a v21 compiler. I get the same error compiling under DOS, Win98 and Win2K Regards, Andreas Lee, John wrote: This is a known error - I get it too - but I only get when using the v2.1.1 compiler to start make. Do you get it

RE: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Lee, John
06 23:29 > To: FPC-Pascal users discussions > Subject: Re: [fpc-pascal] Compiling the compiler > > > I have a problem compiling the compiler. After a lot of > compilation it > attempts to compile pp.pas and I get the following error: > pp.pas(213,1) Error: Entr

Re: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Vincent Snijders
Andreas Berger schreef: Andreas Berger wrote: I have a problem compiling the compiler. After a lot of compilation it attempts to compile pp.pas and I get the following error: pp.pas(213,1) Error: Entrypoint start not defined. I downloaded todays snapshot and had the same problem. Then I comp

Re: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Andreas Berger
Andreas Berger wrote: I have a problem compiling the compiler. After a lot of compilation it attempts to compile pp.pas and I get the following error: pp.pas(213,1) Error: Entrypoint start not defined. I downloaded todays snapshot and had the same problem. Then I compiled using "make all" +

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Andreas Berger
I have a problem compiling the compiler. After a lot of compilation it attempts to compile pp.pas and I get the following error: pp.pas(213,1) Error: Entrypoint start not defined. Regards, Andreas ___ fpc-pascal maillist - fpc-pascal@lists.freepa

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Florian Klaempfl
Michael Van Canneyt wrote: > > 2.1.x because 2.0.4 is the last 2.0 release. All new development is done in trunk or a branch of trunk. If things prove that they are working, they are merged to fixes. ___ fpc-pascal maillist - fpc-pascal@lists.freepas

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Michael Van Canneyt
On Mon, 24 Jul 2006, Andreas Berger wrote: > > > > BTW a new release 2.0.4, with a load of bug fixes, updates, is being > > prepared for release within next weeks - we are currently on rc2. > > > Thanks for the clear instructions. This should really be in the FAQ or Wiki. > > Just a few q

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Andreas Berger
July 2006 17:05 To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Compiling the compiler Steve Williams wrote: Andreas Berger wrote: I downloaded the latest snapshot and wish to recompile the fpc compiler for G032v2. I found an old doc that says to: cd compiler

RE: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Lee, John
an > de Voort > Sent: 24 July 2006 17:05 > To: FPC-Pascal users discussions > Subject: Re: [fpc-pascal] Compiling the compiler > > > > Steve Williams wrote: > > > Andreas Berger wrote: > > >> I downloaded the latest snapshot and wish to recompile

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Marco van de Voort
> Steve Williams wrote: > > Andreas Berger wrote: > >> I downloaded the latest snapshot and wish to recompile the fpc > >> compiler for G032v2. I found an old doc that says to: > >> cd compiler > >> make cycle > >> > >> This obviously will not work since FPC has fpcmake and not make. > >> The

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Andreas Berger
Steve Williams wrote: Andreas Berger wrote: I downloaded the latest snapshot and wish to recompile the fpc compiler for G032v2. I found an old doc that says to: cd compiler make cycle This obviously will not work since FPC has fpcmake and not make. There is also no makefile called cycle

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Steve Williams
Andreas Berger wrote: I downloaded the latest snapshot and wish to recompile the fpc compiler for G032v2. I found an old doc that says to: cd compiler make cycle This obviously will not work since FPC has fpcmake and not make. There is also no makefile called cycle in the compiler folder.

Re: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Burkhard Carstens
Am Montag, 24. Juli 2006 17:42 schrieb Andreas Berger: > I downloaded the latest snapshot and wish to recompile the fpc > compiler for G032v2. I found an old doc that says to: > cd compiler > make cycle > > This obviously will not work since FPC has fpcmake and not make. > There is also no make

[fpc-pascal] Compiling the compiler

2006-07-24 Thread Andreas Berger
I downloaded the latest snapshot and wish to recompile the fpc compiler for G032v2. I found an old doc that says to: cd compiler make cycle This obviously will not work since FPC has fpcmake and not make. There is also no makefile called cycle in the compiler folder. Can someone tell me how