Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT with Cygwin

When creating a C/C++ project select the "PE Windows Parser" option on the "Binary Parsers" page.
----- Original Message -----
Sent: Friday, May 16, 2003 9:43 AM
Subject: Re: [cdt-dev] CDT with Cygwin


With the current standard make build system, integration is fairly straightforward, since you need to build the Makefile yourself and place it in the root folder of the project.  To integrate the debugger, make sure the debugger settings in your launch configuration show Cygwin GDB.

Our intention for the next release is to introduce a managed build system that should take care of this for you, and to provide some user documentation.

BTW, these questions are better asked on the cdt newsgroup where the user community should be able to share their experiences as well.

Cheers,
Doug



oliver.white@xxxxxxxxxxxx
Sent by: cdt-dev-admin@xxxxxxxxxxx

05/16/2003 01:38 AM
Please respond to cdt-dev

       
        To:        cdt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [cdt-dev] CDT with Cygwin




Indeed,

a document describing the set up of cygwin with CDT would be most helpful.
Put it on the todo list I guess.

==============================
Oliver White
Software Engineer
Product Development
Westinghouse Signals Australia
==============================


                                                                                                                   
                   "Sonal Pandey"                                                                                  
                   <Sonal.Pandey@p        To:     <cdt-dev@xxxxxxxxxxx>                                            
                   atni.com>              cc:                                                                      
                   Sent by:               Fax to:                                                                  
                   cdt-dev-admin@e        Subject:     [cdt-dev] CDT with Cygwin                                    
                   clipse.org                                                                                      
                                                                                                                   
                                                                                                                   
                   05/16/02 03:32                                                                                  
                   PM                                                                                              
                   Please respond                                                                                  
                   to cdt-dev                                                                                      
                                                                                                                   
                                                                                                                   




Hi ,
I am a new user of Eclipse and CDT.
I want to compile a c++ program using Eclipse's CDT on windows.
I have Cygwin installed on my machine.
Please tell me how the Cygwin compilers and debuggers can be used for
Eclipse's project.
what setting are required ???

thanks and regards,
Sonal

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




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


Back to the top