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

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

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

2007-04-27 Thread Jose Pascual
]: 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] En nombre de Jose Pascual Enviado el: viernes, 27 de abril de 2007 11

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

2007-04-26 Thread Jose Pascual
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 I'll appreciate from you any answer to next questions: Is Fpc for arm

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
-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 Pascual [EMAIL PROTECTED] wrote

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)

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

2007-04-26 Thread Jose Pascual
} _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 original- De

[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 Pascual

[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] 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
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, Open a (descriptive) bug report (in case there is none about this issue yet) and attach

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

2007-02-20 Thread Jose Pascual
$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

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

2007-02-20 Thread Jose Pascual
fpc system. Jose Pascual. Daniël /trabajo/temp/pp -Ur -Ur -Xs -n -Fi../inc -Fi../arm -Fi../unix - Fiarm -FE. -FU/trabajo/fpcbuild_2.0.4_exp/fpcsrc/rtl/units/arm-linux -darm -dRELEASE -Sg ../objpas/typinfo.pp /trabajo/temp/pp -Ur -Ur -Xs -n -Fi../inc -Fi../arm -Fi../unix -Fiarm -FE

[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] 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

[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] 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

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? There

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 some posibility

[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 have

[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

[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]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

[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

[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

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

[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

[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

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

2004-06-23 Thread Jose Pascual
-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 Jose Pascual wrote: hi, I have tried to build last cvs version

[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

RE: [fpc-pascal]ARM compiling error

2004-06-17 Thread Jose Pascual
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: I have tried to build last cvs version 1.9.4 for ARM and It can't compile I'm using ppc386

[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 -OG2p3

[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