Lorri Sloane <[EMAIL PROTECTED]> wrote:
> 1) Reports "palmos_GLib.c, Line:29, C Library is not installed".
See http://www.outerbody.com/palm/PalmOS_GNU_SDK_FAQ-7.html
You can load Libc.prc onto your device, or, as Michael said, you can
link with `-static', or possibly a better solution is to find the
(probably very few) standard C library functions you are (perhaps
unintentionally) using and avoid using them, possibly using Palm OS
alternatives instead (strcpy -> StrCopy, etc).
You can see what functions from libc you are using by adding the
options `-nostdlib -lcrt -lgcc' to your link command.
> 2) Reports "Memory Mgr New.c, Line:4128, Invalid handle".
See http://oasis.palm.com/devzone/knowledgebasearticle.cfm?article_id=1022
With luck, your other problems are related to your first problem. But
it's hard to know from afar...
Michael Sokolov wrote:
> prc-tools are and have always been for UNIX.
Much as you and I and anyone else working on the tools might like this to
be true, it is not.
John
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html