Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Remote Complie and debug WinXp -> Linux -> Embedded Linux Device

The RDT plugins from the PTP project will let you do remote builds. Be forewarned you'll need the latest 2.1.1 nightly build with the latest CDT 5.0.2 nightly build as there was an issue with error parsing not working that has been fixed recently. Otherwise, your errors and warnings won't show up properly in the Problems View.

For remote debugging with GDB, you can either use gdbserver directly (run the debug server on your remote machine, and debug it with a local GDB), or use the Remote C/C++ Application launch configuration provided by RSE (which basically automates launching gdbserver for you).

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
Inactive hide details for Joachim Osbeck <Joachim.Osbeck@xxxxxxxxxxxxxxxxx>Joachim Osbeck <Joachim.Osbeck@xxxxxxxxxxxxxxxxx>


          Joachim Osbeck <Joachim.Osbeck@xxxxxxxxxxxxxxxxx>
          Sent by: cdt-dev-bounces@xxxxxxxxxxx

          01/09/2009 07:57 AM

          Please respond to
          "CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To

"cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>

cc


Subject

[cdt-dev] Remote Complie and debug WinXp -> Linux -> Embedded Linux Device

Hello

I would like to use Eclipse cdt for my embedded Linux project and need to do my development on a WinXP.
I have a linux box and my embedded device connected to the LAN. My linux box has the usual setup of gcc/g++ and cross compilers. I have tried to use the RSE which works nice for showing my folder at linux but not found an way for starting gcc/g++ builds.

- Is there a way to start gcc/g++ builds at my linux box via the WinXp-Eclipse ?
- Is there a way to start debug sessions (gdb) on my embedded linux device via the WinXp-Eclipse ?

Thanks for any help !

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

GIF image

GIF image

GIF image


Back to the top