通过4个简单步骤构建Arduino接线库 [英] Building Arduino Wiring Libraries in 4 Easy Steps

查看:118
本文介绍了通过4个简单步骤构建Arduino接线库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在处理树木日期的问题,我似乎无法解决错误信息。我尝试按照microsoft创建的指南来构建arduino布线库。完成第2步后,我尝试构建解决方案
,效果很好。就在我继续第3步之前,我尝试将应用程序部署到我的RPI 3,但我遇到了一个错误。

Hi, i have been working with a problem for the better part of tree days and I cannot seem to get around the error message. I tried following a guide created by microsoft to build an arduino wiring library. After completing step 2 I tried building the solution which worked great. Just before i continued with step 3 i tried deploying the application to my RPI 3 and I got one error.

错误:

严重程度 代码
描述 项目
文件
抑制状态

错误 DEP6701:Bootstrapping因意外错误而失败:'未指定ID值。

参数名称:id'。 ArduinoWiringApplication1

Severity Code Description Project File Line Suppression State
Error DEP6701 : Bootstrapping failed with unexpected error: 'The ID value is not specified.
Parameter name: id'. ArduinoWiringApplication1

由于指南没有要求我构建/部署应用程序,因此我当时认为很少。 nbsp;

I thought little of it at the time since the guide did not call for me to build/deploy the application. 

当我完成第3步并部署C#应用程序时,我收到一条错误消息和两条警告。请注意,此错误与构建库时出现的错误相同。

When i completed step 3 and deployed the C# application i got one error message and two warnings. Note that this error is the same error I got when building the library.

错误:

严重程度 代码
说明 项目
文件
抑制状态

错误 DEP6701:引导失败出现意外错误:'未指定ID值。

参数名称:id'。 ArduinoWiringApplication1

Severity Code Description Project File Line Suppression State
Error DEP6701 : Bootstrapping failed with unexpected error: 'The ID value is not specified.
Parameter name: id'. ArduinoWiringApplication1

警告1:

严重性 代码
描述 项目
文件
抑制状态

警告 命名空间'http://中的'BackgroundTasks'元素schemas.microsoft.com/appx/manifest/foundation/windows10'在命名空间'http://schemas.microsoft.com/appx/manifest/iot/windows10'中包含无效的子元素'Task'。
预期可能元素的列表:命名空间'http://schemas.microsoft.com/appx/manifest/foundation/windows10'中的'BackgroundTaskChoice'以及命名空间'http://schemas.microsoft中的'Task' .com / appx / manifest / uap / windows10'以及命名空间中的'Task'
'http://schemas.microsoft.com/appx/manifest/foundation/windows10'.

BackgroundApplication1 C:\ Users \\ \\ appmin\Desktop\dev\BackgroundApplication1 \ BackgroundApplication1 \ Package.appxmanifest
46

Severity Code Description Project File Line Suppression State
Warning The element 'BackgroundTasks' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10' has invalid child element 'Task' in namespace 'http://schemas.microsoft.com/appx/manifest/iot/windows10'. List of possible elements expected: 'BackgroundTaskChoice' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10' as well as 'Task' in namespace 'http://schemas.microsoft.com/appx/manifest/uap/windows10' as well as 'Task' in namespace 'http://schemas.microsoft.com/appx/manifest/foundation/windows10'. BackgroundApplication1 C:\Users\admin\Desktop\dev\BackgroundApplication1\BackgroundApplication1\Package.appxmanifest 46

警告2:

我不知道为什么我会收到错误,但我确实认为这两个警告与指南希望我在清单中添加的两个功能有关。任何人都可以帮我解决这个问题吗?

I have no idea why i'm getting the error, but I do think that the two warnings has to do with the two capabilities that the guide want me to add in the manifest. Can anyone help me solve this problem?

这是一个保存项目的存储库的链接:

Here is a link to a repositoryholding the project:

https://github.com/MortenBertheussen/ArduinoWiringApplication.git

https://github.com/MortenBertheussen/ArduinoWiringApplication.git

以下是我所遵循的指南的链接:

Here is a link to the guide i followed:




推荐答案

你好

可以您是否可以编辑您的帖子并更改您所遵循的指南的链接?

当前它指向您的存储库...

could you please edit your posting and change the link to the guide you followed?
currently it points to your repository...

br

Andre

br
Andre


这篇关于通过4个简单步骤构建Arduino接线库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