From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id F3CF2333 for ; Tue, 23 Sep 2014 00:07:10 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id DA1B780C764; Mon, 22 Sep 2014 15:12:43 -0700 (PDT) Date: Mon, 22 Sep 2014 15:12:43 -0700 From: Matthew Hall To: Neil Horman Message-ID: <20140922221243.GA19370@mhcomputing.net> References: <59AF69C657FD0841A61C55336867B5B0344015CB@IRSMSX103.ger.corp.intel.com> <20140922131851.GG25406@hmsreliant.think-freely.org> <20140922200529.GI25406@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140922200529.GI25406@hmsreliant.think-freely.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] compile error with linuxapp-clang target on Fedora 20 with 3.15.10 kernel X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 22:07:11 -0000 On Mon, Sep 22, 2014 at 04:05:29PM -0400, Neil Horman wrote: > On Mon, Sep 22, 2014 at 12:23:36PM -0700, Matthew Hall wrote: > > I fixed some of the clang errors a few weeks ago. But some of my patches got sent back due to issues seen by others and I didn't have time to fix them yet. > Can you elaborate on the specific issue here? > Neil Sure... Have a look at this thread. With this, I got it compiling fine with Clang on Ubuntu 14.04 LTS. Some of your stuff was funky kernel problems... I probably didn't get that as I was using an earlier kernel release. One of the patches was merged as it was trivial but the others involved disabling some warnings on certain examples... but people said they preferred using ifdef's instead to fix them, which I didn't get a chance to do yet. Maybe we could try and make all of these clang fixes happen together. I really value the better error messages, I can fix bugs much quicker with all of those. Matthew.