有没有免费的C++和/或在支持 Android 的平板电脑上运行的 C# 编译器?

发布于 2024-12-26 17:17:57 字数 1536 浏览 1 评论 0原文

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

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

发布评论

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

评论(3

七颜 2025-01-02 17:17:57

它至少以某种形式存在。我已经设法找到一个应用程序,甚至可以编译 C 和 Delphi,而无需任何额外的依赖项(我假设它带有 GCC 和 FreePascal。)我目前找不到它,但请继续搜索。同时,TouchQode 至少会给您一些脚本支持。对于 C#,您需要 Mono。 Mono 的运行时在 Android 上当然可用,而且我认为绝对没有理由在 Android 上不能有一个编译器。 编辑:正如 CommonWares 提到的,没有免费的 Mono 端口Android,所以这些都不适用。遗憾。

It exists in some form, at least. I have managed to find an application that even compiles C and Delphi without any extra dependencies (I assume it comes with GCC and FreePascal.) I can't find it at the moment, but keep searching. In the meantime, TouchQode at least will give you some scripting support. For C#, you'll need Mono. The runtime for Mono is certainly available on Android and I see absolutely no reason there can't be a compiler for it on Android as well. edit: As CommonWares mentions, there is no freely available Mono port for Android, so none of this applies. Pity.

故人爱我别走 2025-01-02 17:17:57

为什么不呢,它是一个 Linux 内核和一个得到良好支持的架构(arm)。您可以为 Android 编译 GCC,但平板电脑的性能不会让您感到惊讶。我猜你还需要构建 glibc - 你可以在这里检查: http:// forum.xda-developers.com/showthread.php?t=1299962

基本上你需要为arm架构交叉编译gcc和glibc。

Why not, it's a linux kernel and a well supported architecture (arm). You can compile GCC for android, but the performance of a tablet will not amaze you. You will also need to build glibc I guess - you can check here: http://forum.xda-developers.com/showthread.php?t=1299962

Basically you will need to cross compile gcc and glibc for the arm architecture.

最近可好 2025-01-02 17:17:57

是否有任何免费的 C++ 和/或 C# 编译器可以在任何支持 Android 的平板电脑上运行?

暂时假设答案是肯定的(当然不适用于 C#)。

您还需要:

  • Android SDK 及其工具链
  • Android NDK(因为您对 C/C++ 感兴趣)及其工具链的其余部分
  • IDE

目前这些都不存在于 Android 上运行,尽管有一些不错的文本编辑们。

Is there any free C++ and/or C# compiler that runs on any Android-enabled Tablet PC?

Let's pretend, for the moment, that the answer was yes (it's certainly not for C#).

You would also need:

  • the Android SDK and its toolchain
  • the Android NDK (since you are interested in C/C++) and the rest of its toolchain
  • the IDE

None of that exists to run on Android at this time, though there are some OK text editors.

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