You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any ideia about what could be happening or any workaround? 🤔
The kernel changes the signatures of its data types occasionally and the drivers must be adjusted for this. In order to fix this, one would have to compare the correct signatures in the kernel with what's contained in this driver and change the driver accordingly.
Catching error on running
make
on Raspbian kernel 6.1.0-rpi4-rpi-v7, still, when trying to make in the 5.4.0-88-generic Kernel, all goes fine...Output
Also, tryed...
CFLAGS="-Wno-error=implicit-function-declaration"
...but no success so far.
Any ideia about what could be happening or any workaround? 🤔
The text was updated successfully, but these errors were encountered: