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


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: wrong lib address


On Thu, Aug 30, 2007 at 06:21:12PM +0800, xchen wrote:
> I don't know why the path changed to /mnt/cf/shared/lib, this is my target
> lib path. Maybe I create the related dir can solve the problem, but I am
> glad to know the essential reason and the related solution.

That means /mnt/cf/shared is the path on your target where these
libraries are found.  You need the libraries available in the same
path (plus sysroot) on your host that is used on your target.  Try
running ldd on the target instead of the cross ldd.

-- 
Daniel Jacobowitz
CodeSourcery


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