Home > other >  Cross-compilation qt5.9, compile tslib problems
Cross-compilation qt5.9, compile tslib problems

Time:10-17

Cross-compilation qt5.9 configuration options to add - tslib to ERROR: ERROR: Feature 'tslib was enabled, but the pre - condition' libs. Tslib 'failed. The method is basically the same, compile qt5.7 is not the problem, is there a solution for you

CodePudding user response:

Did you solve it? I also have this problem

CodePudding user response:

I also met the same problem, with qt5.14.0 qt5.9.9 has the same problem

CodePudding user response:

I also encountered this problem, the qt version is 5.9.9 and 5.14.0 quote this wrong,

CodePudding user response:

Find on the Internet for several days didn't find the answer, finally solved his groping,
Found the reason, if your cross-compilation toolchain for arm - Linux - gnueabihf, so when you compile tslib, configuration of time attention./configure -- host=arm - Linux - gnueabihf -- prefix=/home/work/lib/tslib, namely host=arm - Linux - gnueabihf instead of arm - Linux is ok,

CodePudding user response:

I also appeared the problem, you try using the file command view is compiled tslib arm architecture.
Before I use the wrong compiler to compile it is x86 there appears the question, to specify a cross-compiler after solved
  • Related