Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Tim Small
On 14/07/11 13:02, Luke Kenneth Casson Leighton wrote: >> Well, I found tinyCC Code performance will probably be slow. If you don't mind this it might be OK. >> which *seems* promising for the moment. >> In any case, can you tell me what was the build process for gcc on android >> used by debia

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Earlence Fernandes
>Code performance will probably be slow. If you don't mind this it might >be OK. Yes, I don't mind the performance. the code we want to execute is really small ~ 500 lines. I have posted in tinycc-devel, but if you have ideas, feel free to tell me :) >Probably they meant that you can install a D

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Luke Kenneth Casson Leighton
On Thu, Jul 14, 2011 at 12:43 PM, Earlence Fernandes wrote: > Well, I found tinyCC which *seems* promising for the moment. > In any case, can you tell me what was the build process for gcc on android > used by debian it doesn't exist. you were misled / misguided by the people you asked on the o

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Earlence Fernandes
Well, I found tinyCC which *seems* promising for the moment. In any case, can you tell me what was the build process for gcc on android used by debian or where can I find documentation on that process? -Earlence On Thu, Jul 14, 2011 at 10:50 AM, Luke Kenneth Casson Leighton < l...@lkcl.net> wrote

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Luke Kenneth Casson Leighton
On Thu, Jul 14, 2011 at 9:37 AM, Earlence Fernandes wrote: > I have to be clearer. Just the C compiler from GCC and its associated > linker. The bare minimum to produce an executable. (without pthreads or > anything of the sort) it's not as simple as you imagine it to be. you want, i believe a

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Earlence Fernandes
I have to be clearer. Just the C compiler from GCC and its associated linker. The bare minimum to produce an executable. (without pthreads or anything of the sort) -Earlence On Thu, Jul 14, 2011 at 10:35 AM, Earlence Fernandes < earlencefe...@gmail.com> wrote: > > i.e. do you *absolutely have* t

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Earlence Fernandes
> i.e. do you *absolutely have* to have gcc installed on the actual device. yes. no other way. And is should be as small as possible. preferably in 10-15 MB. Just GCC, linker, bionic, system headers. nothing else. otherwise, Can you tell me what directions you followed to compile gcc for android?

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Luke Kenneth Casson Leighton
On Thu, Jul 14, 2011 at 7:02 AM, Earlence Fernandes wrote: > > Hello, > > We are security researchers at Vrije Universiteit Amsterdam. We have a > scenario where we need to be able to compile a C source on the Android device > itself. Hence, I came upon the R project's Android port: > http://rw

ARM toolchain for Android - Gcc ON android

2011-07-13 Thread Earlence Fernandes
Hello, We are security researchers at Vrije Universiteit Amsterdam. We have a scenario where we need to be able to compile a C source on the Android device itself. Hence, I came upon the R project's Android port: http://rwiki.sciviews.org/doku.php?id=getting-started:installation:android I could