I have made new progress.
1) When I run'./gradlew installRaspbianToolchain' in the new terminal, Toolchain is downloaded, but I found it incomplete in the installation directory
2) I replaced the file I downloaded a few days ago and then ran'./gradlew installRaspbianToolchain'
3) Successful installation
Is this a network problem? It is normal for me to log on to the website directly.
Now I have created a few examples using WPILIB and have new questions.
1) If the example contains HAL, it will report an error
2) Others can build normally
Is this also because of network problems?
在2020年8月6日星期四UTC + 8上午9:57:01,斯科特·利伯特认为:错误消息表明在项目的build.gradle文件中,VSCodeExtension的版本为“ run.wpilib.update”。
这是一个不正确的版本,应该是这样的:
插件{
id “ cpp”
id “ google-test-test- suite”
id “ com.kauailabs.first。GradleRIO ” 版本 “ 2020.3.2。2 ”
}
您看到的问题的可能原因是上次运行VMX-pi VSCode扩展的“更新WPILib版本”时,计算机未连接到Internet。
建议采取以下措施:(a)确保您的计算机已连接到Internet,并且(b)重新运行VMX-pi VSCode扩展名中的“更新WPILib版本”命令。成功完成后,您应该会看到版本字符串类似于上面的内容。
干杯,
-斯科特
2020年8月5日星期三UTC-10下午3:42:11,wenke chen写道:我昨晚试图重新安装它。
我确定网络良好,但是VMX-Pi vscode扩展和Builds仍然无法正常工作。
在2020年8月6日星期四UTC + 8上午12:36:53,斯科特·利伯特认为:如果您已经安装了2020.3.2 VSCode安装程序,则应该可以正常工作。
原始下载过程中可能存在互联网问题,再次尝试可以解决该问题?
让我们知道重试是否可行,如果仍然没有问题,我们可以找出详细的安装说明。但这应该可以工作-因此值得再次尝试运行installRaspbianToolchain命令。
2020年8月4日星期二UTC-10下午10:28:49,wenke chen写道:嗨,大家好。
前几天我收到了vmx-pi,安装Raspbian Toolchain时出现错误。
我在此遵循该方法,但失败了。(我对C ++更加熟悉。) 当我在新终端中运行'./gradlew installRaspbianToolchain'时,它说:>无法展开ZIP'C:\ Users \ Kirk \ .gradle \ cache \ download \ wpilibsuite \ raspbian- toolchain \ releases \ download \ v2.0.0 \ Raspbian10-Windows- Toolchain-8.3.0.zip”。
然后我在这里找到并下载了它,但是我不知道如何安装。你能告诉我下一步怎么做。
谢谢,
文科