Topic: Error with SDK (Zc706 and FMC 150)  (Read 4417 times)

bouain November 20, 2013, 07:24 AM

  • Member
  • *
  • Posts: 12
Hi all,
I use the Zc706 board with the FMC150 interface.
I used the StellerIP to generate Xise project. After that I generate the bitstream and I export the project to SDK.
So, I added the HW "sip_zc706_host_if_hw_platform", I created new BSP " standalone_bsp_0" (because there is no pre-compiled bsp)  and I import the SW application "zc702_host_if". But when I compile this project an error appear to me:
../src/main.c:26:28: fatal error: netif/xadapter.h: No such file or directory
compilation terminated.
make: *** [src/main.o] Erreur 1
 
I googling this error but I don't find anything.
 
Any Help please?
BOUAIN

bouain November 20, 2013, 07:49 AM (#1)

  • Member
  • *
  • Posts: 12
Hi,
I resolved it.
I added LWIP Lib and it works.
 
Thanks
BOUAIN