Problems getting build system up and running

Pat,

Thanks for the input! I got an eval license for the HDMI core and re-ran it. It ran for much longer this time (around 9 hours?), then died with a different build error:

synth_1: /home/john/work/PYNQ/sdbuild/build/PYNQ/boards/ZCU104/base/base/base.runs/synth_1/runme.log
[Sat Nov 16 06:14:22 2019] Launched impl_1...
Run output will be captured here: /home/john/work/PYNQ/sdbuild/build/PYNQ/boards/ZCU104/base/base/base.runs/impl_1/runme.log
launch_runs: Time (s): cpu = 00:01:14 ; elapsed = 00:01:28 . Memory (MB): peak = 3369.895 ; gain = 1588.465 ; free physical = 1587 ; free virtual = 5910
[Sat Nov 16 06:14:22 2019] Waiting for impl_1 to finish...
/tools/Xilinx/Vivado/2019.1/bin/loader: line 267: 114697 Killed                  "$RDI_PROG" "$@"
makefile:16: recipe for target 'bitstream' failed
make[1]: *** [bitstream] Error 137
make[1]: Leaving directory '/home/john/work/PYNQ/sdbuild/build/PYNQ/boards/ZCU104/base'
+ unmount_special
+ for fs in '$fss'
+ sudo umount -l /home/john/work/PYNQ/sdbuild/build/bionic.arm/proc
+ for fs in '$fss'
+ sudo umount -l /home/john/work/PYNQ/sdbuild/build/bionic.arm/run
+ for fs in '$fss'
+ sudo umount -l /home/john/work/PYNQ/sdbuild/build/bionic.arm/dev
+ sudo umount -l /home/john/work/PYNQ/sdbuild/build/bionic.arm/ccache
+ rmdir /home/john/work/PYNQ/sdbuild/build/bionic.arm/ccache
Makefile:324: recipe for target '/home/john/work/PYNQ/sdbuild/output/bionic.arm.2.5.img' failed
make: *** [/home/john/work/PYNQ/sdbuild/output/bionic.arm.2.5.img] Error 2

The “runme.log file” mentioned on the 3rd line didn’t get created. Not sure what’s going on here. Did you come across this?

I’m going to try again with a change I made to the Makefile to get the PREBUILT option to work properly…

Thanks again,
John