On Sun, 19 May 2002, Stass Desyatnikov wrote: > I have a reference board (ARM based) running Palm5.0. I have created a GUI > application in 68k code emulation that runs OK. My GUI app is big one, so I > have used 3 segments for it.
wow. you know how many people are annoyed that you actually have access to a reference board - and, you have no idea what to do with it.. surely Palm could have been supplying these to people who could actually do something with the boards without asking questions. sick.. anyhow.. back to your question.. > Now, I'd like to link the GUI app with my 32 bit native ARM library. > Does anyone know how to link 68k code with native ARM libraries ? > Is there a plan to make GUI code 32 bit too ? there is a lot of information in the palm developer area. in order to have native ARM code in your application, you need to create what is called an ARMlet - which needs to be generated from an arm based compiler (gcc can do this using -nostartfiles). i believe, it is much easier to do this type of thing using the prc-tools tool chain right now :) ben combee will know more about getting it to work in codewarrior (R8 doesn't do it out-of-the-box) i'll catch up with a few people at the london palmsource maybe today if anyone is going.. :) // az [EMAIL PROTECTED] http://www.ardiri.com/ - simple stuff http://www.mobilewizardry.com/ - the real stuff *g* -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
