Hi I am very keen to use Lazarus with the Raspberry pi and I have had some success porting Delphi Win 32 programs first over to Lazarus on a i386 then from there to armhf. I managed to port a program that read serial data from a garmin etrex and then to compute easting and westing coordinates. Currently lazarus version 0.934 is available on the pi, but I have had difficulties getting version 1.04 to compile on the pi. One of the problems in that the linker complains of is that it has run out of memory. My ideal solution would be to run Lazarus on a more powerfull pc and the cross compile and the remotely debug programs on the arm architecture on the pi. I have also managed to get the kambi castle game engine running on win32 and debian wheezy i386, but I haven't managed to port the engine over to the pi yet, as I can't install Lazarus version 1.04 yet.
My goal is to try to use the game engine as a front end for the pi instead of the standard desktop.
