This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecos remote debugging


Kevin Kuo wrote:
Hi, I am wondering if it is required to install redboot in addition to eCos in order to use the remote debugging function of eCos gdb toolchain? The board I am using happends to be supported by both. I am running through the user documentation for eCos under cygwin and I am getting hung up at the target remote /dev/ttyS0 part. Is it possible that I will need redboot to install remote gdb functionality before I can use eCos? Thanks.

That's normally the way to do it. You could instead include GDB stubs in your application (with the appropriate configuration option in eCos) and make a call to the function breakpoint() to enter the stubs at the time of your choosing, but that's less common.


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
>>>>> Visit us in booth 2527 at the Embedded Systems Conference 2004 <<<<<
March 30 - April 1, San Francisco http://www.esconline.com/electronicaUSA/
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]