On 2016-01-16 22:38, Bo Berglund wrote: > I need a working lazarus on a RPi1B 256MB in order to compile a simple > program that I have converted from Delphi7 on an RPi2B.
You will definitely not be able to copy a program compiled on a RPi2B and think it is going to run on a RPi1B - they have different ARM hardware. Can you actually compile anything, using FPC from the command line? Even a simple console program (ie: something not based on LCL) just to test. I have one of the first RPi's (also only 256MB RAM) and had no problem setting up FPC, compiling some console programs and even compiled fpGUI Toolkit based programs with it. Saying that, I never bothered trying to compile or install Lazarus - my assumption from the start was that Lazarus IDE uses too much memory for such a small device. So I used fpGUI's demo Maximus IDE instead. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
