LoginSignup
0
0

More than 5 years have passed since last update.

Energia on Mac OS High Sierra

Last updated at Posted at 2018-05-18

概要

Mac OS High SierraでEnergia 1.6.10でLaunchpadにプログラムを書き込むとエラーが出る対策。

環境

  • Mac OS High Sierra 10.13.4
  • Energia 18 aka Energia 1.6.10E18

状況

  1. インストールしたままで出るエラー

    failed MSpanList_Insert 0x30d000 0x504f9a602be9 0x0
    fatal error: MSpanList_Insert 
    

手順

  1. Energia 18 aka Energia 1.6.10E18をhttp://energia.nu/download/からインストール

  2. Arduino Builderを入れ替える

    1. arduino-builder-macosx-...をhttps://github.com/arduino/arduino-builder/releasesからダウンロードする。
      現在の最新版はarduino-builder-macosx-1.3.25.tar.bz2でした。
    2. ダウンロードしたファイルをダブルクリックして展開する。
    3. Energiaをコントロールを押しながらクリックし、パッケージの内容を表示を選ぶ。
    4. 展開して出来たarduino-builderをContents/Javaに移動する。
  3. mspdebugを入れ替える

    1. mspdebug.zipをhttps://github.com/energia/Energia/files/595237/mspdebug.zipからダウンロードする。
    2. ダウンロードしたファイルをダブルクリックして展開する。
    3. Energiaをコントロールを押しながらクリックし、パッケージの内容を表示を選ぶ。
    4. 展開して出来たmspdebugをContents/Java/hardware/tools/msp430/bin/に移動する。

参考

  1. https://forum.43oh.com/topic/13041-energia-ide-fails-with-fatal-error-mspanlist_insert/
  2. https://github.com/energia/Energia/issues/938
0
0
0

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
0
0