Ipad g++darwin9的Theos问题

Ipad g++darwin9的Theos问题,ipad,ios5,g++,cydia,Ipad,Ios5,G++,Cydia,嘿,伙计们,我在iPad23G 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] : *** [

嘿,伙计们,我在iPad23G 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++ 但那是什么?我从哪里得到?哦,这些错误是什么?我一点也不明白。这很容易,
从这里下载libgcc包,然后安装它。之后,从Cydia安装GNUC编译器,并记住将头放在var/theos/include目录中。祝你好运

现在我找到了/bin/sh:/usr/theos/bin/ldid:可执行文件中的CPU类型错误make[2]:***[obj/helloworld]错误126 make[1]:***[internal-tool-all_]错误2 make:**[helloworld.all.tool.variables]错误2