Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Using CDT with another compiler (not gcc)
Using CDT with another compiler (not gcc) [message #133216] Mon, 03 January 2005 03:24 Go to next message
Eclipse UserFriend
Originally posted by: levw.mail.ru

Hi,

Can I use Eclipse CDT on Solaris with Sun's C++ compiler?

Thanks
Re: Using CDT with another compiler (not gcc) [message #133242 is a reply to message #133216] Mon, 03 January 2005 07:12 Go to previous messageGo to next message
Eclipse UserFriend
Lev wrote:
> Can I use Eclipse CDT on Solaris with Sun's C++ compiler?

I don't think the Managed Make project in CDT supports Sun C++ compiler
out of the box, but if it's a close enough to GCC I don't see why you
can't get it to work, you will probably need to edit the different
variables and flags to match your compiler.
In the worse case scenario you can always create a Standard Make project
in CDT and use your own tools to generate a Makefile for your project.

PS: CDT only support GDB debugger for now, so if you compile your
project with anything other than GCC you might not be able to use
eclipse to debug it.

Gael
Re: Using CDT with another compiler (not gcc) [message #133298 is a reply to message #133242] Tue, 04 January 2005 02:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: levw.mail.ru

Does CDT have a parser for binaries built by Sun's compiler?

Gael Martin wrote:

> Lev wrote:
>> Can I use Eclipse CDT on Solaris with Sun's C++ compiler?

> I don't think the Managed Make project in CDT supports Sun C++ compiler
> out of the box, but if it's a close enough to GCC I don't see why you
> can't get it to work, you will probably need to edit the different
> variables and flags to match your compiler.
> In the worse case scenario you can always create a Standard Make project
> in CDT and use your own tools to generate a Makefile for your project.

> PS: CDT only support GDB debugger for now, so if you compile your
> project with anything other than GCC you might not be able to use
> eclipse to debug it.

> Gael
Re: Using CDT with another compiler (not gcc) [message #133311 is a reply to message #133298] Tue, 04 January 2005 03:25 Go to previous message
Eclipse UserFriend
Lev wrote:
> Does CDT have a parser for binaries built by Sun's compiler?

If Sun C++ compiler generates ELF binaries I guess it would work, you
would have to try, these are the parser available in CDT 2.1:

-Elf
-PE Windows
-HP-UX SOM
-AIX XCOFF32
-GNU Elf
-Cygwin PE
-Mach-O

Gael
Previous Topic:new class template violates 17.4.3.1.2
Next Topic:CDT Plug-in for Microsoft Debugger?
Goto Forum:
  


Current Time: Sun May 11 19:11:57 EDT 2025

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

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

Back to the top