Testing GDC (GCC 7.1) on Runtime-less ARM Cortex-M
Mike via D.gnu
d.gnu at puremagic.com
Wed Jun 28 05:56:40 PDT 2017
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
More information about the D.gnu
mailing list