LDC 0.17.1 has been released!

Dan Olson via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Mar 24 20:59:23 PDT 2016


Kai Nacke <kai at redstar.de> writes:
>
> The Linux/ARM binary is built on Gentoo Linux with gcc 4.8.x and LLVM
> 3.7.1. E.g. it should run on a Raspberry PI but this is not yet
> verified.

Someone with a Pi 2 or Pi 3 should try.  I have original Pi (armv6) and
can't run the ldc2 binary in the release because it targets armv7
instruction set.

ldc2 in release wants libedit.so.0 but Raspbian has libedit.so.2.  I
have no idea if they are similar API, but could always try with

  ln -s libedit.so.2 libedit.so.0

and see what happens.
-- 
Dan


More information about the digitalmars-d-ldc mailing list