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
  • 1) What is the tool chain are you using for building the API code?

    You can build it on windows using Xilinx SDK by creating an eclipse C project ( File-> New -> Application project) or on Linux distro using tool chain which come along Linux SDK.

    2) You should get most of Xilinx specific dependencies with this. 

    3) API code provide function skeletons in 'common.c' , which you need to fill with your board and fpga specific implementation. 

    4) Default implementation stand good for  Xilinx Zynq ZC706 eval board and you can use it as it is as you are using same board. You still need to provide fpga specific implementation. 

    4) Once you are able to do so, please share compilation error log. We can go through them error by error to find out a resolution.

Reply
  • 1) What is the tool chain are you using for building the API code?

    You can build it on windows using Xilinx SDK by creating an eclipse C project ( File-> New -> Application project) or on Linux distro using tool chain which come along Linux SDK.

    2) You should get most of Xilinx specific dependencies with this. 

    3) API code provide function skeletons in 'common.c' , which you need to fill with your board and fpga specific implementation. 

    4) Default implementation stand good for  Xilinx Zynq ZC706 eval board and you can use it as it is as you are using same board. You still need to provide fpga specific implementation. 

    4) Once you are able to do so, please share compilation error log. We can go through them error by error to find out a resolution.

Children
No Data