Re: Inquiring about cross compilation

2016-02-29 Thread Johannes Pfau via D.gnu
Am Mon, 29 Feb 2016 08:35:52 + schrieb Adrian Matoga : > $ dub build > --compiler=/opt/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gdc > > This can even build vibe.d apps for RPi, provided that you have > all target .so files (AFAIK these are libevent,

Re: Inquiring about cross compilation

2016-02-29 Thread Iain Buclaw via D.gnu
On 29 February 2016 at 09:35, Adrian Matoga via D.gnu wrote: > On Saturday, 27 February 2016 at 16:27:31 UTC, Ken Burgett wrote: > >> I am looking at doing a D project and have installed the DMD compiler on >> my 64-bit Ubuntu dev system. My target architecture to ARM, as

Re: Inquiring about cross compilation

2016-02-29 Thread Adrian Matoga via D.gnu
On Saturday, 27 February 2016 at 16:27:31 UTC, Ken Burgett wrote: I am looking at doing a D project and have installed the DMD compiler on my 64-bit Ubuntu dev system. My target architecture to ARM, as used in the Raspberry PI and other systems. I need to know how I can develop code on Linux

Inquiring about cross compilation

2016-02-27 Thread Ken Burgett via D.gnu
I am looking at doing a D project and have installed the DMD compiler on my 64-bit Ubuntu dev system. My target architecture to ARM, as used in the Raspberry PI and other systems. I need to know how I can develop code on Linux x86 and run it on the RPI. Any pointer to an article about this