SOLVED. Install help needed for Pi The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux
#1
Edit:  I reinstalled The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and Hashcat compiled cleanly.  Excellent.  Thanks anyway, folks.


Helo folks,  first question from me.

Noob question here.  I am trying to install hashcat on Pi The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), when after typing make, I get this -

Code:
src/modules/module_00400.c: In function ‘module_dgst_size’:
src/modules/module_00400.c:42:13: internal compiler error: Segmentation fault
 u32         module_dgst_size      (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra) { return DGST_SIZE;       }
             ^~~~~~~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions.
make: *** [src/Makefile:518: modules/module_00400.so] Error 1
make: *** Waiting for unfinished jobs....

I am no expert on all this.  Am I doing something wrong?  Could someone point me in the right direction?

Thanks a lot, folks
Reply
#2
internal compiler error: Segmentation fault

something with your gcc is broken
Reply