Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » compilation tools
compilation tools [message #64639] Tue, 18 March 2003 08:06 Go to next message
Eclipse UserFriend
Originally posted by: mseffar.actia.fr

hello,

would it be possible to use other compilation tools than GNU Tools or is
CDT pre-configured for these tools?

thanks
Re: compilation tools [message #65418 is a reply to message #64639] Thu, 27 March 2003 20:51 Go to previous message
Henning Riedel is currently offline Henning RiedelFriend
Messages: 310
Registered: July 2009
Senior Member
write the makefile specific to your toolchain and change the
default build command to the make command it uses, i believe.

though i.e. for MSVC change all ifdef, ifeq and the tools macros
like CC MAKE etc. to !IF and !ELSIF, cl.exe, nmake.exe and link.exe,
also the tool-options need to be adapted to MSVC or copy a sample
makefile from msvc and call that makefile with nmake.

this should work, although i haven't tested it yet.

kesselhaus

m. seffar schrieb:
> hello,
>
> would it be possible to use other compilation tools than GNU Tools or is
> CDT pre-configured for these tools?
>
> thanks
>
Previous Topic:Can't start debug:No symbol "auto" in current context.
Next Topic:Eclipse v2.1released
Goto Forum:
  


Current Time: Sat Oct 19 10:48:23 GMT 2024

Powered by FUDForum. Page generated in 0.02852 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top