Hello.
Has anybody managed to install CQRLOG on Manjaro on a Raspberry Pi 4B (8GB RAM).
I appear to have installed it but I get "cannot execute binary file: Exec format error"
I think that the only available archlinux packages that I found are for amd64 not aarch64.
Thanks.
Carl - WC4H
HI Carl!
How about trying to compile it from source with that RPi?
I think it goes nearly same as https://www.cqrlog.com/node/3124
You just first install packages Git, Lazarus, and Cqrlog (that one you already have installed).
Package install commands may differ, but the result should be same.
--
Saku
OH1KH
Running the standard compilation, I get this error:
lazbuild --ws=gtk2 --pcp=/tmp/.lazarus src/cqrlog.lpi
SetPrimaryConfigPath NewValue="/tmp/.lazarus" -> "/tmp/.lazarus"
Error: (lazarus) invalid Lazarus directory "": directory lcl not found
Error: (lazarus) Building failed: src/cqrlog.lpi
make: *** [Makefile:9: cqrlog] Error 2
Thanks.
Carl - WC4H
Carl - WC4H
Hi!
It looks like your lazarus install is not complete.
What is the version of Lazarus and FPC ?
Have you tried to install packets directly from https://www.lazarus-ide.org ?
--
Saku
OH1KH