Hi everyone,
I am new to linux and Raspberry, but use Lazarus on a windows PC. Now trying to get is working/installed on Rasbian but fail to get any components in it. On startup show: directory lcl not found.
what did I do wrong?
Some help apreciated
Re: lazarus install
Welcome to the Raspberry Pi forums.
An indication of what you did might be a useful starting point in determining what you might have done wrong...
An indication of what you did might be a useful starting point in determining what you might have done wrong...
Re: lazarus install
How did you install FPC / Lazarus?
I use fpcupdeluxe (https://wiki.freepascal.org/fpcupdeluxe, https://github.com/LongDirtyAnimAlf/fpcupdeluxe) and have no problems...
I use fpcupdeluxe (https://wiki.freepascal.org/fpcupdeluxe, https://github.com/LongDirtyAnimAlf/fpcupdeluxe) and have no problems...
-
- Posts: 59
- Joined: Mon Jul 29, 2013 4:37 pm
Re: lazarus install
I've installed it on a Pi Zero with "sudo apt-install lazarus' which install all fp etc. It seems to work on the Pi under Raspbian if a little slow by todays standards and I've only tested it on simple examples so far. I do get warninga of crtbegin.o and crtend.o "not found this will probably cause a linking failure" but the projects seem to run OK.