Search found 7 matches
- Mon Oct 06, 2025 9:02 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
Re: espidftools setup online 2.3.5 fail multiple time
also when I clicked on the install drivers, it say lack admin privileges
- Mon Oct 06, 2025 8:37 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
Re: espidftools setup online 2.3.5 fail multiple time
\\dist\\extension.js:2:1475262\n\tat ChildProcess.exithandler (node:child_process:411:7)\n\tat ChildProcess.emit (node:events:519:28)\n\tat maybeClose (node:internal/child_process:1101:16)\n\tat ChildProcess._handle.onexit (node:internal/child_process:304:5)","category":"utils execChildProcess ...
- Mon Oct 06, 2025 8:36 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
Re: espidftools setup online 2.3.5 fail multiple time
error messages today
----------------------------------------------------------- Logfile -----------------------------------------------------------------
{"message":"Cannot access filePath: c:<HOMEPATH>\\.vscode-insiders\\extensions\\espressif.esp-idf-extension-1.10.2\\CMakeLists.txt","stack ...
----------------------------------------------------------- Logfile -----------------------------------------------------------------
{"message":"Cannot access filePath: c:<HOMEPATH>\\.vscode-insiders\\extensions\\espressif.esp-idf-extension-1.10.2\\CMakeLists.txt","stack ...
- Mon Oct 06, 2025 7:23 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
Re: espidftools setup online 2.3.5 fail multiple time
yes to that error message.
yesterday evening from vscode
Screenshot 2025-10-05 235515.png
tries your cmdline with some changes to point to the correct directories
C:\Users\test\AppData\Local\Programs\Python\Python313\python.exe: can't open file 'C:\\users\\test\\esp\\frameworks\\esp-idf-v5.5.1 ...
yesterday evening from vscode
Screenshot 2025-10-05 235515.png
tries your cmdline with some changes to point to the correct directories
C:\Users\test\AppData\Local\Programs\Python\Python313\python.exe: can't open file 'C:\\users\\test\\esp\\frameworks\\esp-idf-v5.5.1 ...
- Thu Oct 02, 2025 9:12 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
Re: espidftools setup online 2.3.5 fail multiple time
I tried a clean install again with the online exe program. Fails again. I include the log from today attempt.
This frustrating as before the current failed esp-idf installation, it is very slow using vscode insider with the esp-idf extension as it takes a long time(more than 20mins) scanning for ...
This frustrating as before the current failed esp-idf installation, it is very slow using vscode insider with the esp-idf extension as it takes a long time(more than 20mins) scanning for ...
- Mon Sep 08, 2025 9:39 am
- Forum: ESP-IDF
- Topic: espidftools setup online 2.3.5 fail multiple time
- Replies: 9
- Views: 3444
espidftools setup online 2.3.5 fail multiple time
I been trying to install espidftools using the onlline 2.3.5 exe and also the v5.5 offline and it keeps failing at the same point. I even launch it using adminstrator privilege. I done this several times after uninstalling. I tried pretty much everything I can find online.
The end snippet of the ...
The end snippet of the ...
- Tue Oct 01, 2024 7:36 am
- Forum: ESP-IDF 中文讨论版
- Topic: undefined reference to `app_main'
- Replies: 11
- Views: 55174
Re: undefined reference to `app_main'
If you check here, https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html
under renaming main component, it gives you instructions if you are not using main.c or main directory.
In my case I am using src directory with main.cpp as the file with my 'main code ...
under renaming main component, it gives you instructions if you are not using main.c or main directory.
In my case I am using src directory with main.cpp as the file with my 'main code ...