View Single Post
Old 27 May 2018, 17:15   #74
selco
Registered User
 
Join Date: Aug 2013
Location: Germany
Posts: 81
Source-path of a cross-compiled program?

Hi,
I am experimenting with new debugger.

I have a programm cross-compiled with gcc under Linux, so all sources are in my linux-home. I used -g to have debug information.

The linux home is exported via samba and mounted as drive M: on the WinUAE-PC.


When I start uaedbg progname WinUAE tries to find the sources but failes with messages like this:


Couldn't open source file 'dictionary.cpp'
Couldn't open source file '/home/osboxes/program-sourc/src/dictionary.cpp'
Failed to load 'dictionary.cpp'


What is the preferred way to solve that problem? Can I somehow tell the debugger to add an "M:" to the front of the source-pathts? So that it can find not only my sources but also for instance the sources for libnix and other used libraries etc?




Another question:
when I enter TL I get


>TL
0 libraries matched with library symbols.
>


What am I missing here?


best regards
selco is offline  
 
Page generated in 0.04262 seconds with 11 queries