[Interest] Cannot complie Qt 5.10 on ARM device
Thiago Macieira
thiago.macieira at intel.com
Thu Jan 11 23:10:43 CET 2018
On Thursday, 11 January 2018 14:05:03 PST Filip Piechocki wrote:
> > Can you find the src/corelib/global/qconfig.cpp file (created by
> > configure)
>
> There is no such file when running configure in container. It is when
> ran on a host system.
Ok, then that is the problem. It's probably O_TMPFILE+linkat failing.
See this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=11996 for a
related problem.
It's not Qt's bug. Whatever you have between the real Linux system and the
environment you're building Qt in is messing it up.
If you can't solve it, you may patch Qt and disable "linkat".
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list