[Interest] Qt5 cross compilation issues on Tegra3

Thiago Macieira thiago.macieira at intel.com
Thu Feb 21 17:13:09 CET 2013


On quinta-feira, 21 de fevereiro de 2013 10.28.37, Ramakanthreddy_Kesireddy 
wrote:
> Please let me know how to resolve the same.

One of the errors is clear:

xcb.cpp:42:21: fatal error: xcb/xcb.h: No such file or directory

You need to install the necessary development packages.

The other error is that your toolchain is broken.

Your compiler flags include:
	-mhard-float -mfloat-abi=softfp -mfpu=vfpv3-d16 -mfloat-abi=softfp

Your linker flags don't.

Why are you compiling new software using "softfp" ?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- 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/interest/attachments/20130221/f201c6a3/attachment.sig>


More information about the Interest mailing list