Re: Compile code for PowerNex OS

2020-09-06 Thread Dan Printzell via Digitalmars-d-learn

On Saturday, 5 September 2020 at 12:45:06 UTC, Quantium wrote:
I have a code that I need to compile for PowerNex OS, which 
compiler should I use and how to compile code for PowerNex?


Short version: You can't (right now).

Long version:
PowerNex is currently in broken development state so even if
you could compile code for it (which is not likely) you would
not be able to run it.

PowerNex uses a patched dmd version: 
https://github.com/PowerNex/PowerNex-dmd
and a patched binutils: 
https://github.com/PowerNex/PowerNex-binutils



Question:
What are you trying to compile?


Compile code for PowerNex OS

2020-09-05 Thread Quantium via Digitalmars-d-learn
I have a code that I need to compile for PowerNex OS, which 
compiler should I use and how to compile code for PowerNex?