Using LDC2 on ARM

Daniel Kozak kozzi11 at gmail.com
Mon Mar 2 18:44:58 UTC 2020


On Mon, Mar 2, 2020 at 7:40 PM Daniel Kozak <kozzi11 at gmail.com> wrote:
>
> On Mon, Mar 2, 2020 at 6:50 PM Severin Teona via Digitalmars-d-learn
> <digitalmars-d-learn at puremagic.com> wrote:
> >
> > Hello,
> >
> > I am working on a project that uses a Raspberry Pi (armv7l) and
> > the latest LDC version I found for this architecture is 1.13.0.
> > Can you help me install the latest version(1.20.0)?
> >
> > Also, I'm having problems using the DPP package with the 1.13.0
> > LDC version, most likely because the latest version of DPP(0.4.1)
> > is using a newer version of Phobos.
> >
> > Is there any reason why the LDC team stopped releasing pre-built
> > binaries for arm?
> >
> > I'm looking forward to your help.
> > Teona.
>
> Do you really need to build you app on arm, could not you use crosscompiling?

But if you really wan to compile it on RPI you could try use
archlinuxarm and ldc package:
https://archlinuxarm.org/packages/armv7h/ldc


More information about the Digitalmars-d-learn mailing list