Asher Aslan wrote:

Hi Everyone,

* This is my first time that I am using Mailing group...
I hope someone can help with my problem.

After adding few code lines and compile it,
I got the following error msg:
"
/usr/m68k-palmos/bin/ld: region datares is full (MyApp section .bss)
collect2: ld returned 1 exit status
make: *** [MyApp] Error 1
Build complete for project MyApp
"

I define a second segment (after using the first one succfully) and attach it on the function header which use these few code lines but it
didn't have any effect. :(

Before I register to this mailing group, I looked for solution on the
web but I didn't
found an helpful document.

Thanks,
Asher.

This error mean that your application segment is too large, probably there is something wrong in your second segment definition or the first one is still too large.

Search this same list using the link below the procedure to convert you application in a multi-segment application, there is a lot of good examples that you can use and check if you are doing the thing in the right way:

http://news.palmos.com/read/search/advanced?forum=palm-dev-forum

also I recommend you to migrate to Codewarrior as it has amazing features to handle multi segment in a good way compared to PODS.

Welcome to the lists and best regards

 Erico Franco
 MicroMagic
 Visit our PalmOS forums at: http://forums.micromagiclabs.com



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

Reply via email to