Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Remote debug start ERROR(can't start remote debug in neon.1)
Remote debug start ERROR [message #1746873] Mon, 07 November 2016 07:33
Alex Alex is currently offline Alex AlexFriend
Messages: 5
Registered: November 2016
Junior Member
Hello! I have a problem with starting remote debug process in new eclipse version - neon.1.
When i usings software like this:

mint18 32bit, Linux 3.19.0-32-generic i686
eclipse cdt neon Milestone 7 (4.6.0M7) Build id: 20160505-1310
gdb 7.7.1-0ubuntu5~14.04.2


i have't problem. All working fine.

In eclipse console i see next messages and debug process starts:

GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
warning: Could not load shared library symbols for 7 libraries, e.g. /lib/i686/cmov/librt.so.1.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?


BUT:

i have a problems when i'm installed new mint18 and eclipse:

mint18 32bit, Linux 4.4.0-45-generic i686
eclipse cdt neon.1a Release(4.6.1) Build id: 20161007-1200
gdb 7.11.1-0ubuntu~16.0


in console i see next messages and debug stops:

GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Reading /lib/ld-linux.so.2 from remote target...
warning: File transfers from remote targets can be slow. Use "set sysroot" to access files locally instead.
Reading /lib/ld-linux.so.2 from remote target...
Reading /lib/ld-2.11.3.so from remote target...
Reading /lib/.debug/ld-2.11.3.so from remote target...
0xb7739850 in ?? () from target:/lib/ld-linux.so.2
No source file named /home/z/workspace/myapp_cpp.elf/src/myapp_cpp.cpp.
Reading /usr/lib/libSUSI-3.02.so.1 from remote target...
Reading /lib/i686/cmov/librt.so.1 from remote target...
Reading /usr/lib/libstdc++.so.6 from remote target...
Reading /lib/i686/cmov/libm.so.6 from remote target...
Reading /lib/libgcc_s.so.1 from remote target...
Reading /lib/i686/cmov/libc.so.6 from remote target...
Reading /lib/i686/cmov/libpthread.so.0 from remote target...
Reading /usr/lib/libz.so.1 from remote target...
Reading /lib/i686/cmov/librt-2.11.3.so from remote target...
Reading /lib/i686/cmov/.debug/librt-2.11.3.so from remote target...
Error while reading shared library symbols for target:/usr/lib/libstdc++.so.6:
Remote connection closed
Quit


Can anybody answer me how to fix this? Thanx!
Previous Topic:Missing Include directories
Next Topic:Binary not found
Goto Forum:
  


Current Time: Thu Mar 28 22:40:52 GMT 2024

Powered by FUDForum. Page generated in 0.02857 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top