• also about RECURSIVE CALL TO FUNCTION
    When I attempt to link my project, the linker reports the following diagnostic: *** WARNING L13: RECURSIVE CALL TO FUNCTION CALLED: _?NETIP_TXPKTDATAGRAM/NET_IP CALLER: _?NETIP_TXPKT/NET_IP please...
  • Recursive Call Warning? Why?
    Hi, please can someone try this little code snippet with the C51 compiler and tell me why I am getting a "Linker Warning L13: Recursive Call to Segment Foo1, Caller: Foo2" void foo1(void); void...
  • finding recursive calls
    Has anyone written a tool to help track down recursive function calls? I'm sure many of us have seen the dreaded C51 linker warning above recursive calls. My problem: I just spent 30 minutes sifting...
  • mem_test() and mem_set() recursive calls?
    Hi everyone, I'm using the RL-TCPNet in standalone mode (i.e. without a RTOS) and DHCP is enabled. I call the mem_test() function to determine if the DHCP-assigned IP address is valid. When I generated...
  • 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 ) /*---...