lwip xilinx

Sep 16, 2006 0 Replies

hi.



well thanks for all the help with my previous problem. of course i ran into another one already....



i have the following c code:



#include "xmk.h" #include "stdio.h" #include "lwip/api.h" #include "xparameters.h"



int main() { xil_printf("\r\n\r\n\r\nEntering main \r\n"); xilkernel_main(); return 0; }



void* system_setup(void* arg) { xil_printf("Initializing lwIP ."); lwip_init(); xil_printf(" done. \r\n"); return 0; }


i still get the "Initializing lwIP" output but then the programm never come back from the lwip_init() function. where is the funcion defined anyway? (what source file)



any hints? thanks



Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required