编译适用于x86的.NET Micro

编程入门 行业动态 更新时间:2024-10-28 19:35:17
本文介绍了编译适用于x86的.NET Micro的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

.NET微型源代码中的构建过程让我完全不知所措. 我应该如何构建源代码?有些项目文件与VS不兼容,并且"BuildLauncher.exe"没有明确说明我应该如何使用它?

I'm totally at a loss about the build process in the .NET micro source code. How am I suppose to build the source? There are project files that are not compatible with VS and the "BuildLauncher.exe" has no clear directions as to how I should be using it?

我想尝试看看编译运行时以将.NET嵌入本机桌面应用程序有多么困难.

I want to try and see how hard it would be to compile a runtime for embedding .NET in a native desktop application.

推荐答案

OP对JohnD的注释令人困惑,因为它引用了台式机上的C ++和8位CPU上的C#.如果OP可以澄清实际的最终目标,那么他们的问题可能会有更具体的答案.尽管我认为这些信息可能会有所帮助.

The OP's comment to JohnD is confusing because it references C++ on a desktop and C# on an 8-Bit CPU. If the OP could clarify the actual end goal, there might be a more specific answer to their question. Although I think this information may be helpful.

.NET Micro Framework需要32位MicroController,请参见 netmf.codeplex/documentation 在底部是"Porting Kit数据表".

The .NET Micro Framework requires a 32-bit MicroController, see netmf.codeplex/documentation at the bottom is the "Porting Kit Datasheet".

当前,该框架在这些32位处理器内核上运行.

Currently the framework runs on these 32-bit processor cores.

ARM v4,ARM Thumb,Thumb-2,Blackfin,SH2/2A

ARM v4, ARM Thumb, Thumb-2, Blackfin, SH2/2A

也没有多少8位微控制器具有足够的内存. .NET Micro Framework的内存要求完全取决于您使用的功能.该框架以最小的形式需要64 Kb的RAM和256 Kb的闪存.

Also not many 8-Bit MicroControllers have enough memory. The memory requirements for the .NET Micro Framework depend entirely on which features you use. In its smallest form, the framework requires 64 Kb of RAM and 256 Kb of flash memory.

为了将MicroFramework移植到当前不支持的MicroController,请参阅前面提到的文档和同一页面上的"HowTo Manual for PKStudio".

In order to port the MicroFramework to a currently unsupported MicroController see the previously mentioned document and the "HowTo Manual for PKStudio" on the same page.

更多推荐

编译适用于x86的.NET Micro

本文发布于:2023-11-11 17:39:59,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1579121.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:适用于   Micro   NET

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!