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.
過去1時間、g ++-sfileName.cppを使用して作成したcppファイルのアセンブリファイルを出力しようとしていました。ターミナルのコマンドは実行されますが、アセンブリファイルがファイルディレクトリにありません。ヘルプ!
ありがとうございました。
これは機能します:
g++ -S -o asm.s fileName.cpp
(コメントから回答を作成したので、質問に回答済みのマークを付けることができます)