Re: [fpc-pascal] Fatal: Internal error 200305103

2015-08-22 Thread Ched
Hello, The 2.6.0 version which comes with apt-get is plenty of bugs. Installing the 2.6.4 downloaded from the link in the freepascal site makes it workable, at least for my programs, perfectly. So do the upgrade ! Cheers, Raoul Le 22. 08. 15 16:44, Xiangrong Fang a écrit : Hello, I got

Re: [fpc-pascal] I-Pascal: IDE based on IntelliJ platform

2015-08-22 Thread Sven Barth
Am 22.08.2015 15:28 schrieb "ARGB32" : > > If someone knows better ways to determine locations of fpc executable > and RTL DCUs please let me know. For the unit paths parsing fpc.cfg (by default on *nix either /etc/fpc.cfg or ~/.fpc.cfg) might be the best solution. Regards, Sven

[fpc-pascal] Fatal: Internal error 200305103

2015-08-22 Thread Xiangrong Fang
Hello, I got "Fatal: Internal error 200305103" while try to compile the attached file on my raspi. The file is a class helper. I wonder if that is supported on FPC 2.6.0 or not? And whether this problem has anything to do with ARM? unit cipher; {$mode objfpc}{$H+} interface uses sysutils, BlowFis

[fpc-pascal] Cross compiling and debugging Linux-X86 -> Raspberry Pi

2015-08-22 Thread Martin Schreiber
Hi, There are new versions of the cross development environment for FPC 3.0.1: http://mseide-msegui.sourceforge.net/pics/crossarm.png http://sourceforge.net/projects/mseide-msegui/files/fpcrossarm/ For integrated development with FPC 3.0.1 MSEide+MSEgui git master version is necessary: https:/

Re: [fpc-pascal] Linking error with unit initc on arm

2015-08-22 Thread Martin Schreiber
On Saturday 22 August 2015 10:25:19 Jonas Maebe wrote: > Martin Schreiber wrote: > > Looks the same with > > > > Linux X86 cross: 2.24.0.20141017 > > from binutils-2_24-branch. > > Try > * generating linker maps (ppcarm -Xm) for both binaries and comparing them > * running "readelf -aW" on both bin

Re: [fpc-pascal] I-Pascal: IDE based on IntelliJ platform

2015-08-22 Thread ARGB32
l> Under *nix platforms, FPC layout is slightly different. At least bin and l> units by default doesn't have the same direct parent (/usr/bin vs l> /usr/lib/fpc/$fpcversion/units). Does this mean your plugin doesn't work l> there? I'm using Linux and CodeTyphoon which places all FPC-related f

Re: [fpc-pascal] Linking error with unit initc on arm

2015-08-22 Thread Jonas Maebe
Martin Schreiber wrote: Looks the same with Linux X86 cross: 2.24.0.20141017 from binutils-2_24-branch. Try * generating linker maps (ppcarm -Xm) for both binaries and comparing them * running "readelf -aW" on both binaries and compare the output * runrunning "objdump -DR" on both binaries and