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

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

2007-05-02 Thread Helmut Hartl
Hello, there might be a problem with your binutils. are you sure you're using the right binutils for your device? what device are you using, exactly? What binutils for crosscompiling are you using for the NSLU2? Where do you obtain them? Thank you, helmut

[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 problem in SVN FPC for arm linux (v 2.3.1)

2007-05-02 Thread Henry Vermaak
On 02/05/07, Helmut Hartl [EMAIL PROTECTED] wrote: Hello, there might be a problem with your binutils. are you sure you're using the right binutils for your device? what device are you using, exactly? What binutils for crosscompiling are you using for the NSLU2? Where do you

Re: [fpc-pascal] Some class or units

2007-05-02 Thread Luca Olivetti
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 and Is there some fpc/pascal unit which implement some logfile (in order to write log information during application

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

2007-05-02 Thread Felipe Monteiro de Carvalho
On 5/2/07, josepascual (almudi) [EMAIL PROTECTED] wrote: In order to generate a cross fpc is only necessary as, ld from binutils? So I shouldn't need all toolschain? (gcc, libc, ...) To create a cross fpc you don't need gcc or libc. After all we are talking about pascal =) -- Felipe Monteiro

RE: [fpc-pascal] Some class or units

2007-05-02 Thread josepascual (almudi)
/fpc-pascal __ InformaciĆ³n de NOD32, revisiĆ³n 2234 (20070502) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org

Re: [fpc-pascal] Some class or units

2007-05-02 Thread Henry Vermaak
have a look at syncobjs semaphores inside? ipc (in the rtl) implements semaphores for linux. haven't used it, but i have used semaphores in win32. maybe you can just ifdef? henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] set output directory for resources

2007-05-02 Thread Vincent Snijders
Vincent Snijders schreef: Hi, If I compile a unit which contains {$R wincemenures.res} a file named wincemenures.or is created in the source directory, even if I have set -FU or -FE. What parameter do I need to pass to the compile to move the .or file to the unit output directory? Nobody

Re: [fpc-pascal] set output directory for resources

2007-05-02 Thread Michael Van Canneyt
On Wed, 2 May 2007, Vincent Snijders wrote: Vincent Snijders schreef: Hi, If I compile a unit which contains {$R wincemenures.res} a file named wincemenures.or is created in the source directory, even if I have set -FU or -FE. What parameter do I need to pass to the compile to move