[fpc-pascal] Re: Use Free Pascal on Pandora handheld game console

2008-09-18 Thread Guillermo Martínez Jiménez
2008/9/16 Jonas Maebe [EMAIL PROTECTED]: On 16 Sep 2008, at 15:36, Guillermo Martínez Jiménez wrote: Did somebody planned to compile, test and release FPC for the Pandora handgeld game console? (www.openpandora.org) I've not heard of anyone wanting to this. Looking at the specs it will

[fpc-pascal] Next stabel installation for WinCE ?

2008-09-18 Thread Paul
-cross-arm-wince-win32.exe and also with: Lazarus-0.9.25-16602-fpc-2.2.3-20080916-win32.exe and Lazarus-0.9.25-16630-fpc-2.2.3-20080918-cross-arm-wince-win32.exe I have set Widgetset to wince Target operating system to wince Target architecture to arm I can't even compile an empty project (empty

Re: [fpc-pascal] Next stabel installation for WinCE ?

2008-09-18 Thread Felipe Monteiro de Carvalho
Well, it's hard to assure quality in an automatically built snapshot. It will depend on you luck a bit, but if you had followed mattias advices you would have made it work. We are on the verge of releasing, but some unexpected problem could cause a delay. I would expect the new release between 2

[fpc-pascal] Bus error in ARM architecture

2008-09-18 Thread Felipe Monteiro de Carvalho
Hello, There was a presentation about ARM in my university and I asked them about the errors when accessing unaligned memory. The good news is that they said that the latest generation of ARM processors supports unaligned memory access. They also asked me to send them some code which

Re: [fpc-pascal] Next stabel installation for WinCE ?

2008-09-18 Thread Paul
It will depend on you luck a bit, but if you had followed mattias advices you would have made it work. Maybe, but in both installed versions, I can even find folder c:\lazarus\fpc\2.2.2\units\arm-wince\wince\ The \wince\ subfolder doesn't exist. So I can only assume that both install

Re: [fpc-pascal] Next stabel installation for WinCE ?

2008-09-18 Thread Vincent Snijders
Paul schreef: It will depend on you luck a bit, but if you had followed mattias advices you would have made it work. Maybe, but in both installed versions, I can even find folder c:\lazarus\fpc\2.2.2\units\arm-wince\wince\ The \wince\ subfolder doesn't exist. Ah, I am sorry, I must have

Re: [fpc-pascal] Bus error in ARM architecture

2008-09-18 Thread Florian Klaempfl
They also asked me to send them some code which illustrates the problem, which they claim should not exist because the compiler should make sure everything is aligned. FPC does too as long as you don't force the compiler to use a certain memory layout like using the packed keyword or casting

Re: [fpc-pascal] Bus error in ARM architecture

2008-09-18 Thread Florian Klaempfl
Florian Klaempfl schrieb: They also asked me to send them some code which illustrates the problem, which they claim should not exist because the compiler should make sure everything is aligned. FPC does too as long as you don't force the compiler to use a certain memory layout like using the

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-18 Thread Vincent Snijders
Vincent Snijders schreef: Mattias Gaertner schreef: On Wed, 17 Sep 2008 09:30:16 +0200 Paul [EMAIL PROTECTED] wrote: Installed these packages Lazarus-0.9.25-16602-fpc-2.2.2-20080916-win32.exe Lazarus-0.9.25-16602-fpc-2.2.2-20080916-cross-arm-wince-win32.exe My guess: you forgot to cross

Re: [fpc-pascal] Bus error in ARM architecture

2008-09-18 Thread Bernd Mueller
Florian Klaempfl wrote: They also asked me to send them some code which illustrates the problem, which they claim should not exist because the compiler should make sure everything is aligned. FPC does too as long as you don't force the compiler to use a certain memory layout like using the

Re: [fpc-pascal] Bus error in ARM architecture

2008-09-18 Thread Florian Klaempfl
Bernd Mueller schrieb: Florian Klaempfl wrote: They also asked me to send them some code which illustrates the problem, which they claim should not exist because the compiler should make sure everything is aligned. FPC does too as long as you don't force the compiler to use a certain memory

Re: [fpc-pascal] FreeBSD/x86_64 snapshots

2008-09-18 Thread Francisco Reyes
Marco van de Voort writes: a 26MB snapshot is available at (all binaries, just needs a fpc.cfg) How do we test it? I untared the file. Went into snapshot/bin and tried fpx hello.pas.. Error: ppcx64 can't be executed, error message: Failed to execute ppcx64, error code: 127 I see it in

Re: [fpc-pascal] FreeBSD/x86_64 snapshots

2008-09-18 Thread Marco van de Voort
In our previous episode, Francisco Reyes said: Marco van de Voort writes: a 26MB snapshot is available at (all binaries, just needs a fpc.cfg) How do we test it? I untared the file. Went into snapshot/bin and tried fpx hello.pas.. Error: ppcx64 can't be executed, error message: Failed

Re: [fpc-pascal] Re: Use Free Pascal on Pandora handheld game console

2008-09-18 Thread Jonas Maebe
On 18 Sep 2008, at 10:05, Guillermo Martínez Jiménez wrote: 2008/9/16 Jonas Maebe [EMAIL PROTECTED]: On 16 Sep 2008, at 15:36, Guillermo Martínez Jiménez wrote: Did somebody planned to compile, test and release FPC for the Pandora handgeld game console? (www.openpandora.org) I've not

Re: [fpc-pascal] Re: Use Free Pascal on Pandora handheld game console

2008-09-18 Thread Henry Vermaak
On 18/09/2008, Jonas Maebe [EMAIL PROTECTED] wrote: See also the messages titled How hard is it to port FPC to AIX on http://lists.freepascal.org/lists/fpc-devel/2008-September/thread.html (classified under the wrong thread, because they were posted starting with a rely to another thread).

Re: [fpc-pascal] FreeBSD/x86_64 snapshots

2008-09-18 Thread Francisco Reyes
Marco van de Voort writes: Well, this is the stuff the buildfaq reading was for :-) I printed it and read it on the train.. on the way home. I store a minimal configuration file in ~/.fpc.cfg : -Fu~/snapshot/lib/fpc/$FPCVERSION/units/$FPCTARGET/* -viwh Tried that. Tar examped off ~ so I

Re: [fpc-pascal] Use Free Pascal on Pandora handheld game console

2008-09-18 Thread Nataraj S Narayan
Hi I had some amount of success with armel, EABI on arm-linux with lotsa help from Henry Vermaak. As said before, still shaky support. I had to shuffle between sysutils.o and system.o from different svn trunks to get things working a bit decent on gtk1. But still lots of run time errors which