移植qt4.8.5,首先要移植依賴庫
tslib-1.4
首先安裝軟體:autoconf automake libtool
ubuntu: sudo apt-get install autoconf automake libtool
1)執行 ./autogen.sh
2 )echo "ac_cv_func_malloc_0_nonnull=yes" >arm-linux.cache
3) 修改 config.h.in檔案內容;
大約在190行左右
將次行 undef malloc
注釋掉
如果不修改,make的時候會出現如下錯誤資訊
undefine reference 『rpl_malloc'
4)./configure --help 可以檢視配置資訊
./configure --host=arm-linux --prefix=安裝目錄字首(自我設定)
5)make
6)make install,這時候會生成的目錄在設定的目錄下
至於測試待續
qt 4 8 5移植tq2440成功
環境 fedora 17 arm linux gcc 4.3.2 tq2440 linux 2.6.39 qt安裝 cd qt everywhere opensource src 4.8.5 1.配置 echo yes configure prefix usr local qte arm opens...
編譯Qt4 8 5原始碼
1.解壓 tar zxvf qt everywhere opensource src 4.8.5.tar.gz 2.進入目錄 3.配置,configure 此步一般會檢測原始碼編譯所需的依賴。見錯誤1 4.make 5.make install 錯誤1.basic xlib functionalit...
qt 4 8 5移植不能顯示中文的解決辦法
qt安裝 cd qt everywhere opensource src 4.8.5 1.配置 echo yes configure prefix usr local qte arm opensource embedded arm xplatform qws linux arm g no webki...