On 6 May 2010 09:08, Michael Schnell <[email protected]> wrote: > BTW.: (slightly off-topic) > > I suppose it would be possible to create an FPC compiler running on > ARM/Linux and creating ARM code.
This has been done by several people. ARM devices are usually not that powerful (at least not the boards I have), so native building takes very long. > Do you think it could be possible to create a full featured completely > native ARM/Linux based Lazarus IDE including native debugging ? Why not? You just need the right ARM board and a toolchain complete with cross compiled libs for the widgetset you are using. I haven't seen an ARM device that uses gtk, though. Henry _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
