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)
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
>
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
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
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
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
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:
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.
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
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
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
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
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
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
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" +
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
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
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
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
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
> 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
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
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.
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
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
25 matches
Mail list logo