I have an empty C++ project in Eclipse, and I want to use a custom makefile. When I go to project properties and click “C/C++ Build”, the “Builder Settings” tab is disabled, and I cannot customize the build command.
How can I apply my own makefile?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can only customize the builder settings if you choose an empty makefile project.
delete the project, keeping the contents on the disk. then click file -> new -> c++ project. instead of choosing “empty project” under “executable”, choose “empty project” under “makefile project”.