Hi all,
I'm trying to generate the necessary files to install Petalinux on the ADRV9361-Z7035 board. At this moment, I am trying to build the HDL file using the Vivado 2021.2 software installed on a Linux Ubuntu version 23.04. I'm following the instructions available at: wiki.analog.com/.../build
I have no experience with this process, but I downloaded the HDL files and am trying to run the "make" inside the project folder (hdl/projects/adrv9361z7035/ccbob_cmos/), but I am getting the following error message:
Building axi_ad9361 library [/tools/Xilinx-full/Vivado/2021.2/hdl/library/axi_ad9361/axi_ad9361_ip.log] ... FAILED
For details see /tools/Xilinx-full/Vivado/2021.2/hdl/library/axi_ad9361/axi_ad9361_ip.log
make[1]: *** [../scripts/library.mk:89: component.xml] Error 127
make: *** [../../scripts/project-xilinx.mk:81: lib] Error 2
Checking the log file indicated in the message, the following message is displayed: /bin/sh: 1: vivado: not found
I have already checked the vivado patch and apparently it is correct. The command "witch vivado" returns: /tools/Xilinx-full/Vivado/2021.2/bin/vivado
I ran the settings64.sh script before starting the make command and added the following line to the bash.bashrc = export PATH=$PATH:"/tools/Xilinx-full/Vivado/2021.2/bin"
All the tries have been unsuccessful. Does anyone have any suggestions?
Thanks!