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

2006-12-14 Thread peter green
> Hola, most modern ARM cpu's support big endian, that is not the point. > Question is how many an big endian platforms exists, and this is not so > popular, because even if you switch the cpu to big endian, the underlying > hardware remains little endian (with the cpu doing the conversion). Th

Re: [fpc-devel] TProcess change.

2006-12-14 Thread Vincent Snijders
Vincent Snijders schreef: Michael Van Canneyt schreef: Hello, The documentation has been adapted, but is not yet published. I regenerated the docs and noticed that TProcess.WaitOnExit.Result has not been updated: http://lazarus-ccr.sourceforge.net/docs/fcl/process/tprocess.waitonexit.html

[fpc-devel] Sparc Linux FPC Blog

2006-12-14 Thread fpc
Good afternoon all! :) Since I seem to be building and releasing the Sparc Linux buils of FreePascal, I have set up a space for any news and updates on the Sparc Linux port of FPC on my personal blog at: http://www.net261.com:81/wordpress/ Any updates and release announcements will be posted the

Re: [fpc-devel] Streaming readonly properties

2006-12-14 Thread Vincent Snijders
Martin Schreiber schreef: On Thursday 14 December 2006 08.54, Vincent Snijders wrote: procedure ttestcomp.setsubcomponent(const avalue: ttestsubcomponent); begin fsubcomponent.assign(avalue); end; The problem with this solution, is the "write setsubcomponent;" part of the declaration. I don't

Re: [fpc-devel] Streaming readonly properties

2006-12-14 Thread Martin Schreiber
On Thursday 14 December 2006 08.54, Vincent Snijders wrote: > > > > procedure ttestcomp.setsubcomponent(const avalue: ttestsubcomponent); > > begin > > fsubcomponent.assign(avalue); > > end; > > The problem with this solution, is the "write setsubcomponent;" part of the > declaration. > > I don't

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

2006-12-14 Thread Florian Klaempfl
Micha Nelissen schrieb: > Terry Kemp wrote: >> Digest mode... forgive the de-threading. >> >> I am using a Linksys NSLU2. The NSLU2 is based on an Intel XScale IXP420 >> processor, clocked at 266MHz.The device has 32MB of SDRAM, 8MB of NOR >> Flash, built-in 10/100 (not yet supported in litte-endia