why gdc9.1 isn't available from gdcproject.org?

Iain Buclaw ibuclaw at gdcproject.org
Tue May 28 14:59:34 UTC 2019


On Tue, 28 May 2019 at 04:30, dangbinghoo via D.gnu <d.gnu at puremagic.com> wrote:
>
> hi,
>
> as heard of the GDC 9.1 release, but I can't find the prebuilt
> download, the download page of gdcproject.org lists out with
> version v2.068.2_gcc6 of buildtime
> in the year of 2016, it's quite outdated. What I want is to try
> the GDC9.1 for ARM and MIPS bare-metal targets.
>

There's never really been any proper binaries available there, I think
the entire section should just be replaced with a forwarded link to
gcc.

Fortunately, building your own compiler is easy.  Bare-metal ARM
target is --target=arm-eabi, and mips would be --target=mips64-elf,
you'd only need to go as far as `make all-gcc` I guess.

-- 
Iain


More information about the D.gnu mailing list