我正在尝试在 Windows 上使用 msys powerpc-eabispe-gcc 编译器来编译一个简单的 helloworld.cpp 程序,以便为 powerpc 架构生成一个 elf,但是我收到“c++ compiler not installed on this system”错误。powerpc-eabispe 的 bin 文件夹包含所有的 exe,我不明白为什么会出现这个错误?
我使用 MinGW 命令提示符运行此命令: powerpc-eabispe-gcc.exe -o hello hello.cpp