Em quinta-feira, 4 de maio de 2017, às 08:03:47 PDT, René J. V. Bertin escreveu: > Here's another shot in the dark: that's a 64bit Intel host running an ARM > cross build, maybe even for 32bit. I don't really know how you run tests on > there (emulation?) but couldn't this be something that has to do with > endianness and/or 32/64 bit differences? And couldn't it be something that > has long been latent but was never triggered in a way that it caused > problems?
I think our ARM builds are little-endian, so endianness cannot be an issue. The problem happens before any ARM code is run, so it's not an emulation or processor issue. It must be a cross-compilation (bootstrapping) issue. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
