V
Visual Studio armm-gcc Cmake build fails
Guest
I was successfully building project CMake project using arm-gcc before last VS update.
Now sometimes it building, sometimes it does not with the error message:
>------ Build started: Project: CMakeLists, Configuration: Debug ------
'chcp' is not recognized as an internal or external command, operable program or batch file.Build failed.
It is in the PATH
Microsoft Windows [Version 10.0.18363.997](c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\xx>chcpActive code page: 437
C:\Users\Piotr>where chcp
C:\Windows\System32\chcp.com
C:\Users\xx>
Any ideas?
Continue reading...
Now sometimes it building, sometimes it does not with the error message:
>------ Build started: Project: CMakeLists, Configuration: Debug ------
'chcp' is not recognized as an internal or external command, operable program or batch file.Build failed.
It is in the PATH
Microsoft Windows [Version 10.0.18363.997](c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\xx>chcpActive code page: 437
C:\Users\Piotr>where chcp
C:\Windows\System32\chcp.com
C:\Users\xx>
Any ideas?
Continue reading...