On Fri, 3 Mar 2017 12:59:23 +0000, Mark Morgan Lloyd
<markmll.fpc-pas...@telemetry.co.uk> wrote:

>On 02/03/17 06:00, Bo Berglund wrote:
>> On Wed, 1 Mar 2017 22:04:26 +0100, Jonas Maebe<jo...@freepascal.org> 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

Reply via email to