You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Raspberry Pi Zero 2W with the RaSCSI Zero 1.0 FULLSPEC version. I started with a clean image of Raspberry Pi OS 64-bit, logged in and updated/upgraded. I followed the instructions to install PiSCSI, ran the easysetup.sh and while it was compiling, it stops at:
clang: error: clang frontend command failed with exit code 139 (use -v to see invocation)
Debian clang version 14.0.6
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg:
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/piscsi_interface-51c09c.cpp
clang: note: diagnostic msg: /tmp/piscsi_interface-51c09c.sh
clang: note: diagnostic msg:
At a glance this looks like the same issue that was discussed at our Discord channel the other day.
While it wasn't clear exactly what worked for that person, I think dropping down to a single thread for the clang compiler did the trick.
I have a Raspberry Pi Zero 2W with the RaSCSI Zero 1.0 FULLSPEC version. I started with a clean image of Raspberry Pi OS 64-bit, logged in and updated/upgraded. I followed the instructions to install PiSCSI, ran the easysetup.sh and while it was compiling, it stops at:
clang: error: clang frontend command failed with exit code 139 (use -v to see invocation)
Debian clang version 14.0.6
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg:
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/piscsi_interface-51c09c.cpp
clang: note: diagnostic msg: /tmp/piscsi_interface-51c09c.sh
clang: note: diagnostic msg:
make: *** [Makefile:177: obj/piscsi_interface.pb.o] Error 139
The text was updated successfully, but these errors were encountered: