[Development] Qt5 build issue on ARM

Thiago Macieira thiago.macieira at intel.com
Mon Aug 27 09:07:59 CEST 2012


On segunda-feira, 27 de agosto de 2012 07.25.22, Laszlo Papp wrote:
> Hi,
> 
> Apparently, this recent change results in an error message like "cc1: fatal
> error: .pch/release-shared/QtGui: No such file or directory" on ARM (but at
> least on raspberry pi and Harmattan):
> https://codereview.qt-project.org/#change,33006
> 
> The assembly file (.S) was added directly to the SOURCES variable. I have
> been told by Thiago that the patch looks alright, but this reveals a qmake
> breakage: missing precompiled header generation for C.

Actually, now that I think about it, using a C precompiled header is wrong for 
ASM. It should not have used a precompiled header at all for a .S file.

> As of now, I have just used -no-pch for configure to circumvent the issue,
> but it would be nice get this fixed. Thank you in advance.

-- 
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/20120827/208a1d3f/attachment.sig>


More information about the Development mailing list