On Wed, 13 Feb 2002, Max Bian wrote: > Is there a way to build native ARM applications for Palm using GCC tools at > this time or in near future? In another word, if I want to avoid the > emulation all together, what do I need to get?
yes, you can :) http://falch.net/Articles/?art=311 is one such example. there is an API routine that will allow developers to execute code chunks natively (like, mini routines) compiled in ARM/whatever... not much has been published on the topic yet, but, will be eventually. using a cross compiler for arm, you can build such code chunks. it isn't a pretty feature, but, it is doable :) some people, such as Peter Wagner, have made some steps to make this more feasible for the typical developer.. if they are reading, maybe they will enlighten others :) // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
