実行コマンド
cmake -DVENDOR=espressif -DBOARD=esp32_wrover_kit -DCOMPILER-xtensa-esp32 -S . -B ../build
エラー内容
CMake Error at tools/cmake/toolchains/find_compiler.cmake:23 (message): Compiler not found, you can specify search path with "AFR_TOOLCHAIN_PATH". Call Stack (most recent call first): tools/cmake/toolchains/xtensa-esp32.cmake:6 (afr_find_compiler) /opt/homebrew/Cellar/cmake/3.20.3/share/cmake/Modules/CMakeDetermineSystem.cmake:123 (include) CMakeLists.txt:8 (project) CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!
下記の記事を参考に進めているのですがよくわかっていません。
動画はこちら↓(8:08〜)
https://www.youtube.com/watch?v=WkTkbIOvLkw
URL https://docs.aws.amazon.com/ja_jp/freertos... の ビルドファイルの生成 (CMake GUI) の項には
5.ツールチェーンファイル として、
AFR_TOOLCHAIN_PATH 変数を設定して、コンパイラをインストールした場所を CMake に伝えることができます。
などと書かれています。
ここに書かれていることはやってみたのでしょうか?
「よく分かっていません」だけでは、回答者は何を回答していいか分かりません。
どう考えて、何をしたかを書いて下さい。
nob.様 ご対応ありがとうございます。
1点目 頂いたURLですが全く開けません。
2点目、CmakeのGUIをインストールし、FreeRTOSからビルドしたものにAFR_TOOLCHAIN_PATHを指定しましたが反応がありませんでした。どのように指定しか、写真を添付致しました。お手数ですが参考までにご確認いただけますと幸いです。何卒よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー