-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatGPT example idf build failure (AEGHB-924) #172
Comments
Hello,I have also encountered the |
@espressif2022 , Thanks. After switching to v5.3, I finished idf.py build and idf.py flash commands. Now the esp32s3Box3 screen displayed the followings: Steps 1. Connect ESP-Box to PC. 2. Open "ESP-Box" folder. 3. Edit "CONFIG.INI" file with Wi-Fi SSID, password, and OpenAI key. 4. Save the file. 5. Restart the device. (Restart icon) ==> I did the first step and have finished idf.py flash. For step 2, I do have an 'esp-box" folder which contains the esp-box/examples/chatgpt_demo folder but there is no "CONFIG.INI" file or 'config.ini' file. Where can I find it ? Or it is on the ESP-Box device? But the following command get no response from the device: idf.py -p /dev/ttyACM0 monitor |
Maybe this component is broken,I'll check it later. |
Checklist
How often does this bug occurs?
always
Expected behavior
I expect idf.py build for chatgpt_demo to finish build successfully.
Actual behavior (suspected bug)
Instead, the idf.py build results in many compilation errors as shown in the terminal outputs.
Error logs or terminal output
Steps to reproduce the behavior
Build and Flash
$ git clone https://github.com/espressif/esp-box
$ cd esp-box/examples/chatgpt_demo/factory_nvs
To select the appropriate hardware (ESP32-S3-BOX, ESP32-S3-BOX-Lite or ESP32-S3-BOX-3) and access the HMI Board Cofig, use the following command.
$ idf.py menuconfig
$ idf.py build
cd esp-box/examples/chatgpt_demo/
To select the appropriate hardware (ESP32-S3-BOX, ESP32-S3-BOX-Lite or ESP32-S3-BOX-3) and access the HMI Board Cofig, use the following command.
$ idf.py menuconfig
$ idf.py build
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 22.04
Shell
Bash
Additional context
No response
The text was updated successfully, but these errors were encountered: