environment is windows pc - trying to run the target 'flash' (gecho not connected but would expect compile first then some kind of timeout)
getting the following issues (after quite some setting up of environment variables, installing gnu make , cygwin and so on
plus some mods the the subprocess.py to make shell=True
any ideas?
23:03:25 **** Build of configuration Default for project whale-v150 ****
python C:/bin/esp-idf-v4.0.3/tools/windows/eclipse_make.py flash
/bin/esp-idf-v4.0.3/make/project_config.mk:125: *** multiple target patterns. Stop.
Running make in 'C:/project/gecho/git/Glo_v1'
Traceback (most recent call last):
File "C:\bin\esp-idf-v4.0.3\tools\windows\eclipse_make.py", line 43, in <module>
main()
File "C:\bin\esp-idf-v4.0.3\tools\windows\eclipse_make.py", line 37, in main
line = re.sub(UNIX_PATH_RE, lambda m: check_path(m.group(0)), line)
File "C:\Users\steve\AppData\Local\Programs\Python\Python39\lib\re.py", line 210, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: cannot use a string pattern on a bytes-like object
"python C:/bin/esp-idf-v4.0.3/tools/windows/eclipse_make.py flash" terminated with exit code 1. Build might be incomplete.