Android Status

Joakim via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 8 14:19:31 PST 2017


On Sunday, 8 January 2017 at 21:52:01 UTC, Ignacious wrote:
> Not sure what is going on, of course ;) So much BS just to do 
> something that is suppose to be simple ;)
>
>
> test.d
>
>
>
> void main()
> {
>
> }
>
> here is test.o
>
> http://pastebin.com/NRrKgKtb
>
> Any ideas?

Oh, that's easy: install the NDK too, as shown on the wiki.  You 
need the linker that supports ARM from the NDK.  Follow the 
instructions from the wiki to compile and link the binary, simply 
having ldc do everything won't work.

Cross-compiler toolchains are never simple, consider yourself 
lucky for having gotten off easy. :)


More information about the Digitalmars-d-learn mailing list