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

2009-04-17 Thread Benedikt Schindler
i recompiled the hole fpc with the option -gl and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace. ---

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

2009-04-17 Thread Vincent Snijders
Henry Vermaak schreef: 2009/4/17 Benedikt Schindler benischind...@gmx.de: i recompiled the hole fpc with the option -gl and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i

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

2009-04-17 Thread Vincent Snijders
Benedikt Schindler schreef: i recompiled the hole fpc with the option -gl and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace. Program received signal

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

2009-04-17 Thread Henry Vermaak
2009/4/17 Benedikt Schindler benischind...@gmx.de: i recompiled the hole fpc with the option -gl and the patch Paul Ishenin mentioned. there is still a problem with programms, that wonna use windows. console prorgamms just work fine. if i try to run a lazarus programm i get this backtrace.

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

2009-04-17 Thread Henry Vermaak
2009/4/17 Vincent Snijders vsnijd...@vodafonevast.nl: Henry Vermaak schreef: 596         ldrd r0,[r0] hmm, this looks like the wrong syntax for ldrd, maybe it should be ldr? I don't know the arm instruction set, but this could be a deliberate illegal instruction to test what type of arm

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

2009-04-17 Thread Benedikt Schindler
i now use this destructor: -- destructor TGtk2WidgetSet.Destroy; begin if assigned(im_context) then g_object_unref(im_context); im_context:=nil; im_context_widget:=nil; inherited Destroy; end; -- now there

[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

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

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

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

2009-04-15 Thread Henry Vermaak
2009/4/15 Benedikt Schindler benischind...@gmx.de: - 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,

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

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

2009-04-15 Thread Henry Vermaak
2009/4/15 Benedikt Schindler benischind...@gmx.de: 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.

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