Building ARM GNU Cross compiler

后端 未结 7 971
野的像风
野的像风 2020-12-15 11:03

A similiar (less descriptive) post is here.

I\'m trying to roll my own tool chain using recent releases on Ubuntu and was hoping there was enough of a Linux communit

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 11:21

    I've had good luck using buildroot to build toolchains and libraries for cross-compiling Linux. Buildroot uses the lightweight uclibc C library rather than glibc, so it might not work for your purposes. (And getting the toolchain this way might not be quite as exciting and compiling it yourself.)

提交回复
热议问题