This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Trouble cross debugging


On 2/21/06, EJS <ejshoor@yahoo.com> wrote:
> Well, I stumbled over some additional information. I
> forgot to mention another error message that I had
> been getting.
>
> "warning: Unable to find dynamic linker breakpoint
> function.
> GDB will be unable to debug shared library
> initializers and track explicitly loaded dynamic
> code."
>
> I had read somewhere that this message could be a
> result of an "overstripped" ld-linux.so. So I copied
> my ld-linux.so from the target over the one generated
> by crosstool. I also copied over the other shared
> libraries that gdb was looking for libc, libm, etc.
> This seemed to fix the problem. The gdb backtrace went
> from a hundred or so lines to about seven.
>
> So my question is: Is there any way to prevent
> crosstool from "overstripping" the shared libraries
> that it generates?

Sure.  Try a swift kick to the maintainer :-)
I'll have a look and see if I can fix that.
- Dan



--
Wine for Windows ISVs: http://kegel.com/wine/isv

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.org


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