[fpc-devel] fpc 2.5.1. broken for arm-wince

2011-05-27 Thread Vincent Snijders
Hi, I get the following error while compiling fpc 2.5.1 for arm-wince: c:/lazarus/source/fpcbuild/trunk/fpcsrc/compiler/ppcrossarm.exe -Twince -Parm -XParm-wince- -Xr -Ur -Xs -O2 -n -S2h -FuC:/lazarus/source/fpcbuild/trunk/fpcsrc/rtl/units/arm-wince -Fisrc/wince -Fisrc -Fisrc/win

[fpc-devel] Re: fpc 2.5.1. broken for arm-wince

2011-05-27 Thread Schindler Karl-Michael
Hi, I get the following error while compiling fpc 2.5.1 for arm-wince: c:/lazarus/source/fpcbuild/trunk/fpcsrc/compiler/ppcrossarm.exe -Twince -Parm -XParm-wince- -Xr -Ur -Xs -O2 -n -S2h -FuC:/lazarus/source/fpcbuild/trunk/fpcsrc/rtl/units/arm-wince -Fisrc/wince -Fisrc -Fisrc/win

Re: [fpc-devel] test suite, problem with missing libraries on the target

2011-05-27 Thread Bernd Mueller
Jonas Maebe wrote: On 23 May 2011, at 11:49, Bernd Mueller wrote: I am running the test suite with remote execution (from a Windows host) on an ARM-Linux target. Some test programs fail at runtime, because they depend on libraries, which were not automatically copied to the target. For

Re: [fpc-devel] test suite, problem with missing libraries on the target

2011-05-27 Thread Jonas Maebe
On 27 May 2011, at 14:56, Bernd Mueller wrote: I have enough FLASH memory, so I am not using TEST_DELTEMP=1. I had a look into the test suite source and I think, that the test suite is not able to copy the libraries to the target. I attached a small patch, which could be a solution for

Re: [fpc-devel] Re: fpc 2.5.1. broken for arm-wince

2011-05-27 Thread michael . vancanneyt
On Fri, 27 May 2011, Schindler Karl-Michael wrote: Hi, I get the following error while compiling fpc 2.5.1 for arm-wince: c:/lazarus/source/fpcbuild/trunk/fpcsrc/compiler/ppcrossarm.exe -Twince -Parm -XParm-wince- -Xr -Ur -Xs -O2 -n -S2h

Re: [fpc-devel] test suite, problem with missing libraries on the target

2011-05-27 Thread Bernd Mueller
Jonas Maebe wrote: On 27 May 2011, at 14:56, Bernd Mueller wrote: If you think, this patch could be the right way to copy the libraries, I would submit a second patch which expands all required %needlibrary directives. Isn't it easier to simply copy all compiled libraries to the target

Re: [fpc-devel] Free Pascal 2.4.4 available

2011-05-27 Thread Nikolay Nikolov
The go32v2 download links are broken: http://freepascal.org/down/i386/go32v2-ftp.freepascal.org.var The file names should be dos244.zip and dos244full.zip, not dos242.zip and dos242full.zip ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Free Pascal 2.4.4 available

2011-05-27 Thread Marco van de Voort
In our previous episode, Nikolay Nikolov said: The go32v2 download links are broken: http://freepascal.org/down/i386/go32v2-ftp.freepascal.org.var The file names should be dos244.zip and dos244full.zip, not dos242.zip and dos242full.zip Thanks, fixed in SVN, visible tomorrow.