On Thu, 22 Nov 2018 12:12:08 +, Patrick Chevalley via lazarus
wrote:
>This error "Can't call the assembler..." is because of insufficient memory
>with the RPi.
>Just add 1GB of swap and it will work.
Thanks, I had forgotten about this altogether.
On my recent boxes (RPi3 units) this seems t
This error "Can't call the assembler..." is because of insufficient memory with
the RPi.
Just add 1GB of swap and it will work.
Patrick
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
Easy way to check:
Launch the script using a different locale. E. G. :
LANG=C ; whatever.sh
If successful it is a matter of localization.
If it fails, a matter of environment, such as missing binutils, or something of
this kind.
Giuliano
Inviato da iPhone
> Il giorno 22 nov 2018, alle ore 12:
I have been asked to advice on a problem occurring when installing
FPC/Lazarus on a Raspberry Pi device using a script I have published
on-line. The script retrieves all sources via svn and also sets up the
development environment using apt-get.
It also downloads the seed fpc compiler ver 3.0.0 to