Closed addiks closed 3 years ago
Got the same problem after moving to kernel 5.4.0-62. I found this https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5671020.html
I temporarily commented out the line with CONFIG_CC_HAS_ASM_INLINE
in /usr/src/linux-headers-$(uname -r)/include/generated/autoconf.h
and complication worked.
Thank you very much. This did work for me.
Hello,
I have just upgraded from the official Kernel 4.15 that is shipped with Ubuntu 16.04.7 to a newer mainline kernel 5.7.1 due to better support for thunderbolt display hotplugging. On the old kernel (4.15), this driver worked perfectly after compiling and installing. With the new kernel (5.7.1) this driver refuses to compile. This is the log when trying to execute make:
At first glance, it looks like something with inline assembler instructions changed in the newer kernel:
Maybe it is something similar to this issue? I will try to investigate further, but I am really not experienced with these things.