質問編集履歴
2
環境情報を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
Verifyを正常に行え、続いてUploadも行いたいです。
|
18
18
|
|
19
19
|
### 発生している問題・エラーメッセージ
|
20
|
+
どのスケッチでも発生しています。
|
20
21
|
|
21
22
|
```
|
22
23
|
構成をロード中...
|
@@ -25,19 +26,42 @@
|
|
25
26
|
検証中...
|
26
27
|
```
|
27
28
|
|
28
|
-
###
|
29
|
+
### 参考情報
|
29
|
-
Arduino IDEのインストールの参考にしたサイト
|
30
|
+
- Arduino IDEのインストールの参考にしたサイト
|
30
31
|
https://raspberrypi.mongonta.com/howto-start-m5stack-arduinoide/
|
31
32
|
|
32
|
-
VScodeのインストールの参考にしたサイト
|
33
|
+
- VScodeのインストールの参考にしたサイト
|
33
34
|
https://haratta-tech-lab.com/m5stack-intro-arduino-vscode/
|
34
35
|
|
35
36
|
### 補足情報(FW/ツールのバージョンなど)
|
37
|
+
##### PC環境
|
36
|
-
|
38
|
+
- OS: Windows 10 Pro
|
37
|
-
バージョン:1
|
39
|
+
- バージョン: 21H2
|
38
40
|
|
39
|
-
VScode
|
40
|
-
|
41
|
+
##### M5Stack
|
42
|
+
- M5Stack Gray
|
41
43
|
|
44
|
+
##### Arduino IDE
|
45
|
+
- バージョン: 1.8.19
|
42
46
|
|
47
|
+
##### VScode
|
48
|
+
- バージョン: 1.71.0
|
49
|
+
- 拡張機能: Arduino for Visual Studio Code (Microsoft) v0.4.12
|
43
50
|
|
51
|
+
### 試したこと
|
52
|
+
settings.jsonのArduino:Log LevelをverboseにしてVerifyした結果は次の通りです。
|
53
|
+
全部貼り付けると10000文字を超えてしまったため、表示が止まった直前部分を貼り付けています。
|
54
|
+
```
|
55
|
+
[Starting] Analyzing sketch 'sample.ino'
|
56
|
+
[Warning] Output path is not specified. Unable to reuse previously compiled files. Build will be slower. See README.
|
57
|
+
構成をロード中…
|
58
|
+
パッケージを初期化中…
|
59
|
+
ボードを準備中…
|
60
|
+
検証中…
|
61
|
+
|
62
|
+
(中略)
|
63
|
+
|
64
|
+
IC:\\Users\\username\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4/tools/sdk/esp32/qio_qspi/include" -mlongcalls -Wno-frame-address -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -Os -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -c -w -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10819 -DARDUINO_M5Stack_Core_ESP32 -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"M5Stack_Core_ESP32\"" "-DARDUINO_VARIANT=\"m5stack_core_esp32\"" -DARDUINO_PARTITION_default -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_USB_CDC_ON_BOOT=0 "@C:\\Users\\username\\AppData\\Local\\Temp\\arduino_build_470344/build_opt.h" "-IC:\\Users\\username\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\cores\\esp32" "-IC:\\Users\\username\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\variants\\m5stack_core_esp32" "-IC:\\Users\\username\\Documents\\Arduino\\libraries\\M5Stack\\src" "-IC:\\Users\\username\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries\\SPI\\src" "-IC:\\Users\\username\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries\\Wire\\src" "C:\\Users\\username\\AppData\\Local\\Temp\\arduino_build_470344\\sketch\\sample.ino.cpp" -o nul
|
65
|
+
|
66
|
+
```
|
67
|
+
|
1
タイトルの誤りを修正しました
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
M5Stackの開発をVScodeで行いたいがVeri
|
1
|
+
M5Stackの開発をVScodeで行いたいがVerifyが終わらない
|
test
CHANGED
File without changes
|