[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

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 the

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

2011-12-31 Thread Bernd
2011/12/31 Florian Klämpfl flor...@freepascal.org: 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

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: Entrypoint start

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 thing

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 useable that it can

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 that

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, John

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 -

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. I downloaded

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

RE: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Lee, John
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: Entrypoint start not defined. Regards, Andreas

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

[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

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 makefile

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 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

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. There is also no makefile

RE: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Lee, John
-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 make cycle

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 questions:

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 -