Can not build it with the script

Hi
ill can not build it with the script: fullbuild-wfview.sh · master · Elliott Liggett / scripts · GitLab

Im on a raspberry pi and the latest Raspbian.

Get this output: https://termbin.com/eypw

73s de SA5LKC

Hi,

What model/specification Pi are you using? That looks like memory exhaustion, which we have seen with older model Pis with less memory. You can try editing the line in the script:

time make -j2 2>&1 | tee -a /tmp/build.log

Remove “-j2” (this tells make to run two simultaneous compile threads.

If using an older or 2GB Pi, you will likely find that wfview doesn’t run very well though!

Thanks

Phil

Hi tnx. Thats a Rpi zero 2W. Had seen that other install via this script. Gonna try to remove that in the script and try again.

// Jocke.

It will be interesting to see if that works, the Zero 2W has only 512 MB RAM IIRC, that may prove to be difficult to run wfview on!