Linux cross-compilation for ARM architecture
问题 I am interested in cross-compiling a Linux kernel for an ARM target on a x86 host. Are there some good practices you recommend? Which is the best cross-compile suite in your opinion? Have you settled up a custom cross-compile environment? If yes, what advices do you have? Is it a good idea? 回答1: There are two approaches I've used for ARM/Linux tools. The easiest is to download a pre-built tool chain directly. Pro : It just works and you can get on with the interesting part of your project Con