How to import a Makefile-based project filesystem to Eclipse based ARM DS-5 Workbench? -


we have arm project comprised of dozens of c source , header files, built cli using makefile hierarchy (specific build options given make command line params). dev environment arm ds-5 toolset. want use existing eclipse based workbench ide continue development of project.

by defining new workspace , creating new c project in it, can import whole filesystem project browse , edit files. however, ide not "aware" of project structure.

is there way automatically generate ide project based on project's makefile(s)?

note there few similar questions around here, not find discussion specific ds-5, , looks options cdt not available in ds-5.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -