Thread overview
Dlang on OpenWrt
Aug 02, 2018
Ky-Anh Huynh
Aug 02, 2018
kinke
Aug 02, 2018
Radu
Aug 10, 2018
Radu
August 02, 2018
Hi,

can I build my program on OpenWrt? I haven't found any resources on internet maybe I'm missing something.

Thanks a lot.
August 02, 2018
You could give LDC's armhf build a try. It's built on Debian Jessie and requires ARMv6 or newer, so it might work. Download: https://github.com/ldc-developers/ldc/releases
August 02, 2018
On Thursday, 2 August 2018 at 10:47:33 UTC, Ky-Anh Huynh wrote:
> Hi,
>
> can I build my program on OpenWrt? I haven't found any resources on internet maybe I'm missing something.
>
> Thanks a lot.

LDC 1.10+ should have pretty good support for OpenWRT uClibc for ARM, and some support for uClibc MIPS. If you have the toolchain follow the cross-compile guidelines for LDC.

I did those ports a while ago but haven't followed up for some time. I intend to write a report with what works and what doesn't.
August 10, 2018
On Thursday, 2 August 2018 at 10:47:33 UTC, Ky-Anh Huynh wrote:
> Hi,
>
> can I build my program on OpenWrt? I haven't found any resources on internet maybe I'm missing something.
>
> Thanks a lot.

A status report on what works and how to get LDC to compile for OpenWRT uClibc ARM: https://github.com/ldc-developers/ldc/issues/2810