Jump to content

YakirP

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by YakirP

  1. my Vivado desing looks the same besides the gpio ip (i don't need it).

    it passed the generate bitstream successfully -> export hardware and launch SDK.

    i keep following the video attached (as i did before) and i'm trying to make a new application project (C++ project).

    after hitting finish on it, the SDK takes couple of minutes to update the software and then the error jumpes from no where.

    i'm using the library of vivado attached to the YouTube video so i don't know about which folders are you talking about.

    as i wrote, this error jumped even before i'm touching my new project. i didn't copy yet anything to the new project.

    any help?

  2. 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
     

    image.thumb.png.3fc2a20f28291c3ccb71b85feed83706.png

×
×
  • Create New...