Closed phako closed 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.
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.