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

2007-02-21 Thread Jose Pascual
e a mistake in configuration for /etc/fpc.cfg right now, I'm build more complex program with units and libc with fpc but it does not run, I have debugged it with gdb in real ARM target and Program does not arrive to my first line of pascal (after begin). this is the gdb message: Program rece

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: > > -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] FP

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 (compiling with errors) > > > > Op

Re: [fpc-pascal] open array and 2.1.1

2007-02-21 Thread Joao Morais
Jonas Maebe wrote: compiles under 2.0.4 but fails under 2.1.1 (rev 6583), the compiler think that I have an array of const because of the nil argument. Known problem? Something that was changed? Please file a bug report. Done, #8371. -- Joao Morais

Re: [fpc-pascal] open array and 2.1.1

2007-02-21 Thread Jonas Maebe
On 21 feb 2007, at 00:02, Joao Morais wrote: compiles under 2.0.4 but fails under 2.1.1 (rev 6583), the compiler think that I have an array of const because of the nil argument. Known problem? Something that was changed? Please file a bug report. Jonas ___

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 errors) > > Daniël Man

[fpc-pascal] RE: Pascal is alive!!??

2007-02-21 Thread gmjimen
> In the ACM-ICPC International Collegiate Programming Contest dropped pascal for > this year final competitions and for next year, the students are not allowed to > use pascal as their programming language. Did you know this? What is your idea? > Also, in TopCoder site, you can not develop you

Re: [fpc-pascal] Advantages of Pascal

2007-02-21 Thread Marco van de Voort
> On 20 feb 2007, at 19:46, Patrick Leslie Polzer wrote: > > > 1) "No Makefiles" > > ...and yet you ship a Makefile generator with FPC. Why? > > Because you cannot tell the compiler to compiler run time library, > then itself with the rtl that was just compiled, then recompile the > r