lwip xilinx

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

Reply to
u_stadler
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.