Sublime Forum

[WinError 2] The file is not getting found

#1

Hello. I am new user. Unfortunately suffering to compile my first code. I created a new build system for CPP. But don’t know why the system couldn’t find the file specified. It shows

[WinError 2] The system cannot find the file specified
[cmd: [‘C:\Users\FI Nabil\Desktop\ST/hello’]]
[dir: C:\Users\FI Nabil\Desktop\ST]
[path: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\MinGW\bin;C:\MinGW\bin;C:\Users\FI Nabil\AppData\Local\Microsoft\WindowsApps;]
[Finished]

Help me out please. Thanks in advance.

0 Likes

#2

Your build system is trying to run a file called hello on the ST folder on your desktop. For one you probably want to run hello.exe, but secondly does that file actually exist?

0 Likes