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:

  1. convert existing project by: file / new / convert c/c++ autotools project / next / next / finish
  2. 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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -