Jun 3, 2013

Eclipse PTP configuration on windows/linux

minimum requirements for PTP 6.0:
  • Java 1.6 or later
  • Eclipse 4.2 or later (Eclipse 3.8 should also work)
  • C/C++ Developer Tools (CDT) 8.1 or later
  • Remote System Explorer 3.4 or later is required for RDT (although does not need to be used)
Server-side pre-reqs:
  • git (if Synchronized projects are used) - version 1.5 or later
  • Java (if RDT remote projects are used)
  • Perl (for System Monitoring)
  • gdb (for Parallel Debugger)


http://www.macraigor.com/downloads/Macraigor_with_Eclipse.pdf


cross compiler version of gdb

You'll need need to compile a cross version of gdb. I'd use MinGW and MSYS, then pass this to configure: "--target=i686-linux-gnu --host=i686-pc-mingw32 " (assuming your server is i686).

ptp/rdt


-----------------------------------------------------------------------------------------------------
When you debug a remote application you have gdbserver running on the remote host, and GDB running on the local host. GDB needs to know about the debug symbols and therefore needs to know where your application is, on the local file system.

Another way to say this is that you need two binaries: one on the local host and one on the remote host.

No comments:

Post a Comment

Followers