|
From: Tom H. <to...@co...> - 2014-03-18 17:34:13
|
On 18/03/14 17:19, Giuseppe Assalve wrote: y much for your reply. > > Since, as I've written before, I'm new to Linux could you please explain > to me how I can actually do the two options? > > - _you need to provide debug symbols for it_ > If I've well understood I should install the library libc6-dbg on the > board but where can I find this library for ARM / Angstrom platform? > > - _you need to either stop your ld.so getting stripped in such a severe way_ > What do I have to do to stop ld.so? I can't answer those questions because I simply don't know. I've never used that particular linux distribution/development environment. You need to seek help from people that are expert in that, whether that's the people who sold you the environment, or the open source community that creates it. The simple answer to your first question may well be that the platform you are using does not provide separate debug packages, but you'd need to ask people that know about it to be sure. The answer to the second is probably that you need to rebuild the dynamic linker after modifying the build system to not runs strip on it, or to do so less aggressively, but again you need help from somebody who knows how that system is built. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |