Extension Windows Build Project doesn't parse out project path
Posted: Sun Nov 27, 2022 2:38 pm
Have the expressif ide extension installed on a Windows 11 machine. Have created the Hello-World project and when building project path seems to be not parseing out the path correctly
CMake Error: The source directory "C:Userskenbshello" does not exist. ==> should be c:\users\kenbs\hello
Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\kenbs\hello\build -S c:\Users\kenbs\hello
CMake Error: The source directory "C:Userskenbshello" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
* The terminal process "C:\Program Files\Git\bin\bash.exe '--login', '-c', 'cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\kenbs\hello\build -S c:\Users\kenbs\hello'" terminated with exit code: 1.
CMake Error: The source directory "C:Userskenbshello" does not exist. ==> should be c:\users\kenbs\hello
Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\kenbs\hello\build -S c:\Users\kenbs\hello
CMake Error: The source directory "C:Userskenbshello" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
* The terminal process "C:\Program Files\Git\bin\bash.exe '--login', '-c', 'cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\kenbs\hello\build -S c:\Users\kenbs\hello'" terminated with exit code: 1.