Sounds like the compiler complaining that a particular symbol isn't defined -- almost as if its declared static in one source file and you're trying to use it from another - or its global but there's no "extern int myInt;" anywhere...
If this is a linker problem rather than a compiler problem, make sure you've unchecked "Link Single Segment" on the linker panel in your target settings. On Tue, 1 Feb 2005 19:46:58 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > My app has grown too large to live in a single segment. So it has moved into > a multi-segment target. However, I don't know how to access global variables > (defined in the original segment) from my new segment. When I try to > compile, I get errors in the new code : > Error: undefined identifier 'xxx'. Help please! > -- > 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/
