Linux cross-compilation for ARM architecture

后端 未结 7 1321
你的背包
你的背包 2020-12-07 14:40

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

相关标签:
7条回答
  • 2020-12-07 15:38

    Buildroot is a tool I've had reasonably good luck with for building a custom uClibc-based toolchain from scratch. It's very customizable, and not excessively particular about what distribution you happen to be running on.

    Also, many of its existing users (ie. embedded router distros) are also targeting ARM.

    0 讨论(0)
提交回复
热议问题