all segments, AS LOADED (emphasis added), must be a bit smaller than 65,535 bytes. Note that Codewarrior reports inaccurate values for segment sizes and that the linker doesn't fatal error on segments too large. You only see the errror on download.
To see the true size of a segment, you should enable the memory map feature and inspect the map file after building. -bob -----Original Message----- From: [EMAIL PROTECTED] [mailto:Richard.Anderson@;Radiodetection.com] Sent: Wednesday, November 06, 2002 9:37 AM To: Palm Developer Forum Subject: RE: Download Problems CW6 Im allready using the smart memory model as my application is quite large. Is there any other restrictions that I should be aware of to do with 64K segements ? -----Original Message----- From: Robert McKenzie [mailto:Robert.McKenzie@;palmsource.com] Sent: 06 November 2002 17:26 To: Palm Developer Forum Subject: RE: Download Problems CW6 It seems to me that you have done most of the obvious things. Just a wild guess, but perhaps your app has grown past its segment/memory model. Turn on the memory map in the project settings and verify that all segments actually load to less than 64K. -bob mckenzie, palmsource pdx p.s. but if you want help in drop-kicking hardware, that sounds like a whole lot of fun! :) -----Original Message----- From: [EMAIL PROTECTED] [mailto:Richard.Anderson@;Radiodetection.com] Sent: Wednesday, November 06, 2002 9:08 AM To: Palm Developer Forum Subject: Download Problems CW6 Please help me before I drop kick my computer out of the window. 2 hours ago I was happily developing my code and downloading it to my Palm Vx, then all of a sudden it started failing to download every time. Ive tried switching comm ports, cradles and Palm Vx. Ive tried restarting my PC, hard resetting my Palms and it still dont work. Please please help before I start smashing things to pieces. Regards, Richard Anderson -- 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/
