Re: [Lazarus] Trying FPDebug

2018-11-22 Thread Joost van der Sluis via lazarus
Op 22-11-18 om 11:00 schreef Santiago A. via lazarus: I would like to fiddle a little with FPdebug, but I'm a little confused. I have lazarus 1.8.4 on window 7 32 bits I have installed the next packages FpDebug 0.0 lazdebuggerfp - Once you have installed lazdebuggerfp you have to go to

[Lazarus] Trying FPDebug

2018-11-22 Thread Santiago A. via lazarus
Hello: I would like to fiddle a little with FPdebug, but I'm a little confused. I have lazarus 1.8.4 on window 7 32 bits I have installed the next packages FpDebug 0.0 lazdebuggerfp But that is not enough, it is still using GDB. isn't it? I have tried to install lazdebuggerfpdserver, but

Re: [Lazarus] Lazarus installation problem on Raspberry Pi (localized to Swedish)

2018-11-22 Thread Patrick Chevalley via lazarus
This error "Can't call the assembler..." is because of insufficient memory with the RPi. Just add 1GB of swap and it will work. Patrick -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Lazarus installation problem on Raspberry Pi (localized to Swedish)

2018-11-22 Thread Giuliano Colla via lazarus
Easy way to check: Launch the script using a different locale. E. G. : LANG=C ; whatever.sh If successful it is a matter of localization. If it fails, a matter of environment, such as missing binutils, or something of this kind. Giuliano Inviato da iPhone > Il giorno 22 nov 2018, alle ore

[Lazarus] Lazarus installation problem on Raspberry Pi (localized to Swedish)

2018-11-22 Thread Bo Berglund via lazarus
I have been asked to advice on a problem occurring when installing FPC/Lazarus on a Raspberry Pi device using a script I have published on-line. The script retrieves all sources via svn and also sets up the development environment using apt-get. It also downloads the seed fpc compiler ver 3.0.0 to

Re: [Lazarus] Lazarus installation problem on Raspberry Pi (localized to Swedish)

2018-11-22 Thread Bo Berglund via lazarus
On Thu, 22 Nov 2018 12:12:08 +, Patrick Chevalley via lazarus wrote: >This error "Can't call the assembler..." is because of insufficient memory >with the RPi. >Just add 1GB of swap and it will work. Thanks, I had forgotten about this altogether. On my recent boxes (RPi3 units) this seems

Re: [Lazarus] Trying FPDebug

2018-11-22 Thread Santiago A. via lazarus
El 22/11/18 a las 11:08, Joost van der Sluis via lazarus escribió: Op 22-11-18 om 11:00 schreef Santiago A. via lazarus: I would like to fiddle a little with FPdebug, but I'm a little confused. I have lazarus 1.8.4 on window 7 32 bits I have installed the next packages FpDebug 0.0

Re: [Lazarus] Trying FPDebug

2018-11-22 Thread Martin Frb via lazarus
On 22/11/2018 16:08, Santiago A. via lazarus wrote: By the way, I see "FpDebug internal Dwarf-debugger (alpha)". An (Alpha) version, not (beta) version as you said. Is there a newer version, a (beta), or did you mean (alpha)? As part of Lazarus 2.0RC it is beta. --