RFC: Pay-as-you-go, Portable D Runtime for Microcontrollers (and maybe more)
Mike via Digitalmars-d
digitalmars-d at puremagic.com
Thu May 7 04:33:31 PDT 2015
On Thursday, 7 May 2015 at 07:00:58 UTC, Dan Olson wrote:
> Mike, try creating an empty ldc2.conf file where you compile
> from (I
> just tried so it should work). That will override the one that
> came with
> your ldc2 installation that has searches the real
> druntime/phobos before
> your versions. It looks like there will be an option -conf with
> 0.16.0
> to override the default conf file.
>
That did it! But I thought defaultLib= did the same thing.
Anyway, Thanks for all your help, Dan.
I now have support for all 3 compilers porting to 2 different
platforms (one bare metal microcontroller, one modern OS). It
can't do anything more than "Hello, World!", but it's a start :-)
Mike
More information about the Digitalmars-d
mailing list