Hi,

I compiled an armlet DLL using gcc, but found a problem during simulation.
This DLL makes a call to 68k code that is used to print a string (puts).
The string that the DLL passes to the 68k code is stored in the .text
section of the DLL I think.
But once the 68k puts routine is called; it crashes with an "Invalid ptr"
error probably because it can't access the string.

Anyone ever tried to print strings from within ARMlet DLL's?

David



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to