Am Sat, 24 Aug 2013 19:18:42 +0200 schrieb "ilya-stromberg" <ilya-stromberg-2...@yandex.ru>:
> On Thursday, 22 August 2013 at 15:15:37 UTC, Johannes Pfau wrote: > > Am Tue, 06 Aug 2013 23:28:51 +0200 > > schrieb "Timofei Bolshakov" <tbo...@gmail.com>: > > > >> I was trying to compile the latest version of GDC for ARM and > >> meet multiple problems with static asserts. Do you know if ARM > >> fixes exists? > > > > Sorry for the late answer. I'm currently working on ARM > > support but it'll take a little bit longer than I first thought. > > Do you have any plans for Android support? Not until the 'usual' Linux/GlibC combination works well on ARM. Android has it's own C library, Bionic. Druntime has only been tested on glibc on Posix systems so it's some work to port it. And Android also needs solid shared library support (A D shared library needs to be loaded by a Java app).