[Development] Qt5 Beta cross compiling problem
Thiago Macieira
thiago.macieira at intel.com
Thu Sep 27 19:19:50 CEST 2012
On quinta-feira, 27 de setembro de 2012 18.37.18, Thomas Senyk wrote:
> Their is a naming convention for mkspecs ... not sure how it's definition
> looks exactly, but it should be named: linux-imx6-g++
No, it shouldn't. It should be linux-g++-imx6. There are several sections of
the .pro files that test for "<os>-<compiler>-*", e.g. in simd.prf:
*-g++*|linux-icc*|*-clang*|*-qcc* {
But you have nailed the problem for this particular case: simd.prf checks for
*-g++* (that's it above), which his mkspec naming doesn't match.
> Not sure about that error .. have never seen it
> (It could(!) be caused by violating the mkspec-naming-schema, but not
> very likely)
It actually is :-/
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120927/bb2ab9ee/attachment.sig>
More information about the Development
mailing list