问题描述
我的本机是基于ubuntu的14.04 LTS x86_64系统,我想交叉编译Beaglebone black的应用程序和QT程序,Beaglebone black是在Debian 2015发行版上运行的基于armv7的系统.
My native machine is ubuntu based 14.04 LTS x86_64 system, I want to cross-compile applications and QT programs for Beaglebone black, which is an armv7 based system running on Debian 2015 distribution.
要完成此操作,我应该在本机系统上安装哪个工具链?
Which toolchain I should install on my native system, to get this done?
推荐答案
这里是一个非常有用的链接,如何为beaglebone black设置交叉编译器,uboot,内核和文件系统.如果只想交叉编译,则只需遵循交叉编译器"一章中的几行代码 https://eewiki.net/display/linuxonarm/BeagleBone+Black
Here is a very usefull link how to set up the crosscompiler, uboot, kernel and the filesystem for a beaglebone black.If you only want to crosscompiler, then just follow the few code lines in the Crosscompiler chapterhttps://eewiki.net/display/linuxonarm/BeagleBone+Black
这篇关于用于交叉编译BBB应用程序的工具链的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!