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 Earlence Fernandes
net> wrote: > 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

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 *abs

Re: ARM toolchain for Android - Gcc ON android

2011-07-14 Thread Earlence Fernandes
oid? -Earlence On Thu, Jul 14, 2011 at 10:33 AM, Luke Kenneth Casson Leighton < l...@lkcl.net> wrote: > On Thu, Jul 14, 2011 at 7:02 AM, Earlence Fernandes > wrote: > > > > Hello, > > > > We are security researchers at Vrije Universiteit Amsterdam. We have a

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