Re: [fpc-pascal] Internal error 200312122

2006-02-20 Thread Peter Vreman
> #2 0x0809a6db in TCGARM__A_OP_CONST_REG_REG_CHECKOVERFLOW > (LIST=0x411f3f34, OP=OP_SUB, SIZE=OS_32, A=373, SRC=16777216, > DST=16777216, SETFLAGS=false, OVLOC= > {LOC = LOC_VOID, SIZE = 166, RESFLAGS = 186, VALUE = 134759354, > VALUE64 = 4713231088527885242, REFERENCE = {OFFSET = 13475

Re: [fpc-pascal] Internal error 200312122

2006-02-19 Thread Koenraad Lelong
Koenraad Lelong schreef: Peter Vreman schreef: Martin Schreiber schreef: On Sunday 05 February 2006 17.11, Koenraad Lelong wrote: ... Internalerror numbers are just unique numbers be using . They don't have any meaning. Quick intro for debugging this. - Build compiler with debug info:

Re: [fpc-pascal] Internal error 200312122

2006-02-11 Thread Koenraad Lelong
Peter Vreman schreef: Martin Schreiber schreef: On Sunday 05 February 2006 17.11, Koenraad Lelong wrote: ... Internalerror numbers are just unique numbers be using . They don't have any meaning. Quick intro for debugging this. - Build compiler with debug info: 'make cycle OPT=-gl' - Compile

Re: [fpc-pascal] Internal error 200312122

2006-02-05 Thread Peter Vreman
> Martin Schreiber schreef: >> On Sunday 05 February 2006 17.11, Koenraad Lelong wrote: >> >>>Just tried it, doesn't work :-(. Compiling with ppc386 for i386-linux >>>works fine, compiling with ppcrossarm for arm-linux gives the error. >>>Could this be a processor specific error ? >> >> >> compiler

Re: [fpc-pascal] Internal error 200312122

2006-02-05 Thread Koenraad Lelong
Martin Schreiber schreef: On Sunday 05 February 2006 17.11, Koenraad Lelong wrote: Just tried it, doesn't work :-(. Compiling with ppc386 for i386-linux works fine, compiling with ppcrossarm for arm-linux gives the error. Could this be a processor specific error ? compiler/cgobj.pas:548:

Re: [fpc-pascal] Internal error 200312122

2006-02-05 Thread Martin Schreiber
On Sunday 05 February 2006 17.11, Koenraad Lelong wrote: > Just tried it, doesn't work :-(. Compiling with ppc386 for i386-linux > works fine, compiling with ppcrossarm for arm-linux gives the error. > Could this be a processor specific error ? compiler/cgobj.pas:548: function tcg.getintregis

Re: [fpc-pascal] Internal error 200312122

2006-02-05 Thread Koenraad Lelong
L505 schreef: When I try to compile the MSEgui demo for arm (using fpc 2.0.2, MSEgui 0.7) I'm getting that error when compiling msegui.pas. Where should I look to solve this ? Try to rebuild all units. use the -Ba compiler option I think I had this same issue when I tried MSEgui long ago, an

Re: [fpc-pascal] Internal error 200312122

2006-02-05 Thread L505
> When I try to compile the MSEgui demo for arm (using fpc 2.0.2, MSEgui > 0.7) I'm getting that error when compiling msegui.pas. Where should I > look to solve this ? Try to rebuild all units. use the -Ba compiler option I think I had this same issue when I tried MSEgui long ago, and it only o

[fpc-pascal] Internal error 200312122

2006-02-05 Thread Koenraad Lelong
When I try to compile the MSEgui demo for arm (using fpc 2.0.2, MSEgui 0.7) I'm getting that error when compiling msegui.pas. Where should I look to solve this ? I tried some shuffling in the uses-header (I found this in this list when I searched for internal errors), but this didn't work. I ca