Closed marwenius closed 11 months ago
Raspberry Pi 3 Modell B+ with Raspberry Pi OS Lite (64-bit)
I had to change this:
79 make altinstall -j $(nproc) < /dev/null
to that:
79 make altinstall < /dev/null
to get it to work.
Otherwise it was aborted with this error: internal compiler error: Segmentation fault
internal compiler error: Segmentation fault
Raspberry Pi 3 Modell B+ with Raspberry Pi OS Lite (64-bit)
I had to change this:
to that:
to get it to work.
Otherwise it was aborted with this error:
internal compiler error: Segmentation fault