RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-23 Thread Daniël Mantione
sions > > Asunto: RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors) > > > > > > > > Your C code crashes. That is not something we can help with, you have > > to debug it. > > but I have no C code in my test program only pascal. So It seems b

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-23 Thread Jose Pascual
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Daniël Mantione > Enviado el: viernes, 23 de febrero de 2007 9:51 > Para: FPC-Pascal users discussions > Asunto: RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with err

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-23 Thread Daniël Mantione
Op Fri, 23 Feb 2007, schreef Jose Pascual: > > Program received signal SIGSEGV, Segmentation fault. > > 0x40094018 in _IO_file_xsputn () from /lib/libc.so.6 > > > > any idea about this problem? (perhaps 2.1.1 snapshot?) > > > any idea or suggestion? Your C code crashes. That is not something

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-23 Thread Jose Pascual
> > > > > > > > > Assembling test1 > > > > > Linking test1 > > > > > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In > function > > > > > `_haltproc': > > > > > : undefined reference to `_fini' > > > > > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In > function > > > > > `_haltpr

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Jose Pascual
> > > > > > > Assembling test1 > > > > Linking test1 > > > > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In function > > > > `_haltproc': > > > > : undefined reference to `_fini' > > > > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In function > > > > `_haltproc': > > > > : undef

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Daniël Mantione
ns > > Asunto: RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors) > > > > > > > > Op Wed, 21 Feb 2007, schreef Jose Pascual: > > > > > Assembling test1 > > > Linking test1 > > > /usr/local/lib/fpc/2.1.1/units/arm-linux/

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Jose Pascual
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Daniël Mantione > Enviado el: miércoles, 21 de febrero de 2007 14:10 > Para: FPC-Pascal users discussions > Asunto: RE: [fpc-pascal] FPC for Scratchbox-ARM (com

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Daniël Mantione
Op Wed, 21 Feb 2007, schreef Jose Pascual: > Assembling test1 > Linking test1 > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In function > `_haltproc': > : undefined reference to `_fini' > /usr/local/lib/fpc/2.1.1/units/arm-linux/rtl/cprt0.o: In function > `_haltproc': > : undefined ref

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Jose Pascual
> > > use that to bootstrap a native ARM compiler. > > > > The 2.1.x compiler has also a problem: > > make all doesn't work, only > > make all OPT=-O- -Ooregvar > > > I have tried again in scratchbox for ARM, using ppcarm 2.1.1 native for > ARM > (generated in a crosscompiling in linux i386), usi

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-21 Thread Jose Pascual
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Florian Klaempfl > Enviado el: martes, 20 de febrero de 2007 13:19 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] FPC for Scratchbox-ARM (compiling with e

Re: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-20 Thread Florian Klaempfl
Daniël Mantione schrieb: > > Op Tue, 20 Feb 2007, schreef Jose Pascual: > >> /trabajo/temp/pp is a ARM binary. version is 2.0.4 >> >> #/trabajo/temp/pp >> Free Pascal Compiler version 2.0.4 [2007/02/19] for arm >> Copyright (c) 1993-2006 by Florian Klaempfl >> . > > That is then the problem. You

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-20 Thread Daniël Mantione
Op Tue, 20 Feb 2007, schreef Jose Pascual: > /trabajo/temp/pp is a ARM binary. version is 2.0.4 > > #/trabajo/temp/pp > Free Pascal Compiler version 2.0.4 [2007/02/19] for arm > Copyright (c) 1993-2006 by Florian Klaempfl > . That is then the problem. You cannot cycle on ARM with a 2.0 compile

RE: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-20 Thread Jose Pascual
> > Hi EveryOne, > > > > I'm tryng to compiling fpc compiler and units under scratchbox for > ARM > > > > I have crosscompile, with fpcarm in linux i386, fpcmake and pp for > > ARM, I have copy to scratchbox system > > > > and I have used both program to generate a complete build in > > scratchbox

Re: [fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-20 Thread Daniël Mantione
Op Tue, 20 Feb 2007, schreef Jose Pascual: > Hi EveryOne, > > I'm tryng to compiling fpc compiler and units under scratchbox for ARM > > I have crosscompile, with fpcarm in linux i386, fpcmake and pp for ARM, I > have copy to scratchbox system > > and I have used both program to generate a c

[fpc-pascal] FPC for Scratchbox-ARM (compiling with errors)

2007-02-20 Thread Jose Pascual
Hi EveryOne, I'm tryng to compiling fpc compiler and units under scratchbox for ARM I have crosscompile, with fpcarm in linux i386, fpcmake and pp for ARM, I have copy to scratchbox system and I have used both program to generate a complete build in scratchbox using # export FPC=pp # make CPU_