• ERROR 172 - SEGMENT TOO BIG
    I am currently struggling through a "segment too big" problem when compiling a particular ".c" file. When I first received the error it reported an "Act=156, Max=128". I then moved all variable declarations...
  • ERROR 172 - SEGMENT TOO BIG
    I am currently struggling through a "segment too big" problem when compiling a particular ".c" file. When I first received the error it reported an "Act=156, Max=128". I then moved all variable declarations...
  • How to overcome with The UNCALLED SEGMENT Error.
    I am working with Kiel uv4 but i am getting 2 or more errors as UNCALLED SEGMENT. i.e. *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_PRINT?SERIAL And that why my...
  • How to overcome with The UNCALLED SEGMENT Error.
    I am working with Kiel uv4 but i am getting 2 or more errors as UNCALLED SEGMENT. i.e. *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_PRINT?SERIAL And that why my...
  • how to overcome stack overflow???
    hello I am using ARM7 LPC2148. in the program I have to use recursive function. so there are lots of chances of stack overflow. how to avoid this??