Hi, just an additional thing I found when checking through my sysroots libs and headers:
Everything seems to be there for freetype, libxml2, libjpeg, libpng, zlib still the cmake output says these could not be found. Anyone having an idea about this? With a cross-compile environment like the following (excerpt from yocto generated file) this should work ok, right? Code: export CC="arm-linux-gnueabihf-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/usr/local/oecore-i686/sysroots/cortexa15hf-vfp-neon-oe-linux-gnueabi" export CXX="arm-linux-gnueabihf-g++ -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/usr/local/oecore-i686/sysroots/cortexa15hf-vfp-neon-oe-linux-gnueabi" export CPP="arm-linux-gnueabihf-gcc -E -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/usr/local/oecore-i686/sysroots/cortexa15hf-vfp-neon-oe-linux-gnueabi" export AS="arm-linux-gnueabihf-as " export LD="arm-linux-gnueabihf-ld --sysroot=/usr/local/oecore-i686/sysroots/cortexa15hf-vfp-neon-oe-linux-gnueabi" Thank you! Cheers, Stephan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60836#60836 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

