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.
大家好!
当将这个SDK安装好后,有关QT的库与头文件都放到了:linux_devkit/sysroots/armv7ahf...这个目录下,里面都是TI已经编译好的Qt库,如果想要重新修改Qt并编译,请问是否有相关说明文档?
谢谢!
对于我们AM335x的SDK,可以参考如下的training,讲得很详细:
http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_QT
这个页面打不开。
我最近编译了下QT5.2.
首先是需要libicu库。
1、编译libicu
./configure --prefix=/home/tms/icu/tisdk --host=arm-linux-gnueabihf --with-cross-build=/home/tms/icu/host
2、编译QT5.2
export QMAKESPEC=
export PATH=/home/tms/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin:/home/tms/qt-everywhere-opensource-src-5.2.0/qtbase/bin:$PATH
./configure -prefix /home/tms/qt5.2.0_install -release -make libs -xplatform arm-linux-gnueabihf-g++ -opengl es2 -confirm-license -opensource -icu -no-xcb -no-pch -nomake examples -verbose -shared -no-dbus
不过没进行测试。另外就是webkit编译不过去。