www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Compile code for PowerNex OS

reply Quantium <qchessv2 gmail.com> writes:
I have a code that I need to compile for PowerNex OS, which 
compiler should I use and how to compile code for PowerNex?
Sep 05 2020
parent Dan Printzell <xwildn00bx gmail.com> writes:
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?
Sep 06 2020