编译适用于x86的.NET Micro [英] Compile .NET Micro for x86

查看:100
本文介绍了编译适用于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,请参见 https://netmf.codeplex.com/documentation 在底部是"Porting Kit数据表".

The .NET Micro Framework requires a 32-bit MicroController, see https://netmf.codeplex.com/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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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