D compiler for Android

Parallax via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Nov 29 08:32:51 PST 2015


On Sunday, 29 November 2015 at 14:12:09 UTC, Joakim wrote:
> Something cool I was just able to do, thought I'd share, I 
> built a D compiler that runs on Android/ARM... which was also 
> built on Android/ARM!  That's right, no cross-compiling, even 
> when building the D compiler.  Using the excellent, free Termux 
> app from the Play Store 
> (https://play.google.com/store/apps/details?id=com.termux&hl=en) and the required pre-built packages, like git, CMake, and clang, and compiling libconfig and my slighly tweaked llvm from source, I'm able to run all the same tests which were cross-compiled before.
>
> [...]

Great work. Can you share the binary ldc with us?


More information about the digitalmars-d-ldc mailing list