Goran Todorovic wrote:

Hi, guys!

my problem is the following:

I've made transition from a single code segment app to the multisegment code 
app without any significant problems, so during the application building 
process now I don't get any warning/error
messages. Even with objdump tool I see inside the app the new code#2 resource containing 
"beyond-32K" code (alltogether with
the other resources).

But when I upload the app to the Emulator and run it, I get immediately "<app> just 
read from memory location 0x00000006, which is in low memory.".

I just have feeling like everything needed is inside the app, but simply not 
interconnected correctly.

Where to look/what to check next?

I am relatively a newbee, especially in the multisegment stuff and all this 
compiler/linker/post-linker internalia.

Regards,
GT




One thing that jumps immediately to mind is that the "PilotMain" finction must NOT be declared in one of your new sections. It has to stay in code0. Bob.

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

Reply via email to