Re: [fpc-pascal] ARM / SheevaPlug followup

2009-04-15 Thread Henry Vermaak
2009/4/14 Joe Donth : > I think the SheevaPlug is a great opportunity to promote the > use of FPC in an embedded environment. just had a look into this, very impressive specs. 1.2GHz processor with 512MB ram and nand flash. i downloaded the development tools and the toolchain is eabi, but i gue

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Benedikt Schindler
Backtrace of a programm with just an empty window. programm was compiled with "-O- -dFPC_ARMEL -dFPC_ABI_EABI -gl" Program received signal SIGILL, Illegal instruction. 0x0002057c in SYSTEM_FPC_CPUCODEINIT () (gdb) bt #0 0x0002057c in SYST

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Henry Vermaak
2009/4/15 Benedikt Schindler : > i got 128MB of RAM and i have a swap file of 250MB. > > compiling the projects manually works fine. > no error from the compiler. > > That would be all i need, but still the compiled programm don't run. > I will now try the patch Paul Ishenin told me. can you get a

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Benedikt Schindler
i got 128MB of RAM and i have a swap file of 250MB. compiling the projects manually works fine. no error from the compiler. That would be all i need, but still the compiled programm don't run. I will now try the patch Paul Ishenin told me. Beni Henry Vermaak schrieb: 2009/4/15 Benedikt Schi

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Paul Ishenin
Benedikt Schindler wrote: i now tried to compile a project with the "lcl/units/arm-linux/gtk2" units. compiling worked without errors. when i try to start the programm i get an error. maybe this and the "compiling lazarus error" is the same problem? [FORMS.PP] ExceptionOccurred Sender=EAccess

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Henry Vermaak
2009/4/15 Benedikt Schindler : > - yes there is enough memory how much have you got? i got a crash the other day trying to make another locale by running localedef, and that was on 64MB of memory. had to make a swapfile for it to work. try and compile your projects manually, without compiling th

Re: [fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Benedikt Schindler
i now tried to compile a project with the "lcl/units/arm-linux/gtk2" units. compiling worked without errors. when i try to start the programm i get an error. maybe this and the "compiling lazarus error" is the same problem? [FORMS.PP] ExceptionOccurred Sender=EAccessViolation Exception=Access

[fpc-pascal] could not compile lazarus "make[2]: *** [lazarus] Killed"

2009-04-15 Thread Benedikt Schindler
Hi, i try to compile lazarus and i get a "make[2]: *** [lazarus] Killed". there is no more information about what error raised. In dmesg i just get : [495850.88] select 1 (init), adj 0, size 61, to kill [495850.88] select 8544 (dropbear), adj 0, size 109, to kill [495850.88] select 9

Re: [fpc-pascal] How to use fpcmake

2009-04-15 Thread Graeme Geldenhuys
On Wed, Apr 15, 2009 at 10:30 AM, Joost van der Sluis wrote: >> contribute some "newbie" help if nothing has changed. > > TYou are confusing fpcmake and fpmake. The question was about fpcmake > and that is indeed pretty difficult. Oops, my apologies. I did not realize it was the one spelt with a

Re: [fpc-pascal] How to use fpcmake

2009-04-15 Thread Joost van der Sluis
Op dinsdag 14-04-2009 om 08:41 uur [tijdzone +0200], schreef Graeme Geldenhuys: > I have not read the documentation of fpmake for some time, but when I > did, it was not clear as to how to compile and use it. I'll download a > new copy of the documentation to see if things are improved - and > con