Where is the arm-none-eabi target?

IGotD- nise at nise.com
Tue Mar 31 15:29:10 UTC 2020


On Tuesday, 31 March 2020 at 09:59:44 UTC, dangbinghoo wrote:
> On Friday, 13 March 2020 at 14:41:03 UTC, IGotD- wrote:
>
> IMO, ldc right now will not work without a real OS like 
> windows/linux/macos, as druntime and phobos is built upon with 
> clib. And none-eabi doesn't have the "standard C library".
>
> it will only work with arm-none-eabi target when trying to 
> build LDC a "betterC compiler".

I'm using arm-none-eabi so that the compiler doesn't pre-select 
any operating system. Then I just use the --d-version option to 
inject my own verison of my custom OS. This seems to be working


More information about the digitalmars-d-ldc mailing list