c++ - using legacy project in Eclipse -
i wish use "c" legacy project in eclipse. in project require "autoreconf -vi" followed "./configure" before make start. problem not able "autoreconf -vi" , "./configure" eclipse.
thanks arpit
you should try enabling autotools features eclipse linuxtools plugin: if have cdt, linuxtools plugin should available in eclipse environment. however, need enable features it:
- use following menu: / install new software
- in search box type "linux", find plugin and
- check box (+ ok)
- finally select @ least linux "tools/autotools support cdt" (also call graph, gcov, gprof, ltt interesting not needed problem)
note: if not have plugin available, detailed instructions update url available in linux tools project/plugininstallhelp wiki page.
once have plugin installed, can:
- convert existing project by: file / new / convert c/c++ autotools project / next / next / finish
- edit project properties needed: project / properties / autotools / configure settings, e.g., specify configure flags in advanced tab, platform specifiers cross compilation etc.
hope it'll help.
cheers,
christophe.
= did not know impossible, did it! --mark twain =
Comments
Post a Comment