I have installed Lazarus 2.2.6 from sources on my RPi4B using fpc 3.2.0. This works fine.
Then I compiled fpc 3.2.2 to get to a later version and did a make install/make sourceinstall on that version of fpc. Then I wanted to rebuild Lazarus with the new fpc so I first tried with a Lazarus rebuild from within Lazarus but that failed so I decied to do a clean build instead. Enter command line and: ~/devtools/lazarus/2.2.6 $ make clean make: -iVSPTPSOTO: No such file or directory Makefile:234: *** The Makefile doesn't support target -, please run fpcmake first. Stop. Google does not know about VSPTPSOTO... So I did as suggested: ~/devtools/lazarus/2.2.6 $ fpcmake Processing Makefile.fpc Error: Target "linux", package "rtl" not found Then I expanded the lazarus sources into a clean directory and tried make clean in that but with the same result. And concerning the compiler: $ which fpc /home/bosse/bin/fpc $ which ppcarm /home/bosse/bin/ppcarm $ fpc Free Pascal Compiler version 3.2.2 [2023/11/29] for arm $ ppcarm Free Pascal Compiler version 3.2.2 [2023/11/29] for arm What can I do now? -- Bo Berglund Developer in Sweden -- _______________________________________________ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus