Faisal Al-Humaimidi

Results 38 comments of Faisal Al-Humaimidi

@Biswa96 If possible, can you try to build on Win 11 as well? I am using Win 11 pro VM btw.

I have just tried a Windows 10 Pro installation and same problem happens. Here is what I did: - I download CMake 3.25.2 from official site: https://cmake.org/download/. - I downloaded...

@Biswa96 what do you mean by bare metal windows btw here? like IoT windows version?

can you please describe all the steps you have taken perform a clean build (also including how did you setup ur environment)? maybe I am missing something here.

I am getting different results in VirtualBox VM (above results) and bare metal Windows 11. On bare metal, I am now getting the following output: ``` cmd.exe /C "cd ....

But, `C:\Program Files` is by default having spaces, which is where more most binaries reside (e.g. default install path for CMake). Not handling spaces in my opinion is a bug...

Hmm, having ninja and the LLVM MinGW toolchain in a path no spaces has no errors.

@mstorsjo if possible, can you also try the current LLVM MinGW wrappers in Windows inside VirtualBox? I have seen different results there. Not sure if it also applies o other...