问题描述
我可以在x64主机上调试和构建,但我想在pi上执行代码。谷歌搜索后,有说
I can debug and build on my main machine which is x64 but I'd like to execute the code on my pi. After googling there was a comment that said
但是他似乎不确定,看来我应该使用 dotnet
来执行,它似乎不是手臂,所以似乎没有办法运行该应用程序
However he seemed to be unsure and it appears I should execute by using dotnet
which appears not to be arm so it appears theres no way to run the app
如何在树莓派的点网核心上运行我的应用程序?
How do I run my app on dot net core on a raspberry pi?
推荐答案
目前还没有ARM的官方sdk构建。好像他们已经接近了,但没有任何安排。这是我不时检查以跟踪其进度的线程。
https://github.com/dotnet/coreclr/issues/3977
Not yet, there are no official sdk builds for ARM. Seems that they are close, but I haven't heard for any schedules. This is the thread I check from time to time to track their progress.https://github.com/dotnet/coreclr/issues/3977
这篇关于我可以在ARM / Raspberry Pi上运行dot NET core吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!