This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: KDevelop


On Wednesday 13 October 2004 23:59, Stephan Bourduas wrote:
> I've been using Vim as my "IDE" 'till now, and I wanted to start using
> KDevelop for larger projects.  The problem is that KDevelop uses the
> automake/autoconf toolchain to create makefiles etc.  When I try to use the
> LDFLAGS that my program will need, the configure script fails.  I've been
> playing with it for a while, and I keep getting different error messages
> depending on how I've put the flags in.
>
> Has anyone been able to use KDevelop successfully with eCos?  I'm about to
> give up and give Eclipse a try.

Yes, works very good.
I'm using it together with cmake, see here:
http://sources.redhat.com/ml/ecos-discuss/2004-09/msg00129.html

If you decide to use cmake from cvs and kdevelop from cvs (HEAD or 
KDE_3_3_BRANCH) you can have cmake generate native project files for 
kdevelop.

If you have questions or problems, ask :-)

If you don't want to use cmake (I think you should give it a try), you have to 
import an existing project in kdevelop, type Generic C/C++ application, 
(Makefile based)

Bye
Alex
-- 
Work: alexander.neundorf@jenoptik.com - http://www.jenoptik-los.de
Home: neundorf@kde.org                - http://www.kde.org
      alex@neundorf.net               - http://www.neundorf.net

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]