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

2007-05-01 Thread Henry Vermaak
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 and then buildin

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

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

2007-05-01 Thread Henry Vermaak
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. Jose Pascual henry __

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 /usr/bin/install

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

2007-05-01 Thread josepascual (almudi)
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Henry Vermaak > Enviado el: martes, 01 de mayo de 2007 13:40 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] some problem in SVN FPC for arm linux (v > 2.3.1) > > On 01/05/07,

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

2007-05-01 Thread josepascual (almudi)
> -Mensaje original- > De: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] En nombre de Henry Vermaak > Enviado el: martes, 01 de mayo de 2007 13:36 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] some problem in SVN FPC for arm linux (v > 2.3.1) > > On 01/05/07,

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

2007-05-01 Thread Henry Vermaak
On 01/05/07, 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, a

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

2007-05-01 Thread Henry Vermaak
On 01/05/07, Henry 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 cr

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 Henry Vermaak
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=arm OS_TARGET=linux CROSSBINDIR=/usr/local/arm/

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 fpcmak

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

2007-05-01 Thread Henry Vermaak
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 fpcmake -rTal

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

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

2007-05-01 Thread Henry Vermaak
> > 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. henry ___ fpc-pascal m

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