On 27/05/17 09:40, Joe via Lazarus wrote:
Am 26.05.2017 um 15:29 schrieb Mark Morgan Lloyd via Lazarus:> Just to
check the "standard way of doing it" in case there's any > surprises,
with FPC 3.0.2 installed:>> svn co
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_0_RC1> cd
lazarus_1_8_0_RC1> make>> That worked as expected.>> make clean bigide
Mark,I installed FPC 3.0.2 and then followed your proposal. But the
compilation of Lazarus 1.8.0 RC1 was aborted with an error message
saying FPC 3.0.0 was needed.How to fix?

Make sure that the ppcarm command points to the 3.0.2 binary. Here's what I've got in my /usr/local/bin:

lrwxrwxrwx 1 root staff 12 Mar 25 14:14 ppcarm -> ppcarm-3.0.2
lrwxrwxrwx 1 root staff 31 Mar 25 14:13 ppcarm-3.0.2 -> /usr/local/lib/fpc/3.0.2/ppcarm

The fpc -v command should give you version info:

$ fpc -v
Free Pascal Compiler version 3.0.2 [2017/03/02] for arm
Copyright (c) 1993-2017 by Florian Klaempfl and others
Fatal: No source file name in command line
Fatal: Compilation aborted
Error: /usr/local/bin/ppcarm returned an error exitcode

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

[Opinions above are the author's, not those of his employers or colleagues]
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to