LoginSignup
4

More than 3 years have passed since last update.

posted at

updated at

Arduino IDEでbad CPU type in executableというエラーが出る解決策

久々にArduino IDEを開いたら、以下のエラーで書き込めなくなっていた。

fork/exec /Applications/Arduino.app/Contents/Java/tools-builder/ctags/5.8-arduino11/ctags:
bad CPU type in executableボードESP32 Dev Moduleに対するコンパイル時にエラーが発生しました。

動作環境

macOS Catalina (10.15.1)
Arduino.app (1.8.9)

解決策

どうやら新しいMac OSでは64bitのアプリケーションしか動作しないらしく、32bitであった以前のバージョンは開なくなったという。

公式より最新版の1.8.10をインストールすることで解決した。
https://www.arduino.cc/en/Main/Software

参考

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
What you can do with signing up
4