MacのバージョンはSierraです。 Xcodeの8.0Macでgcc -print-multi-os-directoryエラーが発生しました
gccのinfo
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin16.4.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
私はgccが問題ではないと思います。プロジェクトのビルドオプションは-print-multi-os-directory
です。私のgccはサポートされていません...何が問題なのですか? Mac上
おかげ
私はbinutilsをビルドします。そのオプションには.. Thanskの回答 – iamdifferent
ビルドしているbinutilsへのリンクを追加し、オプションも設定してください。最も可能性の高いbinutilsはMac OSに対応しています – Arseniy
ありがとうございました!あなたの助けを借りてコンパイルを完了しました。 :D – iamdifferent