When I try to build my program, I get this error.
Building hello.OBJ.
Building hello.EXE.
*** Error: polink.exe -machine:ix86 -subsystem:console kernel32.lib advapi32.lib -out:"C:\Users\HP\Documents\Pelles C Projects\Samples\Standard C\Hello\hello.EXE" "C:\Users\HP\Documents\Pelles C Projects\Samples\Standard C\Hello\output\hello.OBJ"
*** Error: The system cannot find the file specified.
Done.
What could be the reason of it?