D.gnu - Porting GDC to Yocto project
- boolangery (4/4) Feb 15 2018 Hi,
- Johannes Pfau (9/15) Feb 15 2018 As far as I know nobody tried that so far. However, I think yocto uses
Hi, Is somebody tried to use GDC in Yocto Project ? (https://www.yoctoproject.org) Thanks
Feb 15 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) ThanksAs 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