Porting GDC to Yocto project

Johannes Pfau nospam at example.com
Fri Feb 16 07:46:34 UTC 2018


Am Thu, 15 Feb 2018 15:26:46 +0000
schrieb boolangery <eliott.dumeix at 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



More information about the D.gnu mailing list