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 violation
 Stack trace:
 $4052D860
 $00158AAC
 $00039178
 $000388B4
 $00031A1C
 $00019A8C
TApplication.HandleException Access violation
 Stack trace:
 $4052D860
 $00158AAC
 $00039178
 $000388B4
 $00031A1C
 $00019A8C
[FORMS.PP] ExceptionOccurred



Benedikt Schindler schrieb:
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.880000] select 1 (init), adj 0, size 61, to kill
[495850.880000] select 8544 (dropbear), adj 0, size 109, to kill
[495850.880000] select 9359 (ppcarm), adj 0, size 18768, to kill
[495850.880000] send sigkill to 9359 (ppcarm), adj 0, size 18768

i compiled with this command: 'make clean all PP=ppcarm OPT="-dFPC_ARMEL -O- -dFPC_ABI_EABI" '
any ideas what it could be?

i don't need the hole ide. It would be enough if i could use ./lazbuild to compile projects. (or just: ppcarm) is it enough to have "lcl/units/arm-linux" and "lcl/units/arm-linux/gtk2" or do i need more units to compile gtk projects? it looks like these units are all compiled. (so do i need more? or should it be enough.)

thx
Beni

btw:

- yes i tried different versions of lazarus
- yes there is enough memory
- no hd is not full

---------------------------------------------
../tools/svn2revisioninc .. revision.inc
make --assume-new=lazarus.pp lazarus
grep: /etc/ld.so.conf: No such file or directory
make[2]: Entering directory `/media/mmcblk0p3/lazarus/ide'
ppcarm -gl -dlclgtk2 -Fu../lcl/units/arm-linux -Fu../lcl/units/arm-linux/gtk2 -Fu../components/codetools/units/arm-linux -Fu../components/synedit/units/arm-linux -Fu../components/custom -Fu../components/mpaslex -Fu../ideintf/units/arm-linux -Fu../designer -Fu../debugger -Fu../debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../packager/units/arm-linux -Fu../units/arm-linux -Fuframes -Fu. -Fiinclude -Fiinclude/linux -Fi../images -FE.. -FU../units/arm-linux -Fl/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2 -darm lazarus.pp
Free Pascal Compiler version 2.3.1 [2009/04/07] for arm
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for ARMEL
Compiling lazarus.pp
Compiling splash.pp
Compiling aboutfrm.pas
Compiling lazconf.pp
Assembling lazconf
Compiling lazarusidestrconsts.pas
Writing Resource String Table file: lazarusidestrconsts.rst
Assembling lazarusidestrconsts
make[2]: *** [lazarus] Killed
make[2]: Leaving directory `/media/mmcblk0p3/lazarus/ide'
make[1]: *** [ide] Error 2
make[1]: Leaving directory `/media/mmcblk0p3/lazarus/ide'
make: *** [ide] Error 2

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to