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: run without GDB


On Tue, Jun 10, 2003 at 11:48:09AM +0200, Alessandro GARDICH wrote:
> hi to all 
> 
> i have a question ... 
> is possible to run (using RedBoot) a standalone program with the 'go'
> command, without gdb ???
> 
> every time i try on the serial console i see weird character that seem
> to be GDB commands :( ... 

What exactly are the characters? There are two possibilities that come
to mind:

1) The application has crashed and its trying to tell gdb where its crashed

2) The output to the diag channel is still using gdb O format
   encapsulation.  You can force it to do this with
   CYGSEM_HAL_DIAG_MANGLER. Make sure this is disabled.

   Andrew

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


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