Okay, got it to compile. I had to make a cfg file with absolute paths though that I Have to explicitly reference, since the trunk build puts ppca64 into /usr/local/fpc/3.3.1 and I'm not sure where it looks for fpc.cfg normally. Still, despite it being a little bit untidy, I got it to build at last and it means I can start comparing assembly dumps!
Gareth aka. Kit On Thu 06/08/20 22:43 , "J. Gareth Moreton" [email protected] sent: > Aah, bare-bones project failed to compile with the same error, so FPC isn't > configured properly. Is > there something I need to do with, say, setting up the config file? I'm > trying to remember how > everything works with Linux. > > > > Gareth aka. Kit > > > > On Thu 06/08/20 22:38 , "J. Gareth Moreton" gar > [email protected] sent: > > Is there a particular DB test project that I can > pick from, or is making a > > bare-bones project with > > > "uses db;" enough? > > > > > > > > > > > > Gareth aka. Kit > > > > > > > > > > > > > > > > > > On Thu 06/08/20 22:46 , "Sven Barth" p > > > as > [email protected] sent: > > > J. Gareth Moreton schrieb am Do., 6. Aug. > 2020, > > 22:36: > > > > Hi guys, can you confirm that Lazarus > compiles > > on aarch64? When I try > > > > under aarch64-linux (with > > > > > > > fresh SVN checkouts), it fails with the > error > > message: > > > > > > > > > > > Fatal: (10022) Can't find unit db used by > fcllaz > > > > > > > > > > > > > Can you compile a simple program that uses > the > > DB unit? If not, then your > > > > FPC is configured incorrectly. If you can, > > > then... Uhm... We'll have to > > > > check further... > > > > > > > Regards, Sven > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > fpc-devel maillist - [email protected] > > https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel > > > > > > > > > > > > > > > > > > > _______________________________________________ > > fpc-devel maillist - [email protected] > https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel > > > > > _______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
