无法打开共享对象 cygmpfr-1.dll

发布于 2024-08-28 13:13:45 字数 525 浏览 5 评论 0原文

我正在测试 CeGCC,这是一个为将应用程序交叉编译到 Windows CE 设备而构建的 gcc。正如每个人测试编译器一样,我做了一个 Hello World 程序:

#include <stdio.h>

int main()
{
    printf("Hello, World!");
  return 0;
}

由于我现在使用 Windows(因为这是我的另一台笔记本电脑),所以我使用 Cygwin。但是当我尝试编译时,出现了一些错误,正如您在终端日志中看到的那样:

C:\Dev\WinCE\Test>arm-mingw32ce-gcc test.c
/opt/mingw32ce/libexec/gcc/arm-mingw32ce/4.4.0/cc1.exe:加载共享库时出错:cygmpfr-1.dll:无法打开共享对象文件:没有这样的文件或目录

C:\Dev\WinCE\Test>

我能做些什么?

I'm testing CeGCC, that is a gcc built to cross-compile applications to Windows CE devices. As everyone do to test compilers, I've done a Hello World program:

#include <stdio.h>

int main()
{
    printf("Hello, World!");
  return 0;
}

As I'm using Windows now(because this is my other laptop), I'm using Cygwin. But when I tried to compile I got some errors, as you can see on the terminal log:

C:\Dev\WinCE\Test>arm-mingw32ce-gcc test.c
/opt/mingw32ce/libexec/gcc/arm-mingw32ce/4.4.0/cc1.exe: error while loading shared libraries: cygmpfr-1.dll: cannot open shared object file: No such file or directory

C:\Dev\WinCE\Test>

What can I do?

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

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

发布评论

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

评论(1

葬花如无物 2024-09-04 13:13:45

在 cygwin 中安装 libmpfr1 软件包。

苏拉诺

Install libmpfr1 package in cygwin.

Surranó

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