I am trying to install fpc and Lazarus on the Radxa Rock 5A board, with a Rockchip RK3588s ARM CPU, with 8GB of RAM. The OS is Debian 11.
I tried all the versions of both fpc and Lazarus that I have been able to find on internet, starting with the oldest one to arrive at fpc 3.2.2 and Lazarus 3.0RC1
Fpc install without glitches. Lazarus during the make bigide invariably terminates with this error :
(3104) Compiling fcllaz.pas
/home/adb/tmpfpc/lazarus-3.0RC1/packager/registration/fcllaz.pas(11,3) Fatal: (10022) Can't find unit db used by fcllaz
Fatal: (1018) Compilation aborted
Using find I am able to see that db.ppu does exist, just the makefile doesn't know were to find it...
I have carefully deleted any traces of previous remnants of fpc and lazarus cfg files, to no avail...
I am in desperate need to find a solution, to have a working development environment with Lazarus.
Thanks for any help.
- Fred