Now the make fails: vagrant@ubuntu-xenial:/pynq/sdbuild$ make /opt/qemu/bin/qemu-arm-static -version | fgrep 2.8.0 qemu-arm version 2.8.0 which vivado | fgrep 2018.3 Makefile:309: recipe for target ‘checkenv’ failed make: *** [checkenv] Error 1
that is because which vivado doesn’t return anything… what else shall I do after installation?
All installed program runs fine and I have run settings64.sh.
Best regards
I have sourced vivado 2018.3, sdk 2018.3 and petalinux 2018.3 and docnav 2018.3 files. still the Makefile:309: recipe for target ‘checkenv’ failed error is coming when i try to run make BOARDDIR=/home/adsc/PYNQ/myboards
please help
I’ve ran into the same issue. If you have root privileges, it solves it.
Let say you run the following commande: sudo apt-get install foo. it ask for the sudo password.
You give it and then run agin make.
It should work. I guess the user should be added to the sudoer list.