cd /var/lib/dkms/fglrx/8.95/build; sh make.sh --nohints --uname_r=3.3.1-3.fc16.x86_64 --norootcheck....(bad exit status: 1)
[Error] Kernel Module : Failed to build fglrx-8.95 with DKMS
[Error] Kernel Module : Removing fglrx-8.95 from DKMS
After running the above command alone, I found that a kernel header file is the source of the compile error. Don't ask me why (if you want, tell me why), but doing this it works:
open "/usr/src/kernels/`uname -r`/arch/x86/include/asm/uaccess_64.h"
at line 56 and 57 there is
else
WARN(1, "Buffer overflow detected!\n");
comment both lines and re-run the installer, now it should work.
I found this solution googling around.
Nessun commento:
Posta un commento