[dpdk-dev] Cross-compilation of bsdapp on Ubuntu

2015-01-15 Thread Ravi Kerur
Thanks folks for the information. On Mon, Jan 12, 2015 at 5:51 AM, Neil Horman wrote: > On Mon, Jan 12, 2015 at 11:21:32AM +, Bruce Richardson wrote: > > On Fri, Jan 09, 2015 at 09:14:16AM -0800, Ravi Kerur wrote: > > > Hi, > > > > > > Has anyone successfully cross compiled bsdapp on Ubuntu

[dpdk-dev] Cross-compilation of bsdapp on Ubuntu

2015-01-12 Thread Bruce Richardson
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

[dpdk-dev] Cross-compilation of bsdapp on Ubuntu

2015-01-12 Thread Neil Horman
On Mon, Jan 12, 2015 at 11:21:32AM +, Bruce Richardson wrote: > 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

[dpdk-dev] Cross-compilation of bsdapp on Ubuntu

2015-01-09 Thread Ravi Kerur
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. I am trying to understand what GNU