[android-beginners] Re: Compile C on Android Phone

2009-10-03 Thread Chris Stratton
On Oct 3, 5:18 am, Sean Hodges wrote: > As far as I'm aware, no. There is no native C compiler available for > the stock Android platform. To get that level of access to your > device, you'd need to root the phone and cross-compile a tool-chain > for it. Rooting the phone is not technically requ

[android-beginners] Re: Compile C on Android Phone

2009-10-03 Thread Sean Hodges
As far as I'm aware, no. There is no native C compiler available for the stock Android platform. To get that level of access to your device, you'd need to root the phone and cross-compile a tool-chain for it. The closest alternative I can offer is Android Scripting: http://code.google.com/p/andro

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread cookiemonsta
isn't NDK installed on your computer machine? doesn't that mean that the programs would be compiled on it i want something that would let me write programs on the phone, while on the go. hehe... i am not even sure if thats possible with the android, but am hoping that there is something that would

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread Clear Computers
everything is a virtuqal machin e right so you want dos box or some sh t and a liget wight c compiler like lcc or whatever, banging out, freestyling on the android phone boss man promotions style 2009/10/3 Raphael > > On Fri, Oct 2, 2009 at 5:25 PM, cookiemonsta > wrote: > > > > woah.. i didn't

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread Raphael
On Fri, Oct 2, 2009 at 5:25 PM, cookiemonsta wrote: > > woah.. i didn't understand a bit of it!! :S What's not to understand? > do you really mean that i can compile C/C++ on my android phone Depends on what you want: - The "real" language for writing applications is Java. - For computatio

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread cookiemonsta
woah.. i didn't understand a bit of it!! :S do you really mean that i can compile C/C++ on my android phone is there any simpler way of doing that? thanks On Oct 2, 5:09 pm, ITWizard wrote: > Hei cookiemonsta, > > "yes, you can!" to quote somebody famous. > > To get it started consult the An

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread ITWizard
Hei cookiemonsta, "yes, you can!" to quote somebody famous. To get it started consult the Android NDK package - http://developer.android.com/sdk/ndk/1.5_r1/index.html it also has 2 applications to get you started from the basics of it. For a more complex application including Java and C++, you

[android-beginners] Re: Compile C on Android Phone

2009-10-02 Thread Paul Turchenko
Doubt that. On Oct 1, 4:36 am, cookiemonsta wrote: > i would like to know if there is a compiler that can be installed ON > the android phone to be used to compile C programms. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl