在Eclipse中设置交叉编译

在Eclipse中设置交叉编译,eclipse,yocto,Eclipse,Yocto,我想使用Yocto/Linux为我的嵌入式tartget设置跨工具链编译。实际上,我在Windows7主机上运行Eclipse,在我的嵌入式目标上安装了带有gcc编译器的Yocto/Linux 我不能在目标上运行EclipseIDE,但我只想使用目标gcc编译器为目标编译nateivelyu 是否可以设置Eclipse以在目标系统上获取已编译的Linux应用程序?这是Eclipse设置的Wiki: 您需要编译: $bitbake meta-ide-support $bitbake meta-to

我想使用Yocto/Linux为我的嵌入式tartget设置跨工具链编译。实际上,我在Windows7主机上运行Eclipse,在我的嵌入式目标上安装了带有gcc编译器的Yocto/Linux

我不能在目标上运行EclipseIDE,但我只想使用目标gcc编译器为目标编译nateivelyu


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

这是Eclipse设置的Wiki:

您需要编译:

$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插件以及连接到交叉编译工具链。

这是Eclipse的Wiki设置:

您需要编译:

$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插件以及连接到交叉编译工具链