Hi Martin, I have updated to UHD4.8, GNU Radio v3.10.12 and Vivado v2021.1_AR76780 in Ubuntu22.04.
The rfnoc_image_builder is giving error: `Executing the following command: . ./setupenv.sh && make X310_XG BUILD_DIR=<repo>/uhd/fpga/usrp3/top/x300/build-x310_image_core IMAGE_CORE_NAME=x310_image_core SYNTH=1` `/bin/sh: 6: ./setupenv.sh: Bad substitution` `/bin/sh: 8: ./setupenv.sh: declare: not found` `/bin/sh: 9: ./setupenv.sh: PRODUCT_ID_MAP[X300]=kintex7/xc7k325t/ffg900/-2: not found` `/bin/sh: 10: ./setupenv.sh: PRODUCT_ID_MAP[X310]=kintex7/xc7k410t/ffg900/-2: not found` `/bin/sh: 16: ./setupenv.sh: source: not found` `Build finished with return code 127.` But when I run the command in terminal, . ./setupenv.sh && make X310_XG BUILD_DIR=<repo>/uhd/fpga/usrp3/top/x300/build-x310_image_core IMAGE_CORE_NAME=x310_image_core SYNTH=1 the bistream generation starts and completes successfully. This is observed for both yaml and grc files. Can you please help resolve the error. Thank you in advance.
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com