Hello, I hope someone can help me out here. I was in the middle of developing an application on my iPhone before upgrading to 3.0. I followed the general setup given by this example:
Developing for the iphone using the open toolchain and SDK 2.0 headers - antirez weblog
Thus I was actually compiling the code on the phone its self...as this seemed like the easiest option for someone who doesn't own a mac. Now when I try to make my app I get:
/bin/sh: arm-apple-darwin9-gcc: command not found
When I look on Cydia, I can only find "GNU C Compiler" but when I try to install this it shows a depends on libgcc which it can't find (and neither can I when searching for it). Due to this it won't install.
Does anyone have any help to offer? Basic gist is that I want as easy of a way as possible to compile my appliation for my iPhone now that it's running 3.0. I'd prefer to get it working again to compile on the phone it's self, but if I have to switch to somehow compiling on my windows PC I will.
Thanks.