Am Wed, 28 Jun 2017 12:56:40 +0000 schrieb Mike <n...@none.com>: > On Wednesday, 28 June 2017 at 11:19:10 UTC, Mike wrote: > > > I'd be glad to do some troubleshooting if you have any ideas. > > I just checked in a branch that will compile with a desktop GDC > compiler in case someone wants to give it a try. I tested with > 6.2.1 20160830 from the Arch Linux repository. > > It won't produce a working binary, but it will go through the > motions. > > git clone https://github.com/JinShil/stm32f42_discovery_demo.git > cd stm32f42_discovery_demo/ > git checkout desktop-gdc > rdmd build.d > > > Mike
I guess if archlinux GDC is slow as well this is unlikely the main cause, but did you build your compiler in release mode (--enable-checking=release)? -- Johannes