Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-04 Thread Bo Berglund
On Sat, 04 Mar 2017 09:24:22 +0100, Bo Berglund
 wrote:

>(is there a command switch to just print the version?

Found it:

$ /home/pi/bin/ppcarm -iW
3.0.2rc1


-- 
Bo Berglund
Developer in Sweden

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-04 Thread Bo Berglund
On Fri, 3 Mar 2017 12:59:23 +, Mark Morgan Lloyd
 wrote:

>On 02/03/17 06:00, Bo Berglund wrote:
>> On Wed, 1 Mar 2017 22:04:26 +0100, Jonas Maebe wrote:
>>> On 01/03/17 21:55, Bo Berglund wrote:
>> Am I still supposed to use 2.6.4 as compiler to build 3.0.2?
>> I am getting an error about the "seed" compiler when I try to build
>> 3.0.2 with a 3.x compiler
>>You have to build it with the previous release, i.e. 3.0.0
>The error message I received talked about a requirement for 2.6.4
>But I pointed make towards a 3.0.0 ppcarm and it did the build OK.
>
>Is this using fpc's -V option?

The command I used inside the downloaded 3.0.2 source dir
/home/pi/dev/fpc/3.0.2 was:

make all OPT=-dFPC_ARMHF

This threw the error message.

Changed to this and it worked:

make all FPC=/home/pi/dev/fpc/ppcarm OPT=-dFPC_ARMHF

The /home/pi/dev/fpc/ppcarm is a 3.0.0 version.

The one on path is:

which ppcarm
/home/pi/bin/ppcarm

Checked the version (is there a command switch to just print the
version?)

/home/pi/bin/ppcarm
Free Pascal Compiler version 3.0.2rc1 [2017/01/09] for arm

So it seems like I used an RC version of the 3.0.2 fpc to build 3.0.2
release, that is probably in error. But the error message did not say
I should use 3.0.0, instead it said I should use 2.6.4...


-- 
Bo Berglund
Developer in Sweden

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-03 Thread Mark Morgan Lloyd

On 02/03/17 06:00, Bo Berglund wrote:

On Wed, 1 Mar 2017 22:04:26 +0100, Jonas Maebe wrote:

On 01/03/17 21:55, Bo Berglund wrote:>> Am I still supposed to use 2.6.4 as compiler to build 3.0.2?>> I 
am getting an error about the "seed" compiler when I try to build>> 3.0.2 with a 3.x 
compiler>>You have to build it with the previous release, i.e. 3.0.0>The error message I received 
talked about a requirement for 2.6.4But I pointed make towards a 3.0.0 ppcarm and it did the build OK.


Is this using fpc's -V option?

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-02 Thread Jonas Maebe

On 01/03/17 23:38, Bo Berglund wrote:

On Wed, 1 Mar 2017 22:04:26 +0100, Jonas Maebe
 wrote:


On 01/03/17 21:55, Bo Berglund wrote:

Am I still supposed to use 2.6.4 as compiler to build 3.0.2?
I am getting an error about the "seed" compiler when I try to build
3.0.2 with a 3.x compiler


You have to build it with the previous release, i.e. 3.0.0


The error message I received talked about a requirement for 2.6.4
But I pointed make towards a 3.0.0 ppcarm and it did the build OK.


I don't know how that is possible with the official 3.0.2 release 
sources, since that Makefile does not mention 2.6.4: 
http://svn.freepascal.org/svn/fpc/tags/release_3_0_2/Makefile.fpc



Jonas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-01 Thread Bo Berglund
On Wed, 1 Mar 2017 22:04:26 +0100, Jonas Maebe
 wrote:

>On 01/03/17 21:55, Bo Berglund wrote:
>> Am I still supposed to use 2.6.4 as compiler to build 3.0.2?
>> I am getting an error about the "seed" compiler when I try to build
>> 3.0.2 with a 3.x compiler
>
>You have to build it with the previous release, i.e. 3.0.0
>
The error message I received talked about a requirement for 2.6.4
But I pointed make towards a 3.0.0 ppcarm and it did the build OK.


-- 
Bo Berglund
Developer in Sweden

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-01 Thread Jonas Maebe

On 01/03/17 21:55, Bo Berglund wrote:

Am I still supposed to use 2.6.4 as compiler to build 3.0.2?
I am getting an error about the "seed" compiler when I try to build
3.0.2 with a 3.x compiler


You have to build it with the previous release, i.e. 3.0.0


Jonas

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC 3.0.2 released!

2017-03-01 Thread Bo Berglund
On Fri, 17 Feb 2017 18:55:56 +0100 (CET),
mar...@stack.nl (Marco van de Voort) wrote:

>Finally, FPC 3.0.2 has landed. FPC 3.0.2 is an update to 3.0.0 that
>contains some compiler bugfixes and library progress since 3.0.0 
>
Am I still supposed to use 2.6.4 as compiler to build 3.0.2?
I am getting an error about the "seed" compiler when I try to build
3.0.2 with a 3.x compiler


-- 
Bo Berglund
Developer in Sweden

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC 3.0.2 released!

2017-02-17 Thread Marco van de Voort
In our previous episode, fredvs said:
> Excellent news, congrats.
> 
> Could that site be used (it seems up-dated and it is used in many docu) ?
> 
> http://www.freepascal.org/download.var

It's done here, maybe sb else did it already.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC 3.0.2 released!

2017-02-17 Thread fredvs
Excellent news, congrats.

Could that site be used (it seems up-dated and it is used in many docu) ?

http://www.freepascal.org/download.var

Thanks.

Fre;D





-
Many thanks ;-)
--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/FPC-3-0-2-released-tp5727685p5727687.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal