Re: [fpc-devel] Lazarus Linkage Error

2006-12-18 Thread Marco van de Voort
On Sat, Dec 16, 2006 at 01:52:59AM -0500, [EMAIL PROTECTED] wrote: make[2]: Leaving directory `/home/robert/svn/lazarus/ide' make[1]: *** [ide] Error 2 make[1]: Leaving directory `/home/robert/svn/lazarus/ide' make: *** [ide] Error 2 [EMAIL PROTECTED]:~/svn/lazarus$ For some reason, it

Re: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread Michael Schnell
BTW. On the long run I am interested in making (embedded) FPC programs run on (our own) ARM-hardware. I only found notice about FPC programs for PDAs. Am I right assuming that there is no special problem using a displayless ARM9 device (like a slug) for FPC programs ? -Michael

Re: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread Michael Schnell
BTW. On the long run I am interested in making (embedded) FPC programs run on (our own) ARM-hardware. I only found notice about FPC programs for PDAs. Am I right assuming that there is no special problem using a displayless ARM9 device (like a slug but low endian) for FPC programs ? -Michael

Re: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread Michael Schnell
BTW. On the long run I am interested in making (embedded) FPC programs run on (our own) ARM-hardware. I only found notice about FPC programs for PDAs. Am I right assuming that there is no special problem using a displayless ARM9 device (like a slug but little endian) for FPC programs ? -Michael

Re: [fpc-devel] Patch for RTLEvent calls which fixes a race condition

2006-12-18 Thread Lloyd Park
But my patch fixes the problem. In researching the problem I found a pthreads tutorial that said if you are using pthread_cond_wait() outside the body of an if statement, you are probably not using it properly. So my patch adds a boolean named IsSet to the intRTLEvent record. It is only set,

Re: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread Florian Klaempfl
Michael Schnell schrieb: BTW. On the long run I am interested in making (embedded) FPC programs run on (our own) ARM-hardware. I only found notice about FPC programs for PDAs. Am I right assuming that there is no special problem using a displayless ARM9 device (like a slug but little

RE: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread peter green
On the long run I am interested in making (embedded) FPC programs run on (our own) ARM-hardware. I only found notice about FPC programs for PDAs. Am I right assuming that there is no special problem using a displayless ARM9 device (like a slug) for FPC programs ? afaict the slug is quite

Re: [fpc-devel] help with softfloat for arm big endian crosscompiler

2006-12-18 Thread Michael Schnell
I'am currently preparing the rtl for embedded purposes. Of course, using FPC on an embedded device isn't install and play like on common OSes simply because embedded devices differ and there is no real standard regarding output format. But it should be doable. Great ! Thanks. Please keep

Re: [fpc-devel] Proposed change in simpleipc

2006-12-18 Thread Michael Van Canneyt
On Mon, 18 Dec 2006, Luiz Americo Pereira Camara wrote: While developing with simpleipc i found that there's no straightforward way to identify the type of a message (see the forth paragraph of http://lazarusroad.blogspot.com/2006/12/only-one-instance.html), so i looked what i could do to