digitalmars.D.learn - Compile code for PowerNex OS
- Quantium (2/2) Sep 05 2020 I have a code that I need to compile for PowerNex OS, which
- Dan Printzell (12/14) Sep 06 2020 Short version: You can't (right now).
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
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