Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: seema on December 19, 2013, 12:09:58 pm

Title: "The system cannot find the path specified" WHILE COMPILING
Post by: seema on December 19, 2013, 12:09:58 pm
hi all
    I am facing some issue while compiling a  project in code block.the code written is in C I.have created a new project and made all setting .but when I compile it gives error  "The system cannot find the path specified" in prebuilt steps.     I have defined the path in prebuilt steps as  D:\sample\code\make\m.bat and post build steps as cd   .My source code and all files are inside the code folder as specified in path and compiler in C: directory.  The batch file has matter   as attched in text file here..
Title: Re: "The system cannot find the path specified" WHILE COMPILING
Post by: BlueHazzard on December 19, 2013, 09:47:36 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

specially the "full build log" is important for helping you...

greetings
Title: Re: "The system cannot find the path specified" WHILE COMPILING
Post by: MortenMacFly on December 20, 2013, 07:31:05 am
Remember that all path must be relative to the patch of your project file.
Title: Re: "The system cannot find the path specified" WHILE COMPILING
Post by: seema on December 23, 2013, 05:01:28 am
Thanks guys my code is compiling now... but I am facing some other issues When I compile my code works well ,Then I put its bin file into my device... for some functionality it works well but in testing some features code just crashes...I tried to find it out.. n its due to stackoverflow.. Now is there any wayin code block compiler to debug it... or we can make any setting to0 reduce the code size..

Thanks & regards
Seema
Title: Re: "The system cannot find the path specified" WHILE COMPILING
Post by: BlueHazzard on December 26, 2013, 10:28:00 am
Thanks guys my code is compiling now... but I am facing some other issues When I compile my code works well ,Then I put its bin file into my device... for some functionality it works well but in testing some features code just crashes...I tried to find it out.. n its due to stackoverflow.. Now is there any wayin code block compiler to debug it...

http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks

or we can make any setting to0 reduce the code size..

google for optimizing code for your compiler and add it to the compiler flags in Project->Build Settings
Title: Re: "The system cannot find the path specified" WHILE COMPILING
Post by: seema on January 22, 2014, 05:56:23 am
thnks.. problem is resolved..