谢谢您的帮助,请问是说下面的这些步骤吗?我试过了,没有效果。如果不是的话,可否再麻烦您给我多一些关于您方法的google关键字提示!谢谢
我找到的方法如下:
This happens because the installer is crap..
Copying the filesystem via SCP; ..why?
Decrypt a filesystem and extract it, then put that in /usr/local/arm-apple-darwin/filesystem.
Install your toolchain now, you'll probably have to delete everything and then run setup again, just make sure your filesystem is present in the directory.
Now, let it install.
When completed, save
this file to /usr/local/arm-apple-darwin/filesystem/usr/lib.
Then:
cd /usr/local/arm-apple-darwin/filesystem/usr/lib
bash txt2symlink.sh
Wait for it to finish, and there's just one dylib you have to symlink.
mv libstdc++.6.dylib libstdc++.6.dylib.old
ln -s libstdc++.6.0.4.dylib libstdc++.6.dylib
Now you should be fine.
I did this and HelloWorld compiled for me, but then I was missing WebCore and stuff, so I have a hard time compiling other applications..
I have to find out how to get those headers.