Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging remote target without OS
Debugging remote target without OS [message #125428] Fri, 29 October 2004 04:22
Eclipse UserFriend
Originally posted by: benlau.ust.hk

Hi all,

I want to setup a debugging environment to a remote machine(ARM)
under Eclipse environment. The machine is connected through a JTAG
device/adapter(Multi-ICE or Wiggler) without any operating system
running inside the machine. The host is running some softwares like
Multi-ice-gdb-server or OCDLibremote (depended on the JTAG device used.
) that can understand the GDB protocol through TCP/IP.

I could connect to those software using GDBServer (Run->Debug ,
Debugger tab) However, the comment "info threads" was not implemented ,
therefore i got the following message during execuation:

=== Error message ===
info threads
warning: RMT ERROR : failed to get remote thread list

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
=== End of Error message ===

(The process was stopped here , and Debug perspective was not shown
afterward.)

Is there any method to avoid Eclipse CDT Debugger to work depend
on the result of "info threads"? or any one successed to setup similar
environment that could share your experience with me? :D

Thanks for any advise!
Previous Topic:Invalid resource name
Next Topic:remote building default for new projects
Goto Forum:
  


Current Time: Sat Nov 09 00:20:42 GMT 2024

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

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

Back to the top