Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-23 Thread Joakim via Digitalmars-d-announce
On Thursday, 12 November 2015 at 02:51:46 UTC, Jakob Ovrum wrote: The issues I had came with using the 64-bit NDK - it worked as explained in the article once I switched to the 32-bit NDK. The issue appeared to be with the linker: /usr/bin/ld.bfd would complain that it was not configured for

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-11 Thread Jakob Ovrum via Digitalmars-d-announce
On Saturday, 7 November 2015 at 18:39:22 UTC, Joakim wrote: OK, I've rebuilt ldc with one small tweak: I've added the current directory to its rpath and bundled my system libconfig along with it, which is what the official ldc release does too. You shouldn't need libconfig installed by your

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-07 Thread Andre Polykanine via Digitalmars-d-announce
Hello Joakim, JvDda> http://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D No way to do this on Windows, am I right? -- With best regards from Ukraine, Andre Skype: Francophile Twitter: @m_elensule; Facebook: menelion My blog: http://menelion.oire.org/

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-07 Thread Joakim via Digitalmars-d-announce
On Saturday, 7 November 2015 at 12:23:18 UTC, Andre Polykanine wrote: Hello Joakim, JvDda> http://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D No way to do this on Windows, am I right? Not using this cross-compiler build for a linux/x86 host, no.

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-07 Thread Joakim via Digitalmars-d-announce
On Friday, 6 November 2015 at 20:10:36 UTC, Jakob Ovrum wrote: Thanks for the thorough instructions! LLVM is rather massive and I'd prefer to avoid building it if I can, so I downloaded the pre-built LDC binary from the release page. However, the binary is 32-bit and depends on libconfig,

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-06 Thread Dan Olson via Digitalmars-d-announce
Go mobile!

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-06 Thread Jakob Ovrum via Digitalmars-d-announce
On Friday, 6 November 2015 at 20:24:18 UTC, Joakim wrote: On Friday, 6 November 2015 at 20:10:36 UTC, Jakob Ovrum wrote: On Friday, 6 November 2015 at 11:56:35 UTC, Joakim wrote: [...] Thanks for the thorough instructions! LLVM is rather massive and I'd prefer to avoid building it if I can,

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-06 Thread Jakob Ovrum via Digitalmars-d-announce
On Friday, 6 November 2015 at 11:56:35 UTC, Joakim wrote: https://github.com/joakim-noah/android/releases/tag/runners You will need a linux/x86 host and the Android NDK, optionally the SDK if you want to create a GUI app. A slightly older build was used to create the test runners from

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-06 Thread Joakim via Digitalmars-d-announce
On Friday, 6 November 2015 at 20:10:36 UTC, Jakob Ovrum wrote: On Friday, 6 November 2015 at 11:56:35 UTC, Joakim wrote: [...] Thanks for the thorough instructions! LLVM is rather massive and I'd prefer to avoid building it if I can, so I downloaded the pre-built LDC binary from the release

Re: LDC 0.17.0 alpha cross-compiler for Android/ARM, D 2.068.2

2015-11-06 Thread Joakim via Digitalmars-d-announce
On Friday, 6 November 2015 at 20:41:11 UTC, Jakob Ovrum wrote: On Friday, 6 November 2015 at 20:24:18 UTC, Joakim wrote: On Friday, 6 November 2015 at 20:10:36 UTC, Jakob Ovrum wrote: On Friday, 6 November 2015 at 11:56:35 UTC, Joakim wrote: [...] Thanks for the thorough instructions! LLVM