Home > Back-end >  Windows remote debugging (eclipse mingwx64)
Windows remote debugging (eclipse mingwx64)

Time:09-24

Why use Windows eclipse mingw compiler generated binaries, unable to run LINUX environment,
Not a simulated LINUX environment,
My project is to use the SAMBA share folder

CodePudding user response:

Windows eclipse mingw compiler generated binary file
Is Windows executable file format of the PE, unlike Linux ELF format, like android mobile phone to download software, you can install run on apple mobile phone?

CodePudding user response:

Question is follow the steps online, WINDOWS environment ECLIPSE (MINGW) remote debugging LINUX steps,
Is directly debugging the compiler generated under LINUX binaries, but not on my side, I don't know why,
http://www.heimizhou.com/windows-remote-debug-linux-c-plus-plus.html
I don't know why he can do this,
The key lies in how to make the MINGW GDB to debug the LINUX compiled binary files

CodePudding user response:

This article steps a lot, don't know whether you have omissions or not operating correctly?
My understanding is that the two machines, a Linux, the program compiles a Linux platform, Linux platform installation GDBserver and start;
A Windows machine, through Samba connection Linux machines, through the Eclipse open remote (Linux machine program project, want to have a directory permissions), remote debugging (program actually run a Linux platform, Windows platform of the Eclipse debug interact through GDBserver with Linux machine and run the program,

CodePudding user response:

Two machine can use a computer on the host machine (Windows) and virtual machine (Linux) to replace,

CodePudding user response:

Is that now is on WINDOWS in the MINGW GDB to debug programs compiled LINUX,
Has been stuck in this step,
  • Related