Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
没有为Eclipse安装Yocto项目SDK插件_Eclipse_Eclipse Plugin_Eclipse Cdt_Yocto - Fatal编程技术网

没有为Eclipse安装Yocto项目SDK插件

没有为Eclipse安装Yocto项目SDK插件,eclipse,eclipse-plugin,eclipse-cdt,yocto,Eclipse,Eclipse Plugin,Eclipse Cdt,Yocto,在windows 10平台上,我按照安装的说明进行操作 安装失败,出现以下错误,是否有人知道如何解决此问题 Cannot complete the install because one or more required items could not be found. Software being installed: Yocto Project SDK Plug-in 1.4.1.201710162310 (org.yocto.sdk.feature.group 1.4.1.2017101

在windows 10平台上,我按照安装的说明进行操作

安装失败,出现以下错误,是否有人知道如何解决此问题

Cannot complete the install because one or more required items could not be found.
Software being installed: Yocto Project SDK Plug-in 1.4.1.201710162310 (org.yocto.sdk.feature.group 1.4.1.201710162310)
Missing requirement: Utils 1.4.1.201710162310 (org.yocto.remote.utils 1.4.1.201710162310) requires 'package org.eclipse.rse.internal.terminals.ui 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Yocto Project SDK Plug-in 1.4.1.201710162310 (org.yocto.sdk.feature.group 1.4.1.201710162310)
To: org.yocto.remote.utils [1.4.1.201710162310]

因为这个,我昨天损失了很多小时 正如Howard Dowthwaite在评论中写道:

**SOLVED** - required installation of "Jubula Launch Support for Eclipse RCP" plugin. This solved the missing dependency issue – Howard Dowthwaite

你试着安装插件了吗?我在windows 10上使用“安装新软件…”。不确定这个插件在那里叫什么。这是一个Eclipse插件,应该是跨平台的。我不使用Eclipse,但如果您想在Windows上使用yocto,请按照以下说明操作。或者使用VirtualBox+Ubunt(最简单的方法)。我们有一个带有yocto的构建服务器,我正在尝试创建一个eclipse SDK环境,可以从我的windows PC远程访问此服务器。表示应该可以,但按照安装说明未能安装yocto SDK插件。已解决-需要安装“Jubula Launch Support for EclipseRCP”插件。这解决了缺少依赖性的问题。