build - Custom Makefile With Eclipse CDT -
build - Custom Makefile With Eclipse CDT -
i have c++ project 3 .hpp files , 1 .cpp file, , custom makefile. code , makefile project existed, right clicked in project explorer, , did import->existing code makefile project named project , pointed location root dir of project contains of files. , selected mingw gcc toolchain because compiler have. went project->properties->c/c++ build , unchecked generate makefiles automatically
then changed build directory choosing file system , navigating root directory of project contains of files. build directory c:\users\ryan\desktop\school\cse\cse 100\pa1-rbridges
then changed build command make -f c:\users\ryan\desktop\school\cse\cse 100\pa1-rbridges\makefile bst bst target in makefile , makefile @ location. when click hammer on toolbar build project, nil happens. when seek run project, launch failed: binary not found.
i want project utilize makefile , build properly. have searched google , stack overflow hours trying figure out how work , have had no luck. help appreciated.
the solution these sorts of problems begins breaking them down.
first seek , build build command line. "make -f ..." work command line?
it issue mingw not working properly.
it sounds have done correctly far eclipse goes. may find clue in eclipse console window.
eclipse build makefile make cdt
Comments
Post a Comment