www.digitalmars.com         C & C++   DMDScript  

D.gnu - Porting GDC to Yocto project

reply boolangery <eliott.dumeix gmail.com> writes:
Hi,

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

Thanks
Feb 15 2018
parent Johannes Pfau <nospam example.com> writes:
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
Feb 15 2018