Don't know how to do it with PODS. Code Warrior (I use 9.2) offers you
the opportunity to build a separate bin file with the ARM code. There
are no size restrictions. (Of course there are, but I have had no
problems with a 1.5 MB armlet so far). 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kamal
Sent: Thursday, December 02, 2004 12:44 PM
To: Palm Developer Forum
Subject: RE: Running PNOlets > 64k

Please suggest that how to compile code bigger than 32K upto 64K with
PRC
tools. Actually I am using Palm OS Developer Suite. If possible please
suggest in accordance with this tool.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Caspar Heiden,
vd
Sent: Thursday, December 02, 2004 4:54 PM
To: Palm Developer Forum
Subject: RE: Running PNOlets > 64k

I've tried both scenarios and can confirm first-hand that THEY WORK!

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Henk Jonas
Sent: Thursday, December 02, 2004 11:42 AM
To: Palm Developer Forum
Subject: Re: Running PNOlets > 64k

Sinisa Marovic (AC/EDD) wrote:

> Theoretical question:
> 
>    since it is possible to do long jumps running ARM code, I was
wondering
> if this is possible:
> 
>     Using prc tools it is possible to compile segments larger than 64
kb (I
> tried it, you can even build prc). The only problem is that such prc
will not
> run on your palm. But what if we put such compiled executable into an
.pdb or
> onto a memory card, load it with some 'loader' code into a heap, and
then run
> it from there? Would this be possible, or is ti complete nonsence?
> 
> 

I would suspect that you could a) put it on the memory card, allocate 
enough ram, copy it to the  main memory and run it, or b) split the 
large chunk into small ones (less then 64k), add them as single records 
to your prc, allocate enough ram on the device, concate the single 
records together in main memory and run it. Should work, or?

Regards
Henk

-- 
------------------------------------------------------------------------
-
   Henk Jonas
   Palm OS (r) certified developer

   [EMAIL PROTECTED]                                   www.metaviewsoft.de
------------------------------------------------------------------------
-

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

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


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

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

Reply via email to