Fred78290 / nct6687d

Linux kernel module for Nuvoton NCT6687-R
GNU General Public License v2.0
215 stars 42 forks source link

The driver does not compile with Debian Sid kernel 6.11.2 #102

Closed Makhno77 closed 1 month ago

Makhno77 commented 1 month ago

As per the title, the driver does not compile: I attach the make.log Regards 6687.log

Fred78290 commented 1 month ago

Get latest version and rebuild the dkms package. It was fixed last month

Makhno77 commented 1 month ago

Thanks for the reply but it always comes out with an error 6687b.log

xaizek commented 1 month ago

You didn't update the sources or didn't run make dkms/install, both logs point at line 40 while latest version defines that macro at line 41:

https://github.com/Fred78290/nct6687d/blob/f45b72a6ca335e20f8a2df5ee5d4e130916150d0/nct6687.c#L40-L42

Makhno77 commented 1 month ago

In data martedì 8 ottobre 2024 15:21:51 CEST, xaizek ha scritto:

You didn't update the sources or didn't run make dkms/install

You're right, the second time I just ran make install, too much haste. Sorry for the noise. Cheers

-- Marco Valli

Fred78290 commented 1 month ago

@xaizek Thanks