Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > Free Toolchain Software

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2008, 04:44 AM
NerveGas
Status: Offline
Member
 
Join Date: Jul 2007
Posts: 49
Rep Power: 0
NerveGas is on a distinguished road
Default [Announcement] Open Tool Chain Compatibility Libraries

With the release of Apple's SDK, the development community has come to the rude
awakening that it's not all it's cracked up to be with its restricted features, broken objects, and inability to create iPhone-executable applications yet. In fact, it looks like the compiler includes DRM components itself (according to core), meaning the binaries you build
require Apple's DRM framework (and possibly approval from Apple) just to run.

Lets take a quick inventory of what Apple has accomplished with their SDK restrictions: 1. They have banned NullRiver's installer app, as well as PXL and other installers, essentially locking out any third party distribution channels, which in my opinion is unfair competition. 2. They have guaranteed themselves full control over the accessories market by limiting the ability of third-party software from using the accessories interface. This means no GPS, keyboards, or other accessories without inking special deals with Apple. 3. They have secured themselves potential contracts with game manufacturers such as Nintendo by banning the many emulators already available for the iPhone, which are legal to use in many cases. It seems that now, more than ever, does the community need to support the open source tool chain and the ability to freely write and run software for the iPhone.

With that said, I have begun work (and made significant progress) in writing a patcher to build a set of compatibility libraries for the iPhone "open" source tool chain. Due to the dismay of many developers, it appears that Apple has restricted many important frameworks and features of the iPhone APIs that are available using the open toolchain. They've also made it clear that many types of applications, including my NES.app emulator, will not be welcome on iTunes. This compatibility library is targeted to allow people to continue building applications using the free, open tool chain so that they will run on the new iPhone firmware, once released. Fortunately, we won't need this package until June or later, if at all, but it will be good to have on hand if necessary. This means the open source community will be able to continue software development on the iPhone without any licensing encumbrances from Apple, restrictions on what parts of the iPhone they can use, and will allow the fantastic third-party applications already running on the iPhone to continue on to future firmware releases. The Apple SDK, as many have come to find, has seemingly crippled much of the functionality that initially set the iPhone apart when first launched. Even simple features like the ability to run a program in the background, have been crippled in the Apple SDK. This compatibility package aims to allow open tool chain applications to take advantage of some or all of these features again, leaving the open tool chain the clear best choice for developers.

I've made some significant progress in this, but won't likely release anything until I get a chance to touch the 2.0 firmware and make any last-minute changes that may be needed. But this should give the open source community a great sigh of relief, in that they will be able to continue developing without coming under control of Apple's distribution chain monopoly or applications policies.

As it stands today, the open tool chain is likely to be the dominant tool chain going into 2009, as the Apple SDK is clearly not ready for enterprise adoption yet. Many pieces do not appear to function correctly, or at all, and there is presently no way to run these applications on the iPhone. Come June, only a limited number of developers will likely be admitted into the developer program, based on some remarks I've seen from Apple. The open tool chain works today, and has had almost a year to mature into what has become a very robust SDK. I encourage developers to continue using it, and think it's going to be around for quite a while.

Last edited by NerveGas; 03-10-2008 at 05:14 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 03-10-2008, 05:23 AM
)law('s Avatar
)law(
Status: Offline
Ninja Hack
 
Join Date: Mar 2008
Location: Some girls house...
Posts: 3,325
Rep Power: 189
)law( is just really nice)law( is just really nice)law( is just really nice)law( is just really nice)law( is just really nice
Default

good money keeping the undergrouned alive, the unlockers should love this as long as someone keeps up with a unlocking program
__________________
Playstaion 3 gamer tag HackNinjaLaw

Off the scene till i get a new lcd or a new iphone
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 03-10-2008, 11:01 AM
Proxyl
Status: Offline
Junior Member
 
Join Date: Mar 2008
Posts: 5
Rep Power: 0
Proxyl is on a distinguished road
Default

good work mate!


will it be GNU/GPL tho?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 03-10-2008, 04:36 PM
NerveGas
Status: Offline
Member
 
Join Date: Jul 2007
Posts: 49
Rep Power: 0
NerveGas is on a distinguished road
Default

UPDATE 3/10: It looks like the ARM frameworks included with Apple's SDK are actually "backward compatible" with the v1.1 firmware. For example, all of our old friends from UIHardware are in there:

30b32e9c t +[UIHardware deviceOrientation:] 30b3375c t +[UIHardware fullScreenApplicationContentRectForCurrentDeviceOr ientat ion] 30b32e40 t +[UIHardware fullScreenApplicationContentRect] (And so on)

I have a strong suspicion that the 1.1 APIs we've been using with the toolchain are actually Apple's internal APIs - those they've made unavailable in their SDK. This means open tool chain applications are running closer to Apple-native than Apple's own SDK, and are very likely to run on the v2.0 firmware, even without my compatibility libraries.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 03-10-2008, 09:57 PM
ChronicProductions
Status: Offline
Respected Member
 
Join Date: Sep 2007
Posts: 693
Rep Power: 51
ChronicProductions is a jewel in the roughChronicProductions is a jewel in the roughChronicProductions is a jewel in the rough
Default

NerveGas, does the above post mean that the 1.2 frameworks will work on a 1.1.* phone? Because I have tried many different ways, with no luck. SpringBoard, 1.1.4 and 1.2.0, refuses to run because of something in Foundation.framework, even though I upgarded that, and I am forced to restore. Have you found a way around that? A patch perhaps?
__________________
Chronic Dev Blog

The iPhone Wiki
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 03-11-2008, 12:25 AM
NerveGas
Status: Offline
Member
 
Join Date: Jul 2007
Posts: 49
Rep Power: 0
NerveGas is on a distinguished road
Default

Quote:
NerveGas, does the above post mean that the 1.2 frameworks will work on a 1.1.* phone?
No but the opposite may be true, with little or no work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #7 (permalink)  
Old 03-17-2008, 06:24 PM
froggy
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 5
Rep Power: 0
froggy is on a distinguished road
Default

From your post it looks like there is an open iphone sdk today. Is that correct? Total noob question but what do we use to start today on existing firmwares to develop apps in objective C? Is there an unofficial iphone SDK that we can start using now?

here are a couple more links outlining the things that are banned from the official SDK

http://www.itcrowd.be/entry/iPhone+S...honeymoon.aspx

http://zbowling.com/blog/2008/03/14/...ram-is-a-joke/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 04-23-2008, 12:21 AM
LePoseur
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Rep Power: 0
LePoseur is on a distinguished road
Exclamation tool chain install problem

Leo 10.5.2
Following instructions here: http://wikee.iphwn.org/howto:toolchain_on_leopard_aspen
(odcctools) make ended with this complaint:

Undefined symbols:
"_print_objc_string_object_section_64", referenced from:
_processor in main.o
"_print_objc2", referenced from:
_processor in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [otool] Error 1
make: *** [install] Error 1

(odcctools) sudo make install finished with the same.

There were no other complaints in the whole process; PATH includes /usr/local/bin; yet all I get is bash: arm-apple-darwin-gcc: command not found.

I am, admittedly, a n00b. Any reply will help, even if it is to say, "The compiler is not broken - figure it out".

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 04-23-2008, 11:24 AM
stu_'s Avatar
stu_
Status: Offline
Senior Member
 
Join Date: Apr 2008
Posts: 129
Rep Power: 8
stu_ is on a distinguished road
Default

The only way i could fix this is to edit the Makefile as in:

http://code.google.com/p/iphone-dev/.../detail?id=128
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 07:59 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105