Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-12 Thread Alexander Todorov
Hello list, full logs from the arm-linux testing are available at: http://technobin.itafree.com/fpc/fpc_2.0.4_rc2_arm-linux_test.tar.bz2 All binary files are deleted, only plain text left. Hope this will help FPC development. Greetings to all. ___

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-12 Thread Daniël Mantione
Op Sat, 12 Aug 2006, schreef Alexander Todorov: Hello list, full logs from the arm-linux testing are available at: http://technobin.itafree.com/fpc/fpc_2.0.4_rc2_arm-linux_test.tar.bz2 All binary files are deleted, only plain text left. Hope this will help FPC development. Thanks a lot!

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-11 Thread Alexander Todorov
Hello, thanks to all that helped me execute the tests. These are the 3 digest files produced from testing FPC 2.0.4 rc2 for arm-linux, using 2.0.4 rc3 tests. Tested on x86(compile OK, all runs fail of course), qemu-arm, real arm device. Will provide the full logs from the test if necessary.

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Florian Klaempfl
Daniël Mantione wrote: Op Wed, 9 Aug 2006, schreef Alexander Todorov: I downloaded the 2.0.4_rc3 source from svn and successfully build the cros compiler. According to wiki (http://www.freepascal.org/wiki/index.php/How_to_start#Building_the_compiler) this command have to build all tests and

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
On 8/9/06, Florian Klaempfl [EMAIL PROTECTED] wrote: No, TEST_FPC=/.../ must be appended because the test suite distinguishes between the compiler used to build the test tools like digest and the compiler actually being tested. Thanks, I should have tried this. Another question: How do I pass

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Jonas Maebe
On 9 aug 2006, at 10:55, Alexander Todorov wrote: No, TEST_FPC=/.../ must be appended because the test suite distinguishes between the compiler used to build the test tools like digest and the compiler actually being tested. Thanks, I should have tried this. Another question: How do I

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
On 8/9/06, Jonas Maebe [EMAIL PROTECTED] wrote: TEST_OPT=... Thanks again. I saw the options in the readme file. After running: make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- clean all digest in the fpc/tests directory it starts compiling for a while and then error

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Peter Vreman
On 8/9/06, Jonas Maebe [EMAIL PROTECTED] wrote: TEST_OPT=... Thanks again. I saw the options in the readme file. After running: make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- clean all digest in the fpc/tests directory it starts compiling for a while and then error

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
Here is the digest from the test: The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test suite is the 2.0.4 rc3 from svn. Using qemu-arm emulator `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm clean all digest`

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Peter Vreman
Here is the digest from the test: The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test suite is the 2.0.4 rc3 from svn. Using qemu-arm emulator `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm clean all digest` I tested only the 'pi'

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Florian Klaempfl
Peter Vreman wrote: Here is the digest from the test: The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test suite is the 2.0.4 rc3 from svn. Using qemu-arm emulator `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm clean all digest` I tested