FPC is now runing on the Freerunner (was: Re: [fpc-pascal] EABI problems with FPC)

2009-04-09 Thread Benedikt Schindler
hi, i don't know if you still wonna install a full fpc on your freerunner. but if it is so, you could download a working version from this place : http://www.my-distribution.org/files/fpc-2.3.x-arm-20090319.tar.gz (all files in a subdirectory called "fpc-2.3.x-arm" ) http://www.my-distribut

Re: [fpc-pascal] EABI problems with FPC

2009-04-09 Thread Benedikt Schindler
Hi, i am comming back to the beginning of this thread and back to the real problem :) i now found out, that if i use my crosscompiled version of FPC i get also this EABI version error. if i use my FPC that i have compiled direct on the device, i have no error messages. so i think there is a

Re: fpc-2.3.x abbort compiling at gtk2.pas (was : [fpc-pascal] EABI problems with FPC )

2009-04-07 Thread Benedikt Schindler
Jonas Maebe schrieb: [...] Maybe it runs out of memory? The gtk2 unit is quite big. Jonas your right. i freed some memory and then it compiled without problems. thx to all. Beni ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://li

Re: fpc-2.3.x abbort compiling at gtk2.pas (was : [fpc-pascal] EABI problems with FPC )

2009-04-07 Thread Benedikt Schindler
Henry Vermaak schrieb: 2009/4/7 Benedikt Schindler : [...] any reason why you are trying to build fpc natively? this wastes a lot of time. you can just use the openmoko toolchain and cross compile everything. henry ___ fpc-pascal maillist - fpc

Re: fpc-2.3.x abbort compiling at gtk2.pas (was : [fpc-pascal] EABI problems with FPC )

2009-04-07 Thread Henry Vermaak
2009/4/7 Benedikt Schindler : > Hi, > > i managed to crosscompile a ppcarm for the openmoko device. > then i tried to compile the fpc direct on the device. > After a long time where everything looks fine he abborted compiling with an > error (see below) any reason why you are trying to build fpc n

Re: fpc-2.3.x abbort compiling at gtk2.pas (was : [fpc-pascal] EABI problems with FPC )

2009-04-07 Thread Jonas Maebe
On 07 Apr 2009, at 12:33, Benedikt Schindler wrote: i managed to crosscompile a ppcarm for the openmoko device. then i tried to compile the fpc direct on the device. After a long time where everything looks fine he abborted compiling with an error (see below) any ideas? Maybe it runs out

fpc-2.3.x abbort compiling at gtk2.pas (was : [fpc-pascal] EABI problems with FPC )

2009-04-07 Thread Benedikt Schindler
Hi, i managed to crosscompile a ppcarm for the openmoko device. then i tried to compile the fpc direct on the device. After a long time where everything looks fine he abborted compiling with an error (see below) any ideas? i also don't know, if it is a problem that my distribution has no "/e

Re: [fpc-pascal] EABI problems with FPC

2009-04-07 Thread Benedikt Schindler
magic hands ;) ... no, i compiled many many different versions and no one ever worked. working for now is fpcbuild_2.3.x (19.03.2009) binutils : ./configure --prefix=/opt/crossbinutils --target=arm4tl-unknown-linux fpc make : make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=/opt/c

Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Benedikt Schindler
thx. yes it was a plain copy. it also worked with the crosscompiled data2inc programm. Beni Jonas Maebe schrieb: On 07 Apr 2009, at 10:23, Benedikt Schindler wrote: it stopped with errors the data2inc programm seems to be build not early enough. It should simply not be necessary. The

Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Jonas Maebe
On 07 Apr 2009, at 10:23, Benedikt Schindler wrote: it stopped with errors the data2inc programm seems to be build not early enough. It should simply not be necessary. The fpinc.cfg file in svn is not newer than the fpcfg.inc file, so fpcfg.inc should not be regenerated by the Makef

Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Benedikt Schindler
fyi: when i build the fpc sources i get a error message (see below). The make process tries to use an old not functional data2inc programm. Why didn't the make process use the new compiled one? I deleted all old bin files and restarted the compiler. (i hope he take the new data2inc programm now

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread Benedikt Schindler
Hi, i also try to get free pascal running on my freerunner. i needed many tries to get a running ppcarm for my device. (In reality i didn't know why it worked in the last run ... but it did, and so i don't ask :) ) now i let the freerunner recompile the hole fpcbuild. But that could take some

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
On Mon, Apr 6, 2009 at 4:26 PM, Jonas Maebe wrote: > > On 06 Apr 2009, at 15:15, ik wrote: > > I tried to create an Hello World program in OpenMoko (after creating arm >> fpc). When I try to compile it, ld gives the following error message: >> >> /usr/bin/ld: ERROR: Source object >> /usr/lib/fpc/

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread Jonas Maebe
On 06 Apr 2009, at 15:15, ik wrote: I tried to create an Hello World program in OpenMoko (after creating arm fpc). When I try to compile it, ld gives the following error message: /usr/bin/ld: ERROR: Source object /usr/lib/fpc/2.3.1/units/arm-linux/rtl/system.o has EABI version 0, but targ

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
No, doing it now Thanks Ido On Mon, Apr 6, 2009 at 4:26 PM, Henry Vermaak wrote: > 2009/4/6 ik : > > Hello, > > > > I tried to create an Hello World program in OpenMoko (after creating arm > > fpc). When I try to compile it, ld gives the following error message: > > > > /usr/bin/ld: ERROR: Sour

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread Henry Vermaak
2009/4/6 ik : > Hello, > > I tried to create an Hello World program in OpenMoko (after creating arm > fpc). When I try to compile it, ld gives the following error message: > > /usr/bin/ld: ERROR: Source object > /usr/lib/fpc/2.3.1/units/arm-linux/rtl/system.o has EABI version 0, but > target hello

[fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
Hello, I tried to create an Hello World program in OpenMoko (after creating arm fpc). When I try to compile it, ld gives the following error message: /usr/bin/ld: ERROR: Source object /usr/lib/fpc/2.3.1/units/arm-linux/rtl/system.o has EABI version 0, but target hello has EABI version 4 I compil