BrownB wrote:

> Hello everybody, I'm trying to compile my application, which uses 9
> segments, using PRC-Tools but I get always this error:
> 
> "unknown code section SEGMENT5"
> "unknown code section SEGMENT6"
> "unknown code section SEGMENT7"
> "unknown code section SEGMENT8"
> "unknown code section SEGMENT9"
> 
> SEGMENTn is the name I used for that segment in the def file.
> 
> Note that for the SEGMENT2, SEGMENT3 and SEGMENT4, which are declared in
> the same way, the compiler gives no error.
> 
> Thank you for any advice,
> BrownB

I've got an app with about 30 segments so I know the number isn't the
problem.  IIRC, this error occurs when you declare a segment but don't use
it.  You should make sure you are placing code in those sections before
declaring them in the .def file.  Also check the spelling.  I believe the
segment names are case sensitive too.


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

Reply via email to