I compiled a assembly code on kali linux but i cant run it [closed]

Solution 1:

You need to install binutils as ld (the GNU Linker) is included in the binutils package.

On Kali, run the following on the terminal:

sudo apt-get install binutils