RE: [fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-04-27 Thread Jose Pascual
ot found make[5]: *** [fpc_install] Error 1 make[5]: Leaving directory `/tmp/freepascal/svn/fpc_26_04_2007/packages/fcl-db' make[4]: *** [fcl-db_install] Error 2 . . . thank you, Jose Pascual > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED]

[fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-04-27 Thread Jose Pascual
you in advanced best regards Jose Pascual ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] Fcp for arm linux for EABI

2007-04-26 Thread Jose Pascual
operation } _FPU_MASK_ALL = $001f; { mask for all flags } function FPU_GetCW : dword; nostackframe; assembler; asm rfs r0 end; procedure FPU_SetCW(cw : dword); nostackframe; assembler; asm wfs r0 end; {$endif} thanks, Jose Pascual, > -Mensaje origi

RE: [fpc-pascal] Fcp for arm linux for EABI

2007-04-26 Thread Jose Pascual
Which toolchain are you using for ARM? I suppose you are using kernel for arm with EABI activate and libc with EABI is it right? which version of kernel? which arm? I'm using (begin to use for EABI) gcc 4.1.1-glibc 2.5-EABI (armv4t), kernel 2.6.19 with EABI and ARM920T (at91rm9200) > -Mensa

RE: [fpc-pascal] Fcp for arm linux for EABI

2007-04-26 Thread Jose Pascual
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Henry Vermaak > Enviado el: jueves, 26 de abril de 2007 14:47 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] Fcp for arm linux for EABI > > On 26/04/07, Jose P

RE: [fpc-pascal] Fcp for arm linux for EABI

2007-04-26 Thread Jose Pascual
Hi, 2.3.1 version ? is development snap? donwload from? or make from scratch? how can I say to fpc to compile my pp file for softfloat avoiding to generate asm problem? thank, best regards > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de

RE: [fpc-pascal] Fcp for arm linux for EABI

2007-04-26 Thread Jose Pascual
] En nombre de Henry Vermaak > Enviado el: miércoles, 25 de abril de 2007 14:32 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] Fcp for arm linux for EABI > > On 25/04/07, Jose Pascual <[EMAIL PROTECTED]> wrote: > > Hi, > > hello > > > &

[fpc-pascal] fpc for arm linux

2007-04-25 Thread Jose Pascual
Hi, I have found libc.ppu in i386 linux version but arm linux version? Where can I find it? or how can I generate it (for arm linux)? thank you in advanced best regards Jose Pascual ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] Fcp for arm linux for EABI

2007-04-25 Thread Jose Pascual
Hi, I'll appreciate from you any answer to next questions: Is Fpc for arm linux compatible with EABI? Is Fpc for arm FP hardware or soft-float? How version of toolchain for arm I should install? (softfloat version?) any comments will be welcome. best regards Jose Pa

[fpc-pascal] Reduce size in binary generated by ppc

2007-03-16 Thread Jose Pascual
Hi everyone, How is it possible to reduce the size for binary generated by ppc? regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] fpc have problem with dynarray in ARM

2007-02-23 Thread Jose Pascual
ra: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] fpc have problem with dynarray in ARM > > Jose Pascual wrote: > > Could it be resolved in 2.1.1? > > > > I'm compiling ppcrossarm 2.1.1 in order to be it's corrected in this > > version, > > Op

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

2007-02-23 Thread Jose Pascual
ors) > > > > 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?)

[fpc-pascal] fpc have problem with dynarray in ARM

2007-02-23 Thread Jose Pascual
in this version, thank you Jose Pascual ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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

2007-02-23 Thread Jose Pascual
libc does scratchbox use? If it is uclibc you might need to > modify > > cprt0 > > I'm using glibc (v2.3.2), I have resolved problem I have a mistake in > configuration for /etc/fpc.cfg > > right now, I'm build more complex program with units and libc with f

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 Jose Pascual
piling with errors) > > > > 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' > > /

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
rrors) > > 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 &g

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

2007-02-20 Thread Jose Pascual
estion is useful to generate precompiled units in i386 linux, but I'd like to build all fpc inside sratchbox using arm binary compiler and tools, a arm not-crosscompiling fpc system. Jose Pascual. > Daniël > > > > /trabajo/temp/pp -Ur -Ur -Xs -n -Fi../inc -Fi../arm -Fi../unix

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

2007-02-20 Thread Jose Pascual
$B7F0DC04 $00087A00 $00087BAC $0013E458 $0014BF1C $0014C4C0 $000FBD4C $000F5F14 $000781A4 $00032BC8 $8368 make[8]: *** [math.ppu] Error 217 . . . any suggestion to resolve it? Jose Pascual ___ fpc-pascal maillist -

[fpc-pascal] Compiling fpc inside scratchbox

2007-02-15 Thread Jose Pascual
Hi Everyone, Is it possible compiling FPC inside scratchbox (with any target for example scratchbox for arm)? If yes, how could I do it? Jose Pascual ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

RE: [fpc-pascal] single application instance

2005-10-05 Thread Jose Pascual
any example of implementation for semaphore in linux which I can use to know if there is some instance of my program already running? > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] En nombre de > Matt Emson > Enviado el: viernes, 23 de septiembre de 2005 18:53 >

RE: [fpc-pascal] single application instance

2005-09-23 Thread Jose Pascual
Hi Alexey, thank you for your answer, I'm thinking about some portable solution for win32 and linux? How can I also do it in linux? tia! best regards > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] En nombre de > Alexey Pavluchenko > Enviado el: viernes, 23 de

[fpc-pascal] single application instance

2005-09-22 Thread Jose Pascual
Hi, How can avoid to run my program more than once? thank you in advanced ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] enum greater than 32 differents values

2005-09-05 Thread Jose Pascual
Hi, I have read in docs for freepascal "If a set has less than 32 elements, it is coded as an unsigned 32-bit value. Otherwise it is coded as a 8 element array of 32-bit unsigned values (cardinal) (hence a size of 256 bytes)." Has it changed in fpc 2.x.x? I have a enum with 60 differents values

[fpc-pascal] more memory for local var in function

2005-09-05 Thread Jose Pascual
Hi, I have a program that don't work if I declare a local array of 15000 bytes, but it works if the array is only for 500 bytes, Where is the problem? frame, heap, stack? how can I increase the memory for local vars in procedure/functions? tia best regards _

RE: [fpc-pascal] Freepascal 2.0 for cygwin

2005-08-16 Thread Jose Pascual
Okey, but I think that the first stage for make fpc is to compiling some asm or c files using binutils, right? so in cygwin I have binutils, even gcc, how I shoud to do to create first fpc from ASMs or Cs files? > > On 16 aug 2005, at 20:24, Jose Pascual wrote: > > > Is there

RE: [fpc-pascal] Freepascal 2.0 for cygwin

2005-08-16 Thread Jose Pascual
Is there some posibility to make (compiling) fpc without fpc? Is there some makefile or script in fpc (cvs) to avoid to use a fpc 1.0.0 or 2.0.0 to create a fpc new version? > > Hi there, > > > > Is there some 2.0 fpc release for cygwin? > > If no, How can I build it starting from the scratch? >

[fpc-pascal] Freepascal 2.0 for cygwin

2005-08-16 Thread Jose Pascual
Hi there, Is there some 2.0 fpc release for cygwin? If no, How can I build it starting from the scratch? tia! best regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Segmentation Fault on executables generated by freepascal for ARM

2005-07-04 Thread Jose Pascual
Hi, I have downloaded FPC 2.0.0 for ARM and installed. I have compiling a project in pascal with socket. To compile the program I need to use Xc switch ("pass --shared to the linker (Unix only)"). but when I run the executable program I receive a segmentation fault! If I don't use Xc switch I hav

[fpc-pascal] linking with libc in ppcrossarm

2005-05-16 Thread Jose Pascual
Hi I have been making test to new ppcarm releas (1.9.9) and I have found a old problem with cprtO.o Linking test_libc /usr/local/lib/fpc/1.9.9/units/arm-linux/rtl/cprt0.o(.text+0x6 4): In function `_haltproc': : undefined reference to `_f

RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Jose Pascual
l: jueves, 12 de mayo de 2005 19:00 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] installing ppcrossarm from cvs > > > On Thursday 12 May 2005 11:19 am, Jose Pascual wrote: > > but > > > > > make crossinstall CPU_TARGET=arm

RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Jose Pascual
Hi, I Have downloaded last cvs version for FPC, I want to make a cross compile for ARM > make crossall CPU_TARGET=arm that's work perfectly but > make crossinstall CPU_TARGET=arm give me next error ---

[fpc-pascal]FPC for ARM beta "link.res" problem

2004-08-12 Thread Jose Pascual
Hi, FPC for ARM generate during compilation a "link.res" for linking stage. Inside this link there's ... /usr/local/lib/fpc/1.9.5/cross/arm-linux/units/rtl/cprt0.o ... with cprt0.o LD can't link sucessfully, but changing cprt0.o by prt0.o everything work okey, even program run correctly. Problem

[fpc-pascal]FPC for ARM beta

2004-08-10 Thread Jose Pascual
Hi, I have downloaded FPC for ARM beta 1.9.3 from freepascal ftp, when I compile some example I have found problem in linking phase, Linking modulo_arm /usr/local/arm/arm-linux/gcc-3.3.3-glibc-2.2.5/arm-linux/bin/ld: warning: cannot fin

[fpc-pascal]Debuging a program generated by FPC for ARM

2004-08-10 Thread Jose Pascual
Hi, I have generated a program with FPC for ARM (and with multithread lib). I made several test with debug tools, and I have found this. Gdb running in ARM target debug perfectly the FPC program generated, Gdbserver running in ARM target (obviously) debug perfectly the FPC program generated using

