linker command failed/Final linking of kernel gpu_decompress failed.
#1
I ran into this issue with hashcat earlier today, so I uninstalled and re-installed, same issue.

I'm trying to run this command:

Code:
sudo hashcat -m 22001 -a 3 WPA*01*9660cab2a78529b0db720296d1edf9d3*c089ab84f750*705a0f7a6835*5341534b54454c30304448*** ?u?u?u?u -d 1 -v --backend-ignore-cuda

-m tried 22000 and 22001 for the hash type
-a 3 for brute force
-d 1 for cpu
--backend-ignore-cuda as the error alludes to a gpu issue, which I don't have a GPU in this laptop.

I've updated my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux environment with update and upgrade before attempting the clean install of hashcat, same issue.

What does this error mean? Here is the full traceback:

Code:
OpenCL API (OpenCL 2.0 pocl 1.8  Linux, None+Asserts, RELOC, LLVM 9.0.1, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
====================================================================================================================================
* Device #1: pthread-Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, 2761/5586 MB (1024 MB allocatable), 4MCU

OpenCL API (OpenCL 2.1 LINUX) - Platform #2 [Intel(R) Corporation]
==================================================================
* Device #2: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, skipped

Minimum password length supported by kernel: 64
Maximum password length supported by kernel: 64

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #1. Please be patient.../usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: unknown type [0x13] section `.relr.dyn'
/usr/bin/ld: skipping incompatible /lib/x86_64-linux-gnu/libm.so.6 when searching for /lib/x86_64-linux-gnu/libm.so.6
/usr/bin/ld: cannot find /lib/x86_64-linux-gnu/libm.so.6
/usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: unknown type [0x13] section `.relr.dyn'
/usr/bin/ld: skipping incompatible /lib/x86_64-linux-gnu/libm.so.6 when searching for /lib/x86_64-linux-gnu/libm.so.6
/usr/bin/ld: /lib/x86_64-linux-gnu/libmvec.so.1: unknown type [0x13] section `.relr.dyn'
/usr/bin/ld: skipping incompatible /lib/x86_64-linux-gnu/libmvec.so.1 when searching for /lib/x86_64-linux-gnu/libmvec.so.1
/usr/bin/ld: cannot find /lib/x86_64-linux-gnu/libmvec.so.1
/usr/bin/ld: /lib/x86_64-linux-gnu/libmvec.so.1: unknown type [0x13] section `.relr.dyn'
/usr/bin/ld: skipping incompatible /lib/x86_64-linux-gnu/libmvec.so.1 when searching for /lib/x86_64-linux-gnu/libmvec.so.1
error: linker command failed with exit code 1 (use -v to see invocation)
Final linking of kernel gpu_decompress failed.
zsh: IOT instruction  sudo hashcat -m 22001 -a 3  ?u?u?u?u -d 1 -v --backend-ignore-cuda
Reply


Messages In This Thread
linker command failed/Final linking of kernel gpu_decompress failed. - by windowshopr - 12-06-2022, 06:19 PM