This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: How to embed path info into assembler sources?


Serge,
Actually what is wrong is that the object modules generated
do not have the path information in them for debug information.
If you can re-assemble these modules using the -g option you
should get teh debug information GDB needs. The default is
option is -ng.

Cal Erickson MontaVista Support

Serge Nikulin wrote:

> Hi, All
>
> Among other files my project has many M68K assembler sources in MRI format.
> The problem: GDB can not find these files to show the sources.
> Apparently these assembler files have to contain some path information
> embedded into them.
> Question: What is the right way to embed this info in my *.abs file?
> --target=m68k-coff
> host platform is NT4 + Cygwin
> GDB is in TCP/IP remote mode.
>
> Thank you
>    Serge

--
===========================================================================
Cal Erickson                 MontaVista Software Inc.
Customer Support Engineer    490 Potrero Avenue
Phone (408) 328-0304         Sunnyvale CA 94085
Fax   (408) 328-9204         e-mail cal_erickson@mvista.com
Pager 877-566-2012           support 1-800-759-8888 pin 202-7489
web http://www.mvista.com    support e-mail: support@mvista.com
eCode: http://cal@work.com.ecode.com
===========================================================================




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