可以生成 Linux ARM 可执行文件的 C# 编译器

发布于 2024-11-04 09:59:55 字数 356 浏览 1 评论 0原文

我一直在寻找一些适用于 Linux 的 C# 编译器,经过长时间的搜索,我遇到了一些非常有趣的项目:

但我还没有看到任何交叉编译的方法ARM Linux 上的应用可执行文件(arm-unknown-linux-gnu),所以我想知道是否有任何方法可以使用 C# 编译器(如这些或其他编译器)构建 ARM Linux 可执行文件。

I've been looking for some C# compilers for Linux and after a long search I've encountered some projects that are very interesting:

But I haven't seen any approach on any of those to cross-compile applications to ARM Linux executables(arm-unknown-linux-gnu), so I want to know if there is any way to build ARM Linux executables using C# compilers like those or others.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

十二 2024-11-11 09:59:55

您看过.NET Micro Framework吗?

.NET Micro Framework 目前受 ARM 架构处理器(包括 ARM7 和 ARM9)和 Analog Devices Blackfin 支持。现在可以在 Microsoft 下载中心根据 Apache 2.0 许可证免费下载移植工具包以及源代码。

并且:

2011 年 2 月,Novell 发布了 Mono 2.12 C# 编译器的预览版,这是第一个针对 .NET Micro Framework 的开源编译器。

Have you looked at the .NET Micro Framework?

The .NET Micro Framework is currently supported on ARM architecture processors (including ARM7 and ARM9) and on Analog Devices Blackfin. The Porting Kit is now available along with the source code as a free download under the Apache 2.0 license at the Microsoft Download Center..

And:

In February 2011, Novell posted a preview of the Mono 2.12 C# compiler, the first open source compiler for .NET Micro Framework.

感受沵的脚步 2024-11-11 09:59:55

Mono 能够为 ARM 生成非 JIT、本机执行二进制文件。他们将其集成到 iPhone http://monotouch.net/ 的 SDK 中。

Mono is capable of producing non JIT, native execution binaries for ARM. They integrated this into an SDK for the iPhone http://monotouch.net/ .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文