[fpc-pascal]how-to disable CTRL-C in readkey

2004-07-27 Thread Jose Pascual
Hi, I have a program which use keypressed and readkey (crt unit) in linux. When I press CTRL-C readkey return #3. It's okey and working but I like to disable this option in keyboard subsystem because I want to use my only CTRL-C function. I have implemented my function for signal SIGINT but

[fpc-pascal]disable CTRL-C in readkey

2004-07-23 Thread Jose Pascual
Hi, I have a program which use keypressed and readkey (crt unit) in linux. When I press CTRL-C readkey return #3. It's okey and working but I like to disable this option in keyboard subsystem because I want to use my only CTRL-C function. I have implemented my function for signal SIGINT but I th

RE: [fpc-pascal]FPC ARM version?

2004-07-08 Thread Jose Pascual
Hi, You only need to download last version of FPC (cvs) and make it using this command line: # make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=arm-linux- ahhh, don't forget to install beta 1.9.5 for i386. the binary files are in freepascal web page (development) or using the last v

[fpc-pascal]some problem with cthreads in ARM

2004-07-07 Thread Jose Pascual
Hi, first of all, thank you for ARM version (beta). I finally can build a ppcrossarm version 1.9.5. Everyhing has been built but DBASE packet because it's necessary to add some {$ifdef} to avoid intel dependences. there is a bug with the code generate by pccrossarm compiler for project with mult

[fpc-pascal]Bug in GotoXY

2004-07-01 Thread Jose Pascual
Hi, I have found some bug in gotoxy using fpc 1.9.5 for linux (i386). If there is no change in X between two consecutive gotoXY, the second gotoXY won't change the cursor if X has no change. (perhaps the bug is also in Y) I mean, GotoXY(1,1); // first GotoXY(1,10); // second. in this case cur

RE: [fpc-pascal]ARM cross-compiling error

2004-06-23 Thread Jose Pascual
best regards > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] En nombre de > Florian Klaempfl > Enviado el: martes, 22 de junio de 2004 20:37 > Para: [EMAIL PROTECTED] > Asunto: Re: [fpc-pascal]ARM cross-compiling error > &g

[fpc-pascal]ARM cross-compiling error

2004-06-22 Thread Jose Pascual
hi, I have tried to build last cvs version 1.9.4 for ARM and It can't compile I'm using ppc386 version 1.0.10 to make it! #> #> make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=arm-linux- #> DUMP SCREEN-- /bin/rm -f arm/*.o arm

RE: [fpc-pascal]ARM compiling error

2004-06-17 Thread Jose Pascual
nombre de > Vincent Snijders > Enviado el: jueves, 17 de junio de 2004 11:44 > Para: [EMAIL PROTECTED] > Asunto: Re: [fpc-pascal]ARM compiling error > > > On Wed, 16 Jun 2004 12:25:31 +0200 > "Jose Pascual" <[EMAIL PROTECTED]> wrote: > > > >

[fpc-pascal]ARM compiling error

2004-06-16 Thread Jose Pascual
I have tried to build last cvs version 1.9.4 for ARM and It can't compile I'm using ppc386 version 1.0.10 to make it! #> #> make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=arm-linux- #> -- DUMP SCREEN --- /usr/bin/ppc386 -dUNIX -Ur -Xs -OG2p

[fpc-pascal]ARM compiling error

2004-06-07 Thread Jose Pascual
I have tried to build last cvs version 1.9.4 for ARM and It can't compile #> #> make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=arm-linux- #> -- DUMP SCREEN --- /trabajo/programas/freepascal/cvs/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr

RE: [fpc-pascal]ARM packages of >= 1.9.3?

2004-04-02 Thread Jose Pascual
> Get fpc via cvs, change to the fpc dir and do a > make clean all OS_TARGET=linux CPU_TARGET=arm > BINUTILSPREFIX=arm-linux- > I'm interested in "ppccrossarm" and I already generated it using the make command line write above, but Where is arm version going to install (directories) if I "make

[fpc-pascal]Is there someone using freepascal for ARM?

2004-02-25 Thread Jose Pascual
Hi guys, Is there someone using freepascal for ARM? How do you generate it? Thank you a lot in advanced regards ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]FreePascal Crosscompiler for ARM (host linux i386)

2004-02-23 Thread Jose Pascual
Hi Guys, I'm trying to generate a cross compiler freepascal for ARM, I have downloaded the last snapshot source (cvs) of freepascal, but the making process stop with this error, -screen dump-- # ppcrossarm -Fi../inc -Fi../arm -F

[fpc-pascal]Free Pascal for ARM

2004-02-18 Thread Jose Pascual
Hi, I'm interested in freepascal for ARM, I have downloaded the last snapshot (cvs) of freepascal and I've tried to compile with a fatal internal error, "typinfo.pp(443,6) Fatal: Internal error 200308241" My host is a linux and i386, the above error is making a cross compiler with target ARM.