From mboxrd@z Thu Jan 1 00:00:00 1970 From: gnurou@gmail.com (Alexandre Courbot) Date: Fri, 7 Jan 2011 17:36:44 +0900 Subject: ARM Cross Compilation Toolchain on x86 machine In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org > Thanks for the link. However, you are saying that it is a different > toolchain based on GCC. I did not understand this sentence correctly. > Actually, I want to compile the sources using arm-elf-gcc command. Is > this supported by this codesourcery tool? If you have already used, > please let me know. The name of the compiler will maybe be different, but yes, you will be able to cross-compile sources using it. Alex.