Re: cross compile linux

2012-02-12 Thread Mulyadi Santosa
On Sat, Feb 11, 2012 at 14:05, chromaticwt zac zac.3.14...@gmail.com wrote: what is the proper way to cross compile the linux kernel from one arch to another? specifically, i386 - ppc. Just adding to what others had said, you might also consider ptxdist or scratchbox to automate such cross

Re: cross compile linux

2012-02-12 Thread Anuz Pratap Singh Tomar
On Sun, Feb 12, 2012 at 11:17 AM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: On Sat, Feb 11, 2012 at 14:05, chromaticwt zac zac.3.14...@gmail.com wrote: what is the proper way to cross compile the linux kernel from one arch to another? specifically, i386 - ppc. Try this tutorial

Re: cross compile linux

2012-02-12 Thread Anuz Pratap Singh Tomar
On Sun, Feb 12, 2012 at 11:38 PM, Anuz Pratap Singh Tomar chambilketha...@gmail.com wrote: On Sun, Feb 12, 2012 at 11:17 AM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: On Sat, Feb 11, 2012 at 14:05, chromaticwt zac zac.3.14...@gmail.com wrote: what is the proper way to cross

Re: cross compile linux

2012-02-11 Thread Daniel Baluta
On Sat, Feb 11, 2012 at 9:05 AM, chromaticwt zac zac.3.14...@gmail.com wrote: what is the proper way to cross compile the linux kernel from one arch to another? specifically, i386 - ppc. You should use a cross-compiler. I recommend you crosstool-ng. Use google for references. [1] thanks,

Re: cross compile linux

2012-02-11 Thread Matthias Brugger
On 02/11/2012 10:15 AM, Daniel Baluta wrote: On Sat, Feb 11, 2012 at 9:05 AM, chromaticwt zaczac.3.14...@gmail.com wrote: what is the proper way to cross compile the linux kernel from one arch to another? specifically, i386 - ppc. You should use a cross-compiler. I recommend you