ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

creating eclipse Project, "C/C++ Make Project" missing

asked 2012-04-04 05:52:04 -0500

sj haque gravatar image

updated 2014-01-28 17:11:52 -0500

ngrennan gravatar image

I followed the instructions on the following page, http://www.ros.org/wiki/IDEs . I am having problem with Step 4, there isn't any option "C/C++ Make Project" in project properties, have repeated the steps again and again but couldn't identify the problem.

edit retag flag offensive close merge delete

Comments

Did you make sure to install the version of Eclipse for C/C++ development?

Eric Perko gravatar image Eric Perko  ( 2012-04-04 06:24:20 -0500 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2012-04-04 18:19:05 -0500

prince gravatar image

updated 2012-04-04 18:19:28 -0500

I believe, there are packages which only builds a library, no executables. If you are is on eclipse, after doing make eclipse-project, import it as a " existing project into workspace". You can find this option under 'General'. This always works for me.

edit flag offensive delete link more
1

answered 2012-04-04 06:25:29 -0500

sj haque gravatar image

updated 2012-04-04 06:27:03 -0500

Found the problem, there should be a cpp file with main function , and its "rosbuild_add_executable" in CMakeLists, in order to successfully import the project. Blank project cannot be imported.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-04 05:52:04 -0500

Seen: 1,359 times

Last updated: Apr 04 '12