From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: Cross-compilation of bsdapp on Ubuntu Date: Mon, 12 Jan 2015 11:21:32 +0000 Message-ID: <20150112112131.GA13136@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Ravi Kerur Return-path: Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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