Where has the "C projects" wizard gone ? #1149
-
Hello, Since 2025-03, there is only "C/C++ project". So I attempt to use this setting. Left is 2024-12, right is 2025-03 When choosing this setting, the configuration is broken : project properties do not have a "C/C++ build" entry I've read the documentation here: https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Ftasks%2Fcdt_t_proj_build_set.htm I've also read 2025-3 release notes. How can I work with my makefile based build process in 2025-3 ? In the end, it is much more than a wizard issue. Thanks for help. PM |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
Beta Was this translation helpful? Give feedback.
-
See issue #965 |
Beta Was this translation helpful? Give feedback.
-
But when creating a Makefile Project, the |
Beta Was this translation helpful? Give feedback.
-
The Makefile project wizard has moved. To create it, see my answer above and on the next page, select the Project type Makefile project: ![]() |
Beta Was this translation helpful? Give feedback.
-
To import existing code as a legacy C/C++ Makefile project do the following: Menu : File > Import ![]() Then in the import wizard you select: C/C++ > Existing Code as Makefile project. ![]() |
Beta Was this translation helpful? Give feedback.
-
The new Makefile project is new type of project that is based on the Core Build System, just like the CMake projects. The documentation is not yet fully updated for the new Makefile and CMake type projects. All the documentation in the Concepts, Tasks, and Reference chapters is still related to the old legacy Makefile projects. Also the page referenced in the original post. |
Beta Was this translation helpful? Give feedback.
Hi @lesnake and @almi33 ,
The new Makefile project is new type of project that is based on the Core Build System, just like the CMake projects.
There is new documentation added in the Getting Started chapter of the user manual.
See also https://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.user/getting_started/core_build_system.htm?cp=8_1_1_0
The documentation is not yet fully updated for the new Makefile and CMake type projects. All the documentation in the Concepts, Tasks, and Reference chapters is still related to the old legacy Makefile projects. Also the page referenced in the original post.