use a custom directory for build in eclipse cdt c++ makefile project -
hi have c++ makefile project in eclipse helios cdt.
my external makefile make binary output files in projectdirectory/bin if build project eclipse runs makefile , there no compilation problem if run it.. eclipse doesn't find files..
some advice?
if goto "run" menu , select "debug configurations" or "run configurations" (whichever concerns you), select "c/c++ application", , press 'new' icon little white page yellow plus icon in top right.
on right hand side should see text field "c/c++ application:" buttons "search project..." , "browse...". select "browse..." , navigate location of build output executable.
this should sufficient , running.
Comments
Post a Comment