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]

Re: Can't show the source file of vectors.S in insight 5.0


james chen wrote:
> 
> Hello,
> 
>     When I use insight5.0 to debug my application. the source of vectors.S
> file can't be showed in it. anyone can help me?

vectors.S is an assembler file. No debug info is included in that as
standard, although you could probably add some by hand.

Some people have reported success in assembling vectors.S with options like
--gdwarf2 or --gstabs (which to use depends on the target). Maybe try that.
Let us know if it works on your target.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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