February 15, 2018
Hi,

Is somebody tried to use GDC in Yocto Project ? (https://www.yoctoproject.org)

Thanks
February 16, 2018
Am Thu, 15 Feb 2018 15:26:46 +0000
schrieb boolangery <eliott.dumeix@gmail.com>:

> Hi,
> 
> Is somebody tried to use GDC in Yocto Project ? (https://www.yoctoproject.org)
> 
> Thanks

As far as I know nobody tried that so far. However, I think yocto uses glibc so it shouldn't be difficult for X86/64 and ARM/AArch64 targets. GDC will probably just work, you'll just have to adapt the yocto GCC build process to include GDC (call ../setup-gcc.sh for the gcc sources, add --enable-languages=d). See https://wiki.dlang.org/GDC/Installation/Generic for more details.


-- Johannes