Build failed for PYNQ_Composable_Pipeline

Hello,

Tried to build the PYNQ_Composable_Pipeline for Pynq-Z2 on Ubuntu(Ubuntu 18.04.6 LTS).
But it stopped with an error:

INFO: [HLS 200-112] Total CPU user time: 19.7 seconds. Total CPU system time: 1.48 seconds. Total elapsed time: 21.28 seconds; peak allocated memory: 277.649 MB.
INFO: [Common 17-206] Exiting vitis_hls at Thu Jan 12 17:46:56 2023…
INFO: [HLS 200-112] Total CPU user time: 20.24 seconds. Total CPU system time: 1.58 seconds. Total elapsed time: 21.28 seconds; peak allocated memory: 289.368 MB.
INFO: [HLS 200-112] Total CPU user time: 20.56 seconds. Total CPU system time: 1.54 seconds. Total elapsed time: 21.28 seconds; peak allocated memory: 295.345 MB.
INFO: [HLS 200-112] Total CPU user time: 20.33 seconds. Total CPU system time: 1.54 seconds. Total elapsed time: 21.28 seconds; peak allocated memory: 289.430 MB.
INFO: [Common 17-206] Exiting vitis_hls at Thu Jan 12 17:46:56 2023…
INFO: [Common 17-206] Exiting vitis_hls at Thu Jan 12 17:46:56 2023…
INFO: [Common 17-206] Exiting vitis_hls at Thu Jan 12 17:46:56 2023…
Makefile:26: recipe for target ‘bitwise_and.vhlsprj’ failed
make[1]: *** [bitwise_and.vhlsprj] Error 1
make[1]: *** Waiting for unfinished jobs…
Makefile:26: recipe for target ‘LUT.vhlsprj’ failed
make[1]: *** [LUT.vhlsprj] Error 1
Makefile:26: recipe for target ‘absdiff.vhlsprj’ failed
make[1]: *** [absdiff.vhlsprj] Error 1
Makefile:26: recipe for target ‘add.vhlsprj’ failed
make[1]: *** [add.vhlsprj] Error 1
make[1]: Leaving directory ‘/home/gus/MyProjects/PYNQ_Composable_Pipeline/boards/Pynq-Z2/ip/vitis_vision’
Makefile:13: recipe for target ‘vision_ip’ failed
make: *** [vision_ip] Error 2

Any ideas?

Best regards,
Gustav

Hi @gus,

Did you clone the repository recursively?

Mario

Yes and then cd to “…/PYNQ_Composable_Pipeline/boards/Pynq-Z2”
and wrote “make”

What Vivado version are you using?

Vivado 2020.2

Have you applied the Y2K22 patch?

https://support.xilinx.com/s/article/76960?language=en_US

No it was not applied. But it fixed it! Thank you very much for the good and fast support.

Best regards,
Gustav

1 Like