[Buildroot] Qt fails to build

Ormund Williams ormundw at panix.com
Tue Jan 5 01:19:30 UTC 2010


On Mon, 2010-01-04 at 01:43 -0800, alexperl wrote:
> Hello!
> I clone git repo from 1/01 but have same error. Is this bug still
> reproducible? 
Yes.  I'm sorry I haven't gotten around to fixing it yet.  

Find this line in the .../package/qt/qt-4.5.3.mk file:

  BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM))

and then add the following lines:

  # x86x86fix
  # Workaround Qt Embedded bug when crosscompiling for x86 under x86 with linux
  # host. It's unclear if this would happen on other hosts.
  ifneq ($(findstring pc-linux,$(BR2_GNU_BUILD_SUFFIX)),)
  ifeq ($(BR2_PACKAGE_QT_EMB_PLATFORM),x86)
  QT_CONFIGURE+= -platform linux-g++
  QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
  endif
  endif
  # End of workaround.

When I get back to working on Buildroot I'll send in a patch.

Regards.
-- 
Ormund Williams
OrmLab LLC




More information about the buildroot mailing list