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: Re: cannot able to debug


Hi,
In your test, Is the application is stopping at the specified breakpoint?  I am using the
Advance Mode (CPU operating mode, i.e., Mode 5 ).
Even the stepi is also not working.

Thanks in Advance

with regards
Ganeshan N

Yoshinori Sato wrote:

> At Thu, 26 Feb 2004 18:06:39 +0530,
> Ganeshan wrote:
> >
> > Hi
> > Even after applying this patch and
> > followed the instructions given, it is in the same state (cannot able to stop at a
> > specified breakpoint).
> >
> > In the patch, the linker option should be"-static -mrelax -mh -mint32" instead of
> > "-static -Wl, -relax -mh -mint32"
> > old file:
> > default_value { "-g -nostdlib -Wl,--gc-sections -Wl,-static -mh -mint32" }
> > patch file:
> > default_value { "-g -nostdlib -Wl,--gc-sections -Wl,-static -Wl,-relax -mh -mint32" }
> >
> > has to be :
> > default_value { "-g -nostdlib -Wl,--gc-sections -Wl,-static -mrelax -mh -mint32" }
> >
> > Thanks in Advance
> >
>
> It is so.
> I correct it.
>
> --
> Yoshinori Sato
> <ysato@users.sourceforge.jp>


-- 
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]