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

2007-05-08 Thread josepascual (almudi)
hi, search *.o files in your crosstools and add diretory to ppcarm with -Fl f.e. find /usr/local/arm/armlinux/gcc-3.4.1-glibc-2.3.2 -name *.o -Mensaje original- De: [EMAIL PROTECTED] [mailto:fpc-pascal- [EMAIL PROTECTED] En nombre de Helmut Hartl Enviado el: viernes, 04 de mayo

RE: RV: [fpc-pascal] Program exited with code 01

2007-05-08 Thread josepascual (almudi)
Hi, On 07/05/07, josepascual (almudi) [EMAIL PROTECTED] wrote: $ ./hello_eabi_arm -bash: ./ hello_eabi_arm: No such file or directory ... ... ... (gdb) run Starting program: /tmp/hello_eabi_arm /bin/bash: /tmp/hello_eabi_arm: No such file or directory so the file doesn't exist

RV: [fpc-pascal] Program exited with code 01

2007-05-07 Thread josepascual (almudi)
Any suggestion? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de josepascual (almudi) Enviado el: viernes, 04 de mayo de 2007 10:28 Para: 'FPC-Pascal users discussions' Asunto: [fpc-pascal] Program exited with code 01 Hi Everyone, I have compiled

[fpc-pascal] Program exited with code 01

2007-05-04 Thread josepascual (almudi)
Hi Everyone, I have compiled hello_eabi_arm (hello world!) with ppcrossarm and -GfSOFT option. I can run a hello world program with no problem (ldd say me there is not libraries needed) but if I use dl.pp I received next error (write below), ldd say libdl and libc.so.6 are needed. any

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

2007-05-02 Thread josepascual (almudi)
hi jose Yes, there is it, I'm begining to use it. (to optain ppcrossarm I have had to delete all the problematic asm lines in arm.inc and mathu.inc) thank you henry, florian made a change to those files today. it would be nice if you can test the change by doing svn update

[fpc-pascal] in order to create a cross fpc

2007-05-02 Thread josepascual (almudi)
Hi, In order to generate a cross fpc is only necessary as, ld from binutils? So I shouldn't need all toolschain? (gcc, libc, ...) thanks, ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] Some class or units

2007-05-02 Thread josepascual (almudi)
hi there, Is there some fpc/pascal unit which implements semaphores for windows and linux (without libc unit)? and Is there some fpc/pascal unit which implement some logfile (in order to write log information during application run) for windows and linux (without libc unit)? regards

RE: [fpc-pascal] Some class or units

2007-05-02 Thread josepascual (almudi)
En/na josepascual (almudi) ha escrit: hi there, Is there some fpc/pascal unit which implements semaphores for windows and linux (without libc unit)? have a look at syncobjs semaphores inside? and Is there some fpc/pascal unit which implement some logfile (in order

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

2007-05-01 Thread josepascual (almudi)
. make[6]: Leaving directory `/tmp/freepascal/svn/fpc_26_04_2007/packages/fcl-db/src/dbase' make -C src/sqlite all make[6]: Entering directory `/tmp/freepascal/svn/fpc_26_04_2007/packages/fcl-db/src/sqlite' make[6]: No se hace nada para `all'. make[6]: Leaving directory I'm making

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

2007-05-01 Thread josepascual (almudi)
You need to build and install the current (from 2.3.1) fpcmake first. SVN version? or which? I can build snv version but install. cd utils/fpcm make clean all sudo make install then try making the cross compiler again. I have done it, I'm going to svn/fpc/ directory

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

2007-05-01 Thread josepascual (almudi)
On 01/05/07, josepascual (almudi) [EMAIL PROTECTED] wrote: I have done it, I'm going to svn/fpc/ directory and I run fpcmake -Tarm-linux. question: a) should I run fpcmake -pw -Tarm-linux? b) or should I run fpcmake -rpw -Tarm-linux? (recursive) c) or only fpcmake -Tarm-linux

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

2007-05-01 Thread josepascual (almudi)
I have downloaded SVN version for 2.1.3. I have no patch anything as other times before, I'm compiling with -CfSOFT (I want to generate a ppcrossarm eabi) make clean crossall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/usr/local/arm/gcc-4.1.1-glibc-2.5-gnueabi/bin/

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

2007-05-01 Thread josepascual (almudi)
Vermaak [EMAIL PROTECTED] wrote: On 01/05/07, josepascual (almudi) [EMAIL PROTECTED] wrote: I have downloaded SVN version for 2.1.3. I have no patch anything as other times before, I'm compiling with -CfSOFT (I want to generate a ppcrossarm eabi) make clean crossall CPU_TARGET

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

2007-05-01 Thread josepascual (almudi)
, josepascual (almudi) [EMAIL PROTECTED] wrote: I'm using a ARM920T (at91rm9200) with arm core ARMv4T My toolchain is from http://www.freaknet.org/martin/crosstool/packages/ armv4t-crosstool-linux-gnueabi 4.1.1 4.1.1 2.5 6.5 48.7 MiB 49.0 MiB The libraries are compiled for, and the default

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

2007-05-01 Thread josepascual (almudi)
I have build cross compiling for arm ppc v2.3.1 but install, I have resolved previuos install problem using 2.3.1 fpc i386-linux, but now I have a different new problem with make crossinstall for arm-linux: /usr/bin/install -m 755 -d /usr/local/lib/fpc/2.3.1/units/arm-linux/fppkg

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

2007-05-01 Thread josepascual (almudi)
On 01/05/07, josepascual (almudi) [EMAIL PROTECTED] wrote: ... ... make: *** [crossinstall] Error 2 any suggestion? nope, i had this problem, too and couldn't fix it. but, you will probably find that you can use your /usr/lib/fpc/2.3.1/ppcrossarm now. Yes, there is it, I'm