Open MrEngman opened 4 years ago
Appears the compile failure is a problem with the Raspberry Pi data in the Module.symvers files for kernels -v7+ and -v7l+ and I've managed to sort a fix. I have raised a further issue with the Raspberry Pi team to try and get the issue sorted.
However, sorting out the warnings would be useful.
MrEngman
Raspberry Pi are just about to start using kernel 5.4 and have provided an initial version 5.4.29
I tried compiling for the 4 different kernel versions used by the different Raspberry Pi types.
The driver compiles for kernel versions 5.4.29+ and 5.4.29-v8+ with a number of similar warnings. Compiling for kernel versions 5.4.29-v7+ and 5.4.29-v7l+ produces similar warning but also fails to create the wifi module as it reports an error with an undefined modules reference.
Warnings which appear to be the same for all kernel versions
The compile for kernel versions 5.4.29-v7+ and 5.4.29-v7l+ fail with the following error
Not sure if this error is a driver or kernel error issue but I have also raised this issue with Raspberry Pi.
MrEngman