○ → powerpc64le-linux-gnu-gcc-10 -S app.d
app.d:1:8: error: module stdio is in file 'std/stdio.d' which cannot be read
        1 | import std.stdio;
          |        ^
import path[0] = /usr/lib/gcc-cross/powerpc64le-linux-gnu/10/include/d


This is a simple hello program that I wanted compile to POWER 8 or 9 from X86_64 host.

Reply via email to