Page 1 of 1

我在安装ESP32的时候遇到几个问题,一直让我头疼,

Posted: Mon Nov 22, 2021 2:44 am
by feng_esp32_2021
我在安装ESP32 开发工具的时候,

esp-idf-tools-setup-offline-2.11.exe 由于路径有中午 导致 几天的时候,最后 我直接在 C盘的根目录下 建立了一个esp32 目录,就把 esp-idf-tools-setup-offline-2.11.exe 安装该目录下了。经过配置可以编译和下载固件。但是


第一步 Windows 环境下
Open Command Prompt and run the following commands:

cd %userprofile%\esp
git clone --recursive https://github.com/espressif/esp-adf.git

这个地方的 %userprofile%\ 是代表什么意思?
我安装装的目录是 C:\esp32 是不是应该是这样的

cd esp32
git clone --recursive https://github.com/espressif/esp-adf.git

第二步 设置Window Set up Path to ESP-ADF

Open Command Prompt and run the following command:

set ADF_PATH=%userprofile%\esp\esp-adf

我的应该是这样的
set ADF_PATH=\esp32\esp-adf.


谢谢你!

Re: 我在安装ESP32的时候遇到几个问题,一直让我头疼,

Posted: Mon Nov 22, 2021 3:27 am
by feng_esp32_2021
没有一个人可以给我指导吗?

Re: 我在安装ESP32的时候遇到几个问题,一直让我头疼,

Posted: Mon Nov 22, 2021 4:00 am
by feng_esp32_2021
我 在编译 音频 play_mp3_control 的时候,就会提示



错误!!!

刘艳峰(345059368) 11:58:57
play_mp3_control 放在什么地方都是 有错误

配置 编译,都是提示 :
CMake Error at CMakeLists.txt:8 (include):
include could not find load file:

/CMakeLists.txt

Re: 我在安装ESP32的时候遇到几个问题,一直让我头疼,

Posted: Wed Nov 24, 2021 10:00 am
by ESP_ICY
userprofile 是一个系统变量,类似于 C:\Users\用户名xxx 这样的