1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PlatformIOで`collect2: error: ld returned 1 exit status`エラー

Last updated at Posted at 2023-04-29

新しくコードをためそうと思い、もともと書いていたコードをtmp.main.cppに逃してmain.cppを作成して試したところ以下のエラーになりました。

collect2: error: ld returned 1 exit status
*** [.pio/build/m5stack-atom/firmware.elf] Error 1

スクリーンショット 2023-04-29 15.07.47.png

こちらの記事が参考になりましたが、記事によると同じフォルダにファイルがあるのがよくない模様です。

確かにこんな感じでファイルが置いてありました。

スクリーンショット 2023-04-29 15.06.30.png

tmp.main.cppファイルを消してsrcフォルダにmain.cppファイルだけを置く形にしたところうまくいきました。

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?