Probably you can run a D command line app on an android ARM device

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 15 02:52:53 PDT 2015


On Tuesday, 14 April 2015 at 10:38:02 UTC, Joakim wrote:
> On Tuesday, 14 April 2015 at 08:55:50 UTC, Atila Neves wrote:
>> On Tuesday, 14 April 2015 at 04:07:29 UTC, Joakim wrote:
>>> On Monday, 13 April 2015 at 18:30:16 UTC, Johannes Pfau wrote:
>>>> I didn't read all of this discussion. Does the chroot method 
>>>> mean you
>>>> can use glibc?
>>>
>>> Yes, I believe so.
>>
>> You can use glibc with the Android NDK anyway.
>
> Meaning you statically link glibc into your native Android app 
> and avoid bionic?  Maybe that's possible, dunno.

It's a makefile option somewhere. I had to do it a few years ago 
because we needed a full libc and the C++ standard library.

I always get confused when people say Android uses a different 
libc. It does that by default, bionic isn't the only option and 
IIRC glibc isn't the only alternative either.

Atila


More information about the Digitalmars-d mailing list