4DSP Support Forum

Products => FMC Products => FMC150 => Topic started by: bouain on November 20, 2013, 07:24 AM

Title: Error with SDK (Zc706 and FMC 150)
Post by: bouain on November 20, 2013, 07:24 AM
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
Title: Re: Error with SDK (Zc706 and FMC 150)
Post by: bouain on November 20, 2013, 07:49 AM
Hi,
I resolved it.
I added LWIP Lib and it works.
 
Thanks
BOUAIN