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.
ターミナルで、アセンブリ コードをオブジェクト コードに変換しようとしています
arm-none-eabi-as -o sample.s sample.o
アセンブラ メッセージ:
エラー: 読み取り用に main.o を開けません: そのようなファイルまたはディレクトリはありません
そして、私が操作していたそのディレクトリにある sample.s を削除します。