在Eclipse中设置交叉编译

时间:2017-03-21 20:29:06

标签: eclipse yocto

我想使用Yocto / Linux为我的嵌入式tart​​get设置交叉工具链编译。实际上我在我的Windows 7主机上运行Eclipse,在我的嵌入式目标上,我安装了带有gcc编译器的Yocto / Linux。

我无法在目标本身上运行Eclipse IDE,但我想使用目标gcc编译器为目标编译nateivelyu。

是否可以设置Eclipse以在目标上获得已编译的Linux应用程序?

1 个答案:

答案 0 :(得分:0)

这是Eclipse设置的Wiki:http://wiki.hioproject.org/index.php?title=HIO_Wiki:Set_Up_Eclipse_IDE_for_Yocto_Device

您需要编译:

$bitbake meta-ide-support
$bitbake meta-toolchain adt-installer

安装工具链:

$sudo sh poky-eglibc-x86_64-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.1.sh

然后转到Eclipse安装Yocto插件,ADT插件以及连接到交叉编译工具链。

相关问题