digitalmars.D - Help cross compiling with LDC
- Confused Coder (6/6) May 15 2019 I am trying to cross compile a vibe.d app for raspberry pi. I am
- Confused Coder (3/9) May 15 2019 Does anyone have a docker image for cross compiling vibe.d to
- Confused Coder (4/14) May 15 2019 Well, yet again I figure out the problem right after posting it
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: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 outdatedI 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