i'm using Vivado 2018.2 + Zedboard, my goal is to use the WiFiScan from the examples attached to Pmod WiFi folder.
i have build the project in vivado section and exported it to SDK
at that point i'm creating new application project, choose C++ project and select finish.
i'm getting the following errors:
flexible array member 'DHCPDG_T::options' not at end of 'struct DHCPMEM_T' DHCP.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 216 C/C++ Problem
flexible array member 'DHCPDG_T::options' not at end of 'struct DHCPMEM_T' DHCP.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 216 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class TCPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class TCPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class UDPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class UDPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'struct DNSMEM_T' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'struct DNSMEM_T' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
Hi
i'm using Vivado 2018.2 + Zedboard, my goal is to use the WiFiScan from the examples attached to Pmod WiFi folder.
i have build the project in vivado section and exported it to SDK
at that point i'm creating new application project, choose C++ project and select finish.
i'm getting the following errors:
flexible array member 'DHCPDG_T::options' not at end of 'struct DHCPMEM_T' DHCP.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 216 C/C++ Problem
flexible array member 'DHCPDG_T::options' not at end of 'struct DHCPMEM_T' DHCP.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 216 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class TCPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class TCPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class UDPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'class UDPSocket' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'struct DNSMEM_T' HeapMgr.h /proj_bsp/ps7_cortexa9_0/include/DEIPcK/utility line 145 C/C++ Problem
flexible array member 'SMGR_T::rgPages' not at end of 'struct DNSMEM_T' HeapMgr.h /proj_bsp/ps7_cortexa9_0/libsrc/PmodWIFI_v1_0/src/DEIPcK/utility line 145 C/C++ Problem
thanks for the help
Share this post
Link to post
Share on other sites