Hello.
I'm sorry for the delay, but I tried on another PC.
As a result, I was able to build correctly with the same source code.
I can't pinpoint the cause, but it may be something wrong with the PC or with the development tools.
Thanks to all who have commented on this issue.
Search found 5 matches
- Thu Mar 06, 2025 1:04 am
- Forum: ESP-IDF
- Topic: Multiple source codes cannot be built
- Replies: 7
- Views: 1636
- Wed Feb 19, 2025 11:42 pm
- Forum: ESP-IDF
- Topic: Multiple source codes cannot be built
- Replies: 7
- Views: 1636
Re: Multiple source codes cannot be built
Thanks for the reply.
The information I am getting seems to be correct.
I will try with reinstalling ESP-IDF and VSCode or try with another PC.
The information I am getting seems to be correct.
I will try with reinstalling ESP-IDF and VSCode or try with another PC.
- Wed Feb 19, 2025 3:14 am
- Forum: ESP-IDF
- Topic: Multiple source codes cannot be built
- Replies: 7
- Views: 1636
Re: Multiple source codes cannot be built
Thanks for answering. But the information I want is not the URL of the sample source, but what exactly it does. The only information I can find in various languages is to write the source file name in “CMakeLists.txt”, which gives me a build error when I try to put it into practice. What else do I n...
- Fri Feb 14, 2025 1:38 am
- Forum: ESP-IDF
- Topic: Multiple source codes cannot be built
- Replies: 7
- Views: 1636
Multiple source codes cannot be built
The development environment is ESP-IDF v5.4.0 and VSCode. Source files are divided by function. However, an error occurs in the build. I'm wondering if something is missing, since the sample on Github confirms that multiple source files also build successfully. Please advise what is missing. The fil...
- Tue Jan 21, 2025 5:18 am
- Forum: ESP-IDF
- Topic: I want to switch from USB OGT mode to USB SERIAL JTAG mode
- Replies: 0
- Views: 609
I want to switch from USB OGT mode to USB SERIAL JTAG mode
The user uses it in USB OGT mode. However, firmware cannot be written in USB OGT mode. We want to prevent the user from accidentally entering the USB SERIAL JTAG mode while in use. There are no plans to make GPIO0 easy to operate. So I would like to know if it is possible to switch from USB OGT mode...