Hello folks! I just compiled calcc for iPod (in iOS 4.3)
Instructions:
1.- Download WinSCP
2.- Download putty
3.-
Download calcc32 compiled from here( http://www.mediafire.com/file/am6m61vwcmy4flq/calcc32 ) or here( http://goo.gl/Fa8Na )4.- Upload calcc32 to what ever directory you want with WinSCP (remember you need to install in cydia the packet OpenSSH, then login as
root, password is
alpine)
5.- With putty change to the directory you uploaded calcc32 and do ./calcc32
This *MIGHT* not work on older iOS's nor on other devices but I thing it will work correctly if you can test it on an older iOS or device post it here.
COMPILE IT YOURSELF ;)If you want to compile it your own follow this tutorial
http://blog.syshalt.net/index.php/2010/09/12/compile-c-applications-with-gcc-on-ios-4-iphone/ and upload with WinSCP the source code then compile it with this:
Code:
gcc calcc32.c -O2 -s -o calcc32 -DBITS32
I tested 64 bits version and it worked, to compile it:
Code:
gcc calcc32.c -O2 -s -o calcc32 -DBITS64
I LOB U ALUIGI :D