digitalmars.D.learn - Dlang on OpenWrt
- Ky-Anh Huynh (4/4) Aug 02 2018 Hi,
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
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
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
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