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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -