Windows 用 Cygwin 和 iPhone toolchain 4.0 编译 iPhone 项目

发布于 2021-11-16 14:48:15 字数 1242 浏览 690 评论 1

@鉴客 你好,想跟你请教个问题:

/toolchain4/Projects/MPPlayer
$ make
clang -ccc-host-triple arm-apple-darwin9  -include MPPlayer-Prefix.pch -c -ObjC -fblocks -std=c99  -isysroot ~/toolchain4/sys43 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40000 -g0 -O2 -Wno-attributes -Wno-trigraphs -Wreturn-type -Wunused-variable -I"." ViewController.m -o ViewController.o
      2 [main] clang 5352 E:cygwinusrlocalbinclang.exe: *** fatal error in forked process - couldn't allocate heap, Win32 error 487, base 0x230C0000, top 0x23130000, reserve_size 454656, allocsize 458752, page_const 4096
    715 [main] clang 5352 open_stackdumpfile: Dumping stack trace to clang.exe.stackdump
      1 [main] clang 804 fork: child -1 - forked process 5352 died unexpectedly, retry 0, exit code 256, errno 11
clang: error: unable to execute command: Couldn't fork: Resource temporarily unavailable
clang: error: clang frontend command failed due to signal 1 (use -v to see invocation)
Makefile:120: recipe for target `ViewController.o' failed
make: *** [ViewController.o] Error 255


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

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

发布评论

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

评论(1

等你爱我 2021-11-21 21:36:34

使用win7的话把bin下的编译器设置为以管理员方式启动,然后启动命令行时也使用管理员方式.当然,你也可以使用管理员登录系统.

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