From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 476525A9C for ; Mon, 12 Jan 2015 12:21:36 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 12 Jan 2015 03:18:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="439425202" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.48]) by FMSMGA003.fm.intel.com with SMTP; 12 Jan 2015 03:08:47 -0800 Received: by (sSMTP sendmail emulation); Mon, 12 Jan 2015 11:21:32 +0025 Date: Mon, 12 Jan 2015 11:21:32 +0000 From: Bruce Richardson To: Ravi Kerur Message-ID: <20150112112131.GA13136@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Cross-compilation of bsdapp on Ubuntu 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, 12 Jan 2015 11:21:36 -0000 On Fri, Jan 09, 2015 at 09:14:16AM -0800, Ravi Kerur wrote: > Hi, > > Has anyone successfully cross compiled bsdapp on Ubuntu or other linux > flavor? From the Linux documentation I see > > "To compile all 64-bit targets using gcc, use: > > make install T=x86_64*gcc" > > which makes me believe that bsdapp can be cross-compiled. Actually, I think it's just that that bit got missed in the documentation update when we added bsd support. :-) I'm not aware of anyone who has successfully built a bsdapp dpdk application on linux or vice-version. /Bruce > > I am trying to understand what GNU libraries and other toolchain > related installation has to be done on Linux in order to get bsd > successfully compiled. Inputs appreciated. > > Thanks, > > Ravi