• L13 Warnings don't make sense
    I decided to start a new thread since this problem is different than the original one. When I compile the attached code, I get four L13: Recursive Call to Segment Warnings. One of the functions called...
  • Warning L13: recursive call to segment
    Hello, I have the following piece of code: /*-------------------------------------------------------------------------*/ extern byte i2c_swi2c_Write( byte address, byte *msgw, byte len ) /*---...
  • WARNING L13: RECURSIVE CALL TO SEGMENT
    I am receiving WARNING "L13: RECURSIVE CALL TO SEGMENT" when I try to access a CROMDATA array from the same file. That means CROMDATA variable and its usage are in the same .c file. Can anybody...
  • Warning L13: even after using re entrant keyword with function
    Hi, I have a code where I have used array of a function pointer, which lies in the code area. I have used OVERLAY in the linker option. After compiling these code I got warnings for L13 for around...
  • Linker Warning
    Greetings, Within my serial receive interrupt routine I'm getting a linker warning dealing with a printf statement. My code and the warning are shown below: void serial_int() interrupt 4...