【发布时间】:2012-08-03 06:04:00
【问题描述】:
大家好,我正在使用 ipad 2 3g ios 5.1.1 无论如何,我尝试通过theos编译一个应用程序,这就是问题所在 我找到带有makefile的helloworld目录,并通过终端输入make 它说它正在编译,但它给了我这个错误
/bin/sh: /usr/bin/arm-apple-darwin9-g++: no such file ir directory
make [2] : *** [obj/main.mm.o] Error 127
make [1] : *** [internal-tool-all_] Error 2
make: *** [helloworld.all.tool.variables] Error 2
使用这个theos模板
Choose template: 4 (iphone/tool)
Project Name: helloworld
Package Name: com.memyself.helloworld
Author Maintainer Name: me myself
我知道它在 /usr/bin 中寻找 arm-apple-darwin9-g++(我在那个目录中有 arm-apple-darwin9-c++) 但那是什么,我从哪里得到?哦,那些错误是什么我完全没有得到帮助
【问题讨论】: