Hi!
I am trying to install Lazarus on Raspbian to compile my app for Raspberry PI. Lazarus 0.9.34 is installed from raspbian repo. When I try to compile the zeos package I get this
TExternalToolList.Run : Error: Illegal parameter
The lazarus was installed fine but I cant install the zeos package.
Anybody has installed Lazarus and Zeos on Raspbian to compile a project. ?
I follow this guide
http://www.michellcomputing.co.uk/blog/2012/11/lazarus-on-the-raspberry-pi/I reduced the size of GPU to 32M, and increased the swap file to 500M (running raspi-config).
Then it is possible to build the IDE from the console, before starting X - trying under X uses to much memory.
Then to install the Zeos package as I needed, do like this in CLI:
./lazbuild --build-ide= ~/(eventual subdir)/zeos701/packages/lazarus/zcomponent.lpk
But doesnt work.