Hi Shane,
On Mon, Sep 20, 2010 at 9:20 PM, Shane Husson
<sha...@st...> wrote:
> warning: libc.so, needed by
> /home/shane/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/lib/libgcc_s.so,
> not found (try using -rpath or -rpath-link)
At what build stage is this happening? Specifically, is this a warning
coming from insane.bbclass or is this the cross-compiler complaining?
I had a similar issue compiling Stage which also uses the cmake build
system. The fix required modification of the cmake.bbclass to
properly redefine the rpath-link (see
http://patchwork.openembedded.org/patch/2601/).
If you are creating recipes for packages that use cmake and pkconfig,
I recommend inheriting the corresponding bitbake classes. If it is
any help, I've attached my recipe for Stage---it isn't perfect but
perhaps you'll find it useful.
-Ash
If you get a good recipe for player, I'd appreciate a copy :)
|