"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 04:28 PM 6/4/2004, you wrote: > >Are there no libraries included with PODS that provide the core math > >operators for double/floats, or have I just totally missed it? > > Yes, this is a limitation of PODS 1.0 alpha. We don't have FP support for > PNOs now, but we are working on a solution for the official 1.0 release > coming later this summer.
Is it possible to use the FP libraries from CodeWarrior as a temporary workaround? Or perhaps from the Tapwave SDK?
I think pacc is generating different calls to perform floating point than CW -- it's tuned to call the Palm OS Cobalt FP shared library, rather than a standard ARM runtime; because of this, I wouldn't expect the FP libraries to be compatible between the products, unfortunately.
Also, is there an easy method for examining the assembly source generated by pacc in a managed make project? I've tried setting the -S flag, but PODS then complains about the suffix of the source file...
There's no mechanism built into PODS to let you view assembly. However, you can run pacc.exe manually from the command line.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
