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. :)

Reply via email to