| ARM Technical Support Knowledge Articles | |
Applies to: BL51 Code-banking Linker/Locator
Information in this article applies to:
How do I instruct BL51 to ignore warning 13 that tells me I have recursive calls to a segment? When I link, I get ten warnings and then the linker halts and reports that there are too many warnings to continue.
To completely disable the warning, use the RECURSIONS directive in the linker. You may specify RECURSIONS(0) or RC(0) in the BL51 options window in the additional tab.
If you just want to increase the number of warnings that can be reported, use RC(x) where x may be a number from 1 to 100 that indicates the maximum number of warnings to report. A value of 0 disables warnings about the recursive calls.
Article last edited on: 2005-07-19 15:13:39
Did you find this article helpful? Yes No
How can we improve this article?