Hi Juergen,
I successfully built and deployed the mini2440 graphics
(QT) fourth quarter release 2012.12.0 .
The issue i'm facing is I get the following linker error while compiling
code via QT Creator 2.5 using qmake located sysroot-cross/bin/qmake
QtCretaor complains of the *highlighted libs* not found but all the libs do
exist in the the sysroot-target/usr/lib .
/opt/OSELAS.Toolchain-2012.12.0/arm-v4t-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-v4t-linux-gnueabi/4.7.2/../../../../arm-v4t-linux-gnueabi/bin/ld:
warning: *libz.so.1*, needed by
/opt/OSELAS.BSP/platform-mini2440-2012.12.0/sysroot-target/usr/lib/libQtSvg.so,
not found (try using -rpath or -rpath-link)
/opt/OSELAS.Toolchain-2012.12.0/arm-v4t-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-v4t-linux-gnueabi/4.7.2/../../../../arm-v4t-linux-gnueabi/bin/ld:
warning: *libts-0.0.so.0*, needed by
/opt/OSELAS.BSP/platform-mini2440-2012.12.0/sysroot-target/usr/lib/libQtGui.so,
not found (try using -rpath or -rpath-link)
/opt/OSELAS.Toolchain-2012.12.0/arm-v4t-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-v4t-linux-gnueabi/4.7.2/../../../../arm-v4t-linux-gnueabi/bin/ld:
warning: *libpng12.so.0*, needed by
/opt/OSELAS.BSP/platform-mini2440-2012.12.0/sysroot-target/usr/lib/libQtGui.so,
not found (try using -rpath or -rpath-link)
/opt/OSELAS.Toolchain-2012.12.0/arm-v4t-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-v4t-linux-gnueabi/4.7.2/../../../../arm-v4t-linux-gnueabi/bin/ld:
warning: *libfreetype.so.6*, needed by
/opt/OSELAS.BSP/platform-mini2440-2012.12.0/sysroot-target/usr/lib/libQtGui.so,
not found (try using -rpath or -rpath-link)
Any ideas as how to fix this?
Does this require a change in qmake so that correct Makefile in generated
which have the missing libs?
regards
--amit