Search found 4 matches

by borisbergman
Tue Feb 28, 2023 8:02 am
Forum: ESP-IDF
Topic: esp32c3 set-target
Replies: 2
Views: 1815

Re: esp32c3 set-target

Well as far as I can see the message sais no build directory found, nothing to clean, which corresponds to having no build directory. I found out it's caused by the vscode esp-idf terminal window. When I open a regular terminal and run . ~/esp/esp-idf/export.sh the conversion works fine.
by borisbergman
Tue Feb 28, 2023 8:00 am
Forum: ESP-IDF
Topic: Setting Target esp32s2 Fails
Replies: 17
Views: 32542

Re: Setting Target esp32s2 Fails

I found out it's only regarding the esp-idf terminal window in vscode. When I open a regular terminal and run an export.sh from esp/esp-idf directory, the conversion to another chip works fine.
by borisbergman
Mon Feb 27, 2023 5:45 pm
Forum: ESP-IDF
Topic: esp32c3 set-target
Replies: 2
Views: 1815

esp32c3 set-target

I use vscode, esp-idf 5.0.1 and ubuntu 22.04. When I open an Example (gatt_client in this case, but also hello_world), and try to adjust the target to esp32c3 (or any other esp32 patform) I get this message. IDF_TARGET variable points to "esp32". What goes wrong and how to I fix this? $ idf.py set-t...
by borisbergman
Mon Feb 27, 2023 4:27 pm
Forum: ESP-IDF
Topic: Setting Target esp32s2 Fails
Replies: 17
Views: 32542

Re: Setting Target esp32s2 Fails

I've the same problem too, idf v5.01, ubuntu 22.04. idf.py set-target esp32c3 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing action: fullclean Build directory '/home/bergm006/esp-projects/gatt_client/build' not found. Nothing to clean. Executi...