Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] remote compilation and debugging?

> 
> Please let me know if you have any idea in this regard.
> 

The simplest way is to have the source available in
your workspace: NFSD, SMBD etc ..

The other way is to do cross-compilation, change the way
you do things, compile on windows for the Unix system
gcc can do that fine, but it requires some setup 8-)
Timesys/MontaVista/QNX to name a few 8-) propose already
setup environment to do just that on top of CDT ... but $$$

For the debugger, Use the GDBServer when choosing
the debugger, it is not all automatic i.e. you will
have to start gdbserver by hand get the port number etc ..
see gdb manual.

> -sumit
> 
> -----Original Message-----
> From: cdt-debug-dev-admin@xxxxxxxxxxx
> [mailto:cdt-debug-dev-admin@xxxxxxxxxxx] On Behalf Of Sarkar, Sumit
> Sent: Monday, June 28, 2004 3:51 PM
> To: cdt-debug-dev@xxxxxxxxxxx
> Subject: [cdt-debug-dev] remote compilation and debugging?
> 
> 
> Is there any way to use a client/server approach for CDT? Suppose, I
> have the sources in a Unix server. I want to use Eclipse 3.0 with CDT on
> Windows as the client. The compilation will happen on the Unix server
> and the compiler output will be displayed on windows box. Similarly at
> the time of debugging - actual debug will happen in Unix box, but
> transparent to the windows user. Windows user will be able to set the
> breakpoins etc on the Unix target.
> 
> Thanks,
> sumit
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> 


-- 
au revoir, alain
----
Aussi haut que l'on soit assis, on est toujours assis que sur son cul !!!



Back to the top