I assume you have the new libgcc.a with the floating point fixes? I'm not
sure that is the problem but just to rule it out...
"Chris DiPierro" <[EMAIL PROTECTED]> wrote in message
news:6250@palm-dev-forum...
>
> Apparently that was just a figment of corrupt emulator memory. It's really
> an illegal instruction. SO what that leads me to is that this:
>
> float degtorad (float degrees) __attribute__ ((section ("calcs")));
> float degtorad (float degrees)
> {
>   float t;
>
>   t = pi/(float)180*degrees;
>   return (t);
> }
>
> Still causes problems in a second code section. For reference the
> declaration is actually in the header file and only in the header file.
>
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to