From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f41.google.com (mail-yh0-f41.google.com [209.85.213.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4F0D7E00851 for ; Tue, 21 Jan 2014 14:00:47 -0800 (PST) Received: by mail-yh0-f41.google.com with SMTP id i7so2303309yha.28 for ; Tue, 21 Jan 2014 14:00:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JjcJoHk+sW+3koQ9ITDo7e4fAJjs2RSY8gddnhXywLU=; b=BLhuid8nakqb6yc7m8Is9NacSrMXUPbFlZ3KftZsVnT5v0yQeF4gjPvn8kBBqGwwDB KGFu8DPCO14yEl4hN6/12dkUF5vD6QzuSUyfJZiP2geb5G+mGPDOYINSmW3XDvFZJuxc UIXb7fAN21MHVtt7mWD3L4yl8ozYuT4WRbjClE0f6yHuKrJK4L8G00WhG+0X1MKAiQHJ 4N6VvAavrvAYVhREh4mbVDLSFkS6jbTvOuOJraT7sCG2q9KwLN9JxS3xoW7qVRLKf4cz pxj3ZDtZve+NVQolPmgzdh1Iiwgk6qhV/UCreas+WPlgrGThcOPaNHkeh4nZO3tcpRF9 M3yg== X-Received: by 10.236.88.179 with SMTP id a39mr10415306yhf.83.1390341647036; Tue, 21 Jan 2014 14:00:47 -0800 (PST) Received: from goober.local ([75.76.20.151]) by mx.google.com with ESMTPSA id w8sm16983521yhg.8.2014.01.21.14.00.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 14:00:46 -0800 (PST) Message-ID: <52DEEE0E.6070208@gmail.com> Date: Tue, 21 Jan 2014 16:00:46 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <52DEEC17.60406@mlbassoc.com> In-Reply-To: <52DEEC17.60406@mlbassoc.com> Subject: Re: [meta-fsl-arm] Can't build QT5 for i.MX6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 22:00:50 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Gary, On 1/21/14 3:52 PM, Gary Thomas wrote: > I've been trying to build QT5 from meta-qt5 layer without success. > All attempts result in compile errors, as seen in http://ix.io/a2F > I'm using Poky/Yocto + meta-fsl-arm* latest master: > Build Configuration: > BB_VERSION = "1.21.1" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-12.04" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "wandboard-quad" > DISTRO = "poky" > DISTRO_VERSION = "1.5+snapshot-20140121" > TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9" > TARGET_FPU = "vfp-neon" > meta = "master:97d7e8689ca83a13ea511c0b91bf80974b8750b0" > meta-fsl-arm = "master:a899296ac603f549b28200a7c38d4ec4ca5c1ad5" > meta-fsl-arm-extra = "master:6a8759c593e8cd85f0dccb9e3b6de25adf2b3bb1" > meta-yocto > meta-yocto-bsp = "master:97d7e8689ca83a13ea511c0b91bf80974b8750b0" > meta-qt5 = "master:775d77e482f1ea203c78003cccd2547075fd720f" > I've tried different built hosts (Fedora/i586 as well) and other i.MX6 > targets, all fail the same way. > > The key error from the log seems to be: > /local/wandboard_test/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/include/QtCore/../../src/corelib/io/qurl.h:132:9: > error: expected identifier before numeric constant > None = 0x0, > ^ > /local/wandboard_test/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/include/QtCore/../../src/corelib/io/qurl.h:132:9: > error: expected '}' before numeric constant > > It looks like somehow 'None' has been defined to be something? > > It appears that QT5 has been built, at least at some point, according to > the page http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > I tried to duplicate this using the 'dora' branches with the same > failure as above. That's strange, because I just built it with Dora like 12 times in a row suing the instructions from the above link while trying to see what was causing a boot problem and never saw this failure. > > The problem is definitely i.MX related as I can build for other ARM > targets, OMAP3, OMAP4, qemuarm, etc. > > Any ideas about this? You can't imagine how many hours I've been chasing this > one! > > Thanks >