User forums > Help
Weird "CreateProcess: No such file or directory" error
PooyaM:
I got something.
When I make a new file(test.c) and check both debug and release, There is not any obj\Debug\test.o file in the directory.Why ?
oBFusCATed:
You have to build the target after you've added the file. Have you?
PooyaM:
--- Quote from: oBFusCATed on June 30, 2013, 04:27:23 pm ---You have to build the target after you've added the file. Have you?
--- End quote ---
"Adding build target" is not a usual routine, is it?
Even when I follow http://wiki.codeblocks.org/index.php?title=Creating_a_new_project,(C++) it won't compile it
BlueHazzard:
http://forums.codeblocks.org/index.php/topic,17030.0.html
--- Quote from: PooyaM on June 30, 2013, 05:02:10 pm ---"Adding build target" is not a usual routine, is it?
--- End quote ---
what do you mean with Adding abuild target?
You create a Project and add the files to it and, if you want, you can create build targets, for different tasks or build options (like release and debug)...
99% of this "CreateProcess: No such file or directory" are MinGW related. Try to uninstall it, and reinstall it... !!! MinGW and not CodeBlocks !!!!
Have you installed an second compiler like devc++? If yes remove it's path from the PATH environment.
greetings
PooyaM:
--- Quote from: BlueHazzard on July 01, 2013, 12:07:04 am ---http://forums.codeblocks.org/index.php/topic,17030.0.html
--- Quote from: PooyaM on June 30, 2013, 05:02:10 pm ---"Adding build target" is not a usual routine, is it?
--- End quote ---
99% of this "CreateProcess: No such file or directory" are MinGW related. Try to uninstall it, and reinstall it... !!! MinGW and not CodeBlocks !!!!
Have you installed an second compiler like devc++? If yes remove it's path from the PATH environment.
--- End quote ---
Worked!
Thanks for the link.I'll update my post
Navigation
[0] Message Index
[*] Previous page
Go to full version