Hi, --- On Tue, Mar 2, 2010 at 9:59 AM, Suraj Swami <[email protected]> wrote: | I have just started an embedded project and I want to cross compile Linux | kernel and hence a distribution for a arm processor. | | In short a how to on developing tool chain for cross-compiling Linux \--
If you only want to cross-compile the Linux kernel, and user-land applications, you can always use an existing cross-compiler/toolchain. Check CodeSourcery, for example: http://www.codesourcery.com/ Most development boards already provide their own toolchain which you can use. Building a cross-compiler for a target hardware is entirely different. Please read: Karim Yaghmour. 2003. Building Embedded Linux Systems. O'Reilly. http://oreilly.com/catalog/9780596002220 Also refer Dan Kegels' crosstool: http://kegel.com/crosstool/ When replying in digest-mode, please remove the digest messages. You have left a whole trail of messages when posting your question. It helps to follow some mailing list guidelines. For a start, please refer: http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquette.pdf SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
