差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:arduino_ide [2022/01/10 13:51] – [ビルドエラーの修正 (fatal error: 致命的なエラー)] ともやん | windows:arduino_ide [2022/02/06 00:41] (現在) – ともやん | ||
|---|---|---|---|
| 行 7: | 行 7: | ||
| ===== インストール ===== | ===== インストール ===== | ||
| + | <WRAP prewrap 100%> | ||
| [[: | [[: | ||
| **extras バケットの追加**\\ | **extras バケットの追加**\\ | ||
| - | < | + | <WRAP color_term> | 
| <WRAP color_command>< | <WRAP color_command>< | ||
| $ scoop bucket add extras | $ scoop bucket add extras | ||
| </ | </ | ||
| - | < | + | <WRAP color_result>< | 
| Checking repo... ok | Checking repo... ok | ||
| - | The extras bucket was added successfully. | + | <b class=GRN> | 
| - | </code></ | + | </pre></ | 
| </ | </ | ||
| **Arduino IDE のインストール**\\ | **Arduino IDE のインストール**\\ | ||
| - | < | + | <WRAP color_term> | 
| <WRAP color_command>< | <WRAP color_command>< | ||
| $ scoop install arduino | $ scoop install arduino | ||
| </ | </ | ||
| - | < | + | <WRAP color_result>< | 
| Installing ' | Installing ' | ||
| arduino-1.8.19-windows.zip (200.9 MB) [=======================================================================] 100% | arduino-1.8.19-windows.zip (200.9 MB) [=======================================================================] 100% | ||
| 行 40: | 行 41: | ||
| <b class=GRN>' | <b class=GRN>' | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| </ | </ | ||
| ==== ダウンロードする場合 ==== | ==== ダウンロードする場合 ==== | ||
| + | <WRAP prewrap 100%> | ||
| + | |||
| 最新の安定バージョンは、こちらで調べてダウンロードする。\\ | 最新の安定バージョンは、こちらで調べてダウンロードする。\\ | ||
| [[https:// | [[https:// | ||
| 行 108: | 行 113: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== ビルドの高速化 ===== | ||
| + | メニュー[ファイル] - [環境設定] より 「環境設定」画面を開いて **preferences.txt** ファイルをエディタで開く。\\ | ||
| + | 以下の例では < | ||
| + | 「<wrap em> | ||
| + | {{: | ||
| + | |||
| + | **preferences.txt** に **build.path** の設定を追加して、ビルド出力先を固定する。\\ | ||
| + | {{: | ||
| + | <code ini> | ||
| + | build.path=C: | ||
| + | </ | ||
| ===== Arduino core for the ESP32, ESP32-S2 and ESP32-C3 のインストール ===== | ===== Arduino core for the ESP32, ESP32-S2 and ESP32-C3 のインストール ===== | ||
| 行 128: | 行 147: | ||
| ==== 動作確認 ==== | ==== 動作確認 ==== | ||
| + | <WRAP prewrap 100%> | ||
| メニュー [スケッチ] - [検証・コンパイル] を実行する。\\ | メニュー [スケッチ] - [検証・コンパイル] を実行する。\\ | ||
| {{: | {{: | ||
| - | < | + | <WRAP color_term> | 
| <WRAP color_result_long>< | <WRAP color_result_long>< | ||
| Arduino:1.8.19 (Windows 10), ボード:" | Arduino:1.8.19 (Windows 10), ボード:" | ||
| - | |||
| - | |||
| - | |||
| - | |||
| 行 181: | 行 197: | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP prewrap 100%> | ||
| メニュー [ファイル] - [環境設定] を開いて「より詳細な情報を表示する」の「コンパイル」のチェックボックスをオンにして再度コンパイルする。\\ | メニュー [ファイル] - [環境設定] を開いて「より詳細な情報を表示する」の「コンパイル」のチェックボックスをオンにして再度コンパイルする。\\ | ||
| |{{: | |{{: | ||
| - | < | + | <WRAP color_term> | 
| <WRAP color_result_long>< | <WRAP color_result_long>< | ||
| Arduino:1.8.19 (Windows 10), ボード:" | Arduino:1.8.19 (Windows 10), ボード:" | ||
| - | |||
| - | |||
| - | |||
| - | |||
| 行 289: | 行 304: | ||
| ボードESP32 Dev Moduleに対するコンパイル時にエラーが発生しました。</ | ボードESP32 Dev Moduleに対するコンパイル時にエラーが発生しました。</ | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| </ | </ | ||
| === ビルドエラーの修正 (fatal error: 致命的なエラー) === | === ビルドエラーの修正 (fatal error: 致命的なエラー) === | ||
| + | <WRAP prewrap 100%> | ||
| 警告は無視できます🤤\\ | 警告は無視できます🤤\\ | ||
| <WRAP color_result>< | <WRAP color_result>< | ||
| 行 322: | 行 340: | ||
| #include " | #include " | ||
| </ | </ | ||
| + | **#include "< | ||
| <code cpp Esp32_web_ftp_telnet_server_template\servers\webServer.hpp> | <code cpp Esp32_web_ftp_telnet_server_template\servers\webServer.hpp> | ||
| #include " | #include " | ||
| 行 327: | 行 346: | ||
| </ | </ | ||
| - | < | + | <WRAP color_term> | 
| <WRAP color_result_long>< | <WRAP color_result_long>< | ||
| Arduino:1.8.19 (Windows 10), ボード:" | Arduino:1.8.19 (Windows 10), ボード:" | ||
| - | |||
| - | |||
| - | |||
| - | |||
| 行 626: | 行 641: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | </ | ||
| + | |||
