discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective-C code running on Android


From: David Chisnall
Subject: Re: Objective-C code running on Android
Date: Fri, 24 Jun 2011 22:24:03 +0100

On 24 Jun 2011, at 21:58, Ivan Vučica wrote:

> On Fri, Jun 24, 2011 at 22:55, Pirmin Braun <pb@seat-1.com> wrote:
> Am Fri, 24 Jun 2011 22:03:31 +0200
> schrieb Ivan Vučica <ivucica@gmail.com> :
> 
> > Is there any interest in getting at least GNUstep's Foundation to run on
> > Android?
> 
> yes.
> 
> I am almost certain that I will NOT be able to successfully do this, which is 
> why I have posted on this list. :-)

I'm interested.  The clang that Apple ships can target ARM and the GNU 
runtimes, so you should be able to target android without a custom compiler, 
although you will need a copy of Android binutils for linking, along with the 
Android headers.

With the latest NDK, there is even the possibility of running -gui.  There's a 
Skia back end for Cairo, so it should be possible to port the drawing part with 
minimal effort, although the event handling and window management code will 
need writing.

David

--
This email complies with ISO 3103




reply via email to

[Prev in Thread] Current Thread [Next in Thread]