From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8ABC8E009BA; Sat, 3 Oct 2015 09:10:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.55.86.74 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D2FE4E00343 for ; Sat, 3 Oct 2015 09:10:36 -0700 (PDT) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 6E3F92078685; Sat, 3 Oct 2015 16:10:34 +0000 (UTC) To: Otavio Salvador , "meta-freescale@yoctoproject.org" References: From: Bob Cochran Message-ID: <560FFDF8.4050205@mindchasers.com> Date: Sat, 3 Oct 2015 12:10:32 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Cc: Weng White-B18292 Subject: Re: ls1021 is failing to build with GCC 5.2 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: Sat, 03 Oct 2015 16:10:41 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 10/03/2015 10:31 AM, Otavio Salvador wrote: > Hello folks, > > The autobuilder has catch a build error in the LS1021 kernel, see: > > http://ci.ossystems.com.br/view/FSL%20Community%20BSP%20-%20master-next/job/fsl-community-bsp-master-next_wayland-ls1021atwr/839/consoleText > > It is related to the GCC 5.2 use, please look at this. Perhaps related: I also find that a t1040 (ppc64) kernel built using GCC 5.2 and the meta-freescale linux-qoriq recipe won't boot (stuck before console output). It does build though. However, I can use the same commit and build & boot it without any issues using GCC 4.9.2 ( tools bundled with fsl sdk 1.8 ). I haven't had a chance to look into it yet. Bob > > Regards, >