8000 Code linking with Arduino1.8.5 failed · rmshub/arduino-esp32@1a81f12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a81f12

Browse files
authored
Code linking with Arduino1.8.5 failed
While linking the code, it invoking esptool.exe from esptool folder ( tools/esptool/esptool.exe). However, there is no folder "esptool" under "tools" folder in the code package. We getting an error exec: "C:\\Users\\Username\\Documents\\Arduino\\hardware\\espressif\\esp32\\tools\\esptool\\esptool.exe" file doesn't exist. Kindly check the issue. OS: Windows 10
1 parent 28a410d commit 1a81f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=0.0.1
33

44
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
55

6-
tools.esptool.path={runtime.platform.path}/tools/esptool
6+
tools.esptool.path={runtime.platform.path}/tools
77
tools.esptool.cmd=esptool
88
tools.esptool.cmd.linux=esptool.py
99
tools.esptool.cmd.windows=esptool.exe

0 commit comments

Comments
 (0)
0