I'm using CodeWarrior 8.3 on windows xp with the latest pose 3.5
On a side note... does anyone know a way to make the CodeWarrior debugger faster? I've used it on two machines (winxp and win2k), and with both of them, for the debugger to go to the next line of code when i break can take forever. Sometimes it just never goes to the next line of code, and I have to restart debugging, but even if it does it takes a very long time.
thanks
-adam
Ben Combee wrote:
At 09:30 2002-11-6 -0800, you wrote: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.
This is only true in CW for Palm OS R6 or earlier -- V7 added a check that tells you when a segment grows too large, but its only enabled if you have linker warnings enabled. The segment sizes in the project window are inaccurate, but the sizes reported in the map file are correct. This is because the project sizes are based on the compiler, not on what actually gets linked into each segment, which can be smaller after unused code removal.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
