Technical Support

BL51: FATAL ERROR 232 (APPLICATION CONTAINS ... RECURSIONS)


Information in this article applies to:

  • C51 Version 5.50

SYMPTOMS

I receive one of the following error messages when I link my C51 program:

FATAL ERROR L232:  APPLICATION CONTAINS MORE THAN 10 RECURSIONS

or

FATAL ERROR L232: APPLICATION CONTAINS TOO MANY RECURSIONS.

CAUSE

This message indicates that the linker has detected more than 10 program recursions during the data overlaying process. This usually indicates a problem with your program that will cause unexpected results.

RESOLUTION

If you want the linker to allow more recursions, use the RECURSIONS directive.

MORE INFORMATION

SEE ALSO

Last Reviewed: Tuesday, July 19, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure