Pavel Chernikov wrote:

> Error while mapping shared library sections:
> sdl.dll: No such file or directory.
> 
> (followed by several similar messages about the other shared libraries, 
> including cegcc.dll).
> 

This just means gdb didn't find the sdl.dll on the dev machine.

> What am I doing wrong here? Where do I need to have the .dlls for gdb to 
> recognize them? Or what env vars do I need to set?
> 

See gdb's manual and help about solib-search-path,
solib-absolute-prefix, sysroot, although I believe you'll have
problems with path separators '\\' vs '/' on linux hosts.
I'm working on a patch for gdb-cvs to fix that.  (That's one of
the missing peaces that's preventing me to upload a gdb-cvs
snapshot for people to try.)

> Also, what does "inferior" refer to here?
>   /* If not found, next search the inferior's $LD_LIBRARY_PATH
>      environment variable. */
> 

In this case, "inferior" == debuggee.

-- 
Pedro Alves


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to