Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Microsoft tools and debugger

It is certainly the CDT's mandate to be toolchain agnostic. We focus on 
gnu these days because it is omnipresent. The only thing keeping us from 
supporting Microsoft's tools is developers to work on it. There's activity 
starting to swirl but  no critical mass as yet.

Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada



"Daniel Olsson" <daniel.olsson@xxxxxxxxxxxxxxx> 
Sent by: cdt-dev-admin@xxxxxxxxxxx
08/06/2004 11:10 AM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx
cc

Subject
[cdt-dev] Microsoft tools and debugger






Hi,

We are interested in running Microsofts toolchain and debugging tools with
Eclipse. There are several reasons for this, but I feel that it's
off-topic to mention them here.

Is there a strategy or a will to support other toolchains than GNUs in CDT
in the future? I have seen this question silently raised a couple of times
but never seen a real answer.

As for now we have an external buildsystem using CL.EXE and friends, and
the only integration with Eclipse is the VC errorparser.
We would like to be able to set specific toolchain (make,compiler,link)
options that would produce nmake-makefiles, build dlls, make the indexer
behave correctly, and being able to debug. This, only by developing a
plugin to extend these functionalities in CDT. As for now I don't see that
possible (without rewriting/loosing a lot of existing functionality), due
to the tight integration with gcc and gnu-make. Correct me where I'm
wrong.

Douglas Schaefers Win32Debugger seemed very promising. Though I never got
it to work when I tried it, the framework is there. Is someone working on
this project? Otherwise I think that this could be something that we could
spend time on developing.

Regards

______
Daniel Olsson
Purple Scout Software AB
Mobile: +46 733 22 90 04
Internet: www.purplescout.com

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top