Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Re: any C compiler integration with CDT

GO for Standard Make C project and specify your own MakeFile. In the
MakeFile invoke the SunC compiler.

With Regards

Sarvex Jatasra

Software Engineer
Acme Technologies
+91-11-33030881

-> -----Original Message-----
-> From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx] On
-> Behalf Of Ashok Anand
-> Sent: Thursday, August 05, 2004 7:11 PM
-> To: cdt-dev@xxxxxxxxxxx
-> Subject: Re: [cdt-dev] Re: any C compiler integration with CDT
->
-> Hi,
->
-> CYGWIN provides GCC as well as GDB on windows. Agreed.  But, I am
-> looking for a way
-> to use a C  compiler other than GCC( because, Cygwin gcc doesn't
-> support every dialect
-> of C, for example, it doesn't support sunC) to integrate it with CDT.
->
-> Looking forward for your response..
-> with regards,
-> Ashok
->
-> On Thu, 5 Aug 2004 18:31:48 +0530, Sarvex Jatasra <sarvex@xxxxxxxxx>
-> wrote:
-> > Look for CYGWIN. It will provide GCC as well as GDB on windows.
Once
-> > gcc.exe and gdb.exe are in PATH environment variables, your problem
-> will
-> > be solved
-> >
-> > With Regards
-> >
-> > Sarvex Jatasra
-> >
-> > Software Engineer
-> > Acme Technologies
-> > +91-11-33030881
-> >
-> > -> -----Original Message-----
-> > -> From: cdt-dev-admin@xxxxxxxxxxx
[mailto:cdt-dev-admin@xxxxxxxxxxx]
-> On
-> > -> Behalf Of Ashok Anand
-> > -> Sent: Thursday, August 05, 2004 6:04 PM
-> > -> To: cdt-dev@xxxxxxxxxxx
-> > -> Subject: [cdt-dev] Re: any C compiler integration with CDT
-> > ->
-> > -> hi,
-> >
-> >
-> > ->
-> > -> Can you please tell me the way to integrate a C compiler other
than
-> > -> gcc,  to CDT
-> > -> environment, so that whenever I compile a program, it uses my
-> > compiler
-> > -> instead of using gcc.
-> > -> Can the same be done with a debugger.  ?
-> > ->          Waiting for your early response.
-> > -> Ashok
-> > -> _______________________________________________
-> > -> 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
-> >
-> _______________________________________________
-> cdt-dev mailing list
-> cdt-dev@xxxxxxxxxxx
-> http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top