This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ubuntu环境下Qt Creator 在Build时出错

在Ubuntu下创建Qt Creator 用于am335x的应用程序开发,配置好Qt Creator的qmake、compiler后,开始建立简单的hello world工程,build时出错:

/opt/crosstool/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-cortexa8-linux-gnueabihf/4.7.3/../../../../arm-cortexa8-linux-gnueabihf/bin/ld: warning: libts-0.0.so.0, needed by /opt/am335x-BSP/sysroot-target/usr/lib/libQtGui.so, not found (try using -rpath or -rpath-link)

谢谢!