Problem with ESP32 project and Eclipse IDE in Windows
Posted: Thu Aug 15, 2019 6:24 am
Hello everyone.
I try setting Elipce to build ESP32 projects.
I do all like described in this instruction:
https://docs.espressif.com/projects/esp ... setup.html
and this:
https://docs.espressif.com/projects/esp ... setup.html
But, if I try clean or flash I get message:
"09:07:17 **** Clean-only build of configuration Default for project hello_world ****
python c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py clean
Traceback (most recent call last):
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 36, in <module>
main()
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 28, in main
print("Running make in '%s'" % check_path(os.getcwd()))
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 23, in check_path
winpath = winpath.replace("\\", "/") # make consistent with forward-slashes used elsewhere
TypeError: a bytes-like object is required, not 'str'
"python c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py clean" terminated with exit code 1. Build might be incomplete.
09:07:18 Build Finished. 0 errors, 0 warnings. (took 239ms)"
I try setting Elipce to build ESP32 projects.
I do all like described in this instruction:
https://docs.espressif.com/projects/esp ... setup.html
and this:
https://docs.espressif.com/projects/esp ... setup.html
But, if I try clean or flash I get message:
"09:07:17 **** Clean-only build of configuration Default for project hello_world ****
python c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py clean
Traceback (most recent call last):
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 36, in <module>
main()
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 28, in main
print("Running make in '%s'" % check_path(os.getcwd()))
File "c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py", line 23, in check_path
winpath = winpath.replace("\\", "/") # make consistent with forward-slashes used elsewhere
TypeError: a bytes-like object is required, not 'str'
"python c:/msys32/home/Oleksandr_Turok/esp/esp-idf/tools/windows/eclipse_make.py clean" terminated with exit code 1. Build might be incomplete.
09:07:18 Build Finished. 0 errors, 0 warnings. (took 239ms)"