Thread overview
Help cross compiling with LDC
May 15, 2019
Confused Coder
May 15, 2019
Confused Coder
May 15, 2019
Confused Coder
May 15, 2019
I am trying to cross compile a vibe.d app for raspberry pi. I am using ubuntu. I follow the tutorial here https://github.com/pander86/raspberry_vibed, and I can cross compile a hello world, but when I try to compile vibe.d app, I get these errors: https://pastebin.com/raw/KbDWEF0s

I would really appreciate some help.

May 15, 2019
On Wednesday, 15 May 2019 at 17:26:25 UTC, Confused Coder wrote:
> I am trying to cross compile a vibe.d app for raspberry pi. I am using ubuntu. I follow the tutorial here https://github.com/pander86/raspberry_vibed, and I can cross compile a hello world, but when I try to compile vibe.d app, I get these errors: https://pastebin.com/raw/KbDWEF0s
>
> I would really appreciate some help.

Does anyone have a docker image for cross compiling vibe.d to raspberry pi?
May 15, 2019
On Wednesday, 15 May 2019 at 17:38:10 UTC, Confused Coder wrote:
> On Wednesday, 15 May 2019 at 17:26:25 UTC, Confused Coder wrote:
>> I am trying to cross compile a vibe.d app for raspberry pi. I am using ubuntu. I follow the tutorial here https://github.com/pander86/raspberry_vibed, and I can cross compile a hello world, but when I try to compile vibe.d app, I get these errors: https://pastebin.com/raw/KbDWEF0s
>>
>> I would really appreciate some help.
>
> Does anyone have a docker image for cross compiling vibe.d to raspberry pi?

Well, yet again I figure out the problem right after posting it XD. I just needed to rebuild the ldc runtime - the one I was using was outdated