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..
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
Remember that all path must be relative to the patch of your project file.
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
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...
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..
google for optimizing code for your compiler and add it to the compiler flags in Project->Build Settings
thnks.. problem is resolved..