回答編集履歴

2

見つけた情報を踏まえて変更

2019/10/12 07:47

投稿

thkana
thkana

スコア7629

test CHANGED
@@ -8,7 +8,17 @@
8
8
 
9
9
 
10
10
 
11
- 以降のやりとりの中に、とりあえず対策バージョンがここにある、みたいな話も出ていますが、今となっては9月13日リリースのArduino IDE 1.8.10を試してみる、というのがよろしいんじゃないかと思います。リリースノートを見てもその辺の記述はないのでちょっと「賭け」なところはありますけれど。
11
+ 以降のやりとりの中に、とりあえず対策バージョンがここにある、みたいな話も出ていますが、今となっては9月13日リリースのArduino IDE 1.8.10を試してみる、というのがよろしいんじゃないかと思います。~~リリースノートを見てもその辺の記述はないのでちょっと「賭け」なところはありますけれど。~~ Arduino IDEの[Release Note]( https://www.arduino.cc/en/Main/ReleaseNotes )1.8.10の項に
12
+
13
+
14
+
15
+ > [hardware]
16
+
17
+ * Bundle new avr toolchain (fixes lto issue with 5.4.0 and 64bit compatibility with upcoming macOS Catalina)
18
+
19
+
20
+
21
+ という項目がちゃんとありますね。(今後しばらく同様の質問が頻発しそう...)
12
22
 
13
23
 
14
24
 

1

記述ミス修正

2019/10/12 07:47

投稿

thkana
thkana

スコア7629

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  "Arduino bad CPU type in executable"で調べると、例えば
4
4
 
5
- [avr-g++: bad CPU type in executable (Jun 07, 2019, 05:08 pm)](avr-g++: bad CPU type in executable) なんてのが引っかかります。回答に曰く
5
+ [avr-g++: bad CPU type in executable (Jun 07, 2019, 05:08 pm)](https://forum.arduino.cc/index.php?topic=620175.0) なんてのが引っかかります。回答に曰く
6
6
 
7
7
  > The Arduino IDE (well, the toolchain) is 32-bit, Mac OS 10.15 only runs 64-bit applications. Hence, the IDE is currently not compatible with 10.15.
8
8