...Comodo anti-virus for Linux Ubuntu 13.04 64b from here...

http://www.comodo.com/home/download/...-for-linux.php

...gives me the following, once I follow the steps given by the app in the terminal:

Code:
sudo make -C /lib/modules/`uname -r`/build M=/tmp/driver/redirfs modules
make: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
/usr/src/linux-headers-3.8.0-19-generic/arch/x86/Makefile:103: CONFIG_X86_X32 enabled but no binutils support
scripts/Makefile.build:44: /tmp/driver/redirfs/Makefile: No such file or directory
make[1]: *** No rule to make target `/tmp/driver/redirfs/Makefile'.  Stop.
make: *** [_module_/tmp/driver/redirfs] Error 2
make: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
i.e.

Code:
sudo make -C /lib/modules/`uname -r`/build M=/tmp/driver/redirfs modules
make: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
scripts/Makefile.build:44: /tmp/driver/redirfs/Makefile: No such file or directory
make[1]: *** No rule to make target `/tmp/driver/redirfs/Makefile'.  Stop.
make: *** [_module_/tmp/driver/redirfs] Error 2
make: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'

sudo make -C /lib/modules/`uname -r`/build M=/tmp/driver/redirfs modules
make: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
scripts/Makefile.build:44: /tmp/driver/redirfs/Makefile: No such file or directory
make[1]: *** No rule to make target `/tmp/driver/redirfs/Makefile'.  Stop.
make: *** [_module_/tmp/driver/redirfs] Error 2
make: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'

make: Entering directory `/usr/src/linux-headers-3.8.0-19-generic'
> /usr/src/linux-headers-3.8.0-19-generic/arch/x86/Makefile:103: CONFIG_X86_X32 enabled but no binutils support
> scripts/Makefile.build:44: /tmp/driver/redirfs/Makefile: No such file or directory
> make[1]: *** No rule to make target `/tmp/driver/redirfs/Makefile'.  Stop.
> make: *** [_module_/tmp/driver/redirfs] Error 2
> make: Leaving directory `/usr/src/linux-headers-3.8.0-19-generic'
bash: command substitution: line 1: unexpected EOF while looking for matching `''
bash: command substitution: line 5: syntax error: unexpected end of file
No command 'make:' found, did you mean:
 Command 'makeg' from package 'xutils-dev' (main)
 Command 'make' from package 'make' (main)
make:: command not found
OK, I am patient and I do as I'm told - but this is my limit in IT, as I am from Humanities...

Please, guide me carefully towards solving the problem...

Thanx!