Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] DSF remote debug error

Hi,
I'm trying to debug an application running on linux using DSF. I cross compiled the application using cygwin and runs on linux without a problem.
But when I try to debug it from Windows with DSF I have an error :

*warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration
of GDB.  Attempting to continue with the default i386 settings.

Remote 'g' packet reply is too long: 00000000f2b6f0b901000000f45ff1b7705ad5bf885ad5bf2c83 0408c0830408c584040882020000730000007b0000007b0000007b.........*

I think the problem arises from cygwin gdb. Because it's not configured for linux. Should I use a cross gdb on cygwin to fix the problem, if so how can i find cygwin cross gdb configured for linux ?

Host : Windows, gdb on cygwin, i686
Target : Linux, gdbserver, i686





Back to the top