User forums > Using Code::Blocks

"The system cannot find the path specified" WHILE COMPILING

(1/2) > >>

seema:
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..

BlueHazzard:
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

MortenMacFly:
Remember that all path must be relative to the patch of your project file.

seema:
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

BlueHazzard:

--- Quote from: 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...


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


--- Quote from: seema on December 23, 2013, 05:01:28 am --- or we can make any setting to0 reduce the code size..

--- End quote ---

google for optimizing code for your compiler and add it to the compiler flags in Project->Build Settings

Navigation

[0] Message Index

[#] Next page

Go to full version