Guacamayo / meta-guacamayo

meta-guacamole overlay for Poky/Yocto
guacamayo-project.org
25 stars 14 forks source link

libgles-omap3 tries to link against system's libgcc #24

Closed phako closed 12 years ago

phako commented 12 years ago

The problem seems in ./GFX_Linux_SDK/OGLES/SDKPackage/Builds/OGLES/LinuxOMAP3/make_platform.mak, line 74. TOOLCHAIN is not set so this -L degenrates to -L/lib, and then ending up trying to link to a x86_64 /lib/libgcc_s.so

I've no idea if that's a problem of my setup or the upstream makefile.

tthef commented 12 years ago

This should be fixed in master; some of the meta-ti recipes use old OE variables that have been renamed, in this case we were missing TOOLCHAIN_PATH (which in is now called STAGING_BINDIR_TOOLCHAIN), so I added exported that from our beagleboard.conf.