RE: [fpc-devel] native compiler for ARM

2006-08-11 Thread peter green
> We do not have a system that is powerfull enough (=enough memory) > to build > one. You need 64mb at minimum to build the compiler and even that will be > tight. btw if anyone has a NSLU2 its possible to upgrade its memory to levels where it could be used for this. (http://www.nslu2-linux.org/wik

Re: [fpc-devel] native compiler for ARM

2006-08-08 Thread Daniƫl Mantione
Op Tue, 8 Aug 2006, schreef Alexander Todorov: > Hello list, > I am wondering why there isn't native compiler/ide fro ARM but just > cross-compiler? > What is the problem for missing that? Any readings about compiler > internals and different targets are more that welcome! We do not have a syst

Re: [fpc-devel] native compiler for ARM

2006-08-08 Thread Jonas Maebe
On 8 aug 2006, at 10:04, Alexander Todorov wrote: I am wondering why there isn't native compiler/ide fro ARM but just cross-compiler? What is the problem for missing that? Most arm systems aren't powerful enough (mainly concerning the amount of available memory) to run the compiler. Jona