Re: [arm-gnu] libstdc++.so.6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] libstdc++.so.6



Got it! Thanks...
I just needed to copy it from the host to target.
Its amazing what you think of just *after* you post the question!!

Daniel Jacobowitz wrote:
On Thu, May 21, 2009 at 01:10:40PM -0400, Ed Sutter wrote:
Hi,
I'm trying to build opencv for OMAP35xx (ARM).
I'm using gcc version 4.2.1 (CodeSourcery Sourcery G++ Lite 2007q3-51).

I've successfully cross-compiled it and installed the opencv-specific
shared libraries, but when I attempt to run it, I get the following error:

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

I, in fact, do not have that library; however, I thought this was
supposed to be intrinsic to GCC as of 3.0.  Can someone explain why
I get this error?

The libstdc++ library is included in Sourcery G++, including
2007q3-51; if it's missing from your installation, I suggest
reinstalling from a download off our web site.  It should be
in arm-none-linux-gnueabi/libc/usr/lib.