Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
-Eコマンドを使用してプリプロセッサを生成しました。
-E
を使用して、生成されたファイルを正確にコンパイルすることは可能gccですか?
gcc
はい、出力をCまたはC ++ファイル(または入力が何であれ)として保存するだけです。
それはまさにGCCが行うことであり、概略的に言えば、前処理してからコンパイルします。