www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Dlang on OpenWrt

reply Ky-Anh Huynh <saigon example.net> writes:
Hi,

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

Thanks a lot.
Aug 02 2018
next sibling parent kinke <kinke libero.it> writes:
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
Aug 02 2018
prev sibling next sibling parent Radu <rad.racariu gmail.com> writes:
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.
Aug 02 2018
prev sibling parent Radu <void null.pt> writes:
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
Aug 10 2018