Post Go back to editing

Compiling API

Has anyone had any luck compiling the AD9371 (Mykonos) API? I am trying to compile the API from https://www.analog.com/en/design-center/landing-pages/001/transceiver-evaluation-software.html on the SD card that came with our eval board and a Xilinx Zynq eval board. We have also tried it under the image that is posted at https://wiki.analog.com/resources/tools-software/linux-software/zynq_images.

Parents
  • We initially were using the CMake under Linux with gcc/g++. Again, this was trying to compile the API directly on the SD card that shipped with our eval baord. We tried compiling using the Xilinx SDK under Windows and still have the same problems.

    The error log is simple in that included dependencies cannot be found. It starts with simplying not being able to find spi.h, then device.h, and eventually ends at fpga_axi.h. This is only if we pull in spi.h, device.h, etc. from another Linux build. These files are not found on the SD cards that came with the devices or the posted SD card images.

    Here is another post looking for the fpga_axi.h file https://ez.analog.com/thread/87470.

Reply
  • We initially were using the CMake under Linux with gcc/g++. Again, this was trying to compile the API directly on the SD card that shipped with our eval baord. We tried compiling using the Xilinx SDK under Windows and still have the same problems.

    The error log is simple in that included dependencies cannot be found. It starts with simplying not being able to find spi.h, then device.h, and eventually ends at fpga_axi.h. This is only if we pull in spi.h, device.h, etc. from another Linux build. These files are not found on the SD cards that came with the devices or the posted SD card images.

    Here is another post looking for the fpga_axi.h file https://ez.analog.com/thread/87470.

Children
No Data