| ||||||||
Technical Support Support Resources Product Information | BL51: FATAL ERROR 232 (APPLICATION CONTAINS ... RECURSIONS)Information in this article applies to:
SYMPTOMSI 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. CAUSEThis 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. RESOLUTIONIf you want the linker to allow more recursions, use the RECURSIONS directive. MORE INFORMATION
SEE ALSOLast Reviewed: Tuesday, July 19, 2005 | |||||||
| ||||||||