wont compile on 32bit armv7l
maxi322 opened this issue · 3 comments
maxi322 commented
My environment:
-
v4l2loopback
version: 850a2e3 -
kernel version: Linux campi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
also tested on the latest rasberry pi kernel 6.1 -
Distribution (+version): Tested on Debian 10 and 12
Step 3: Describe the problem:
The kernel module wont compile on 32 bit raspberry pi os.
Steps to reproduce:
- Clone the repository on a raspberry pi running 32 bit raspberry pi os.
- Try to compile it.
It will fail with:
ERROR: modpost: "__aeabi_ldivmod" [/home/pi/v4l2loopback/v4l2loopback.ko] undefined!
maxi322 commented
Yes you are right. Looking at the mentioned issue it does not look like this will get solved soon.
I switched to an aarch64 kernel in the meantime and there it compiles without a problem.
It would still be nice if this gets resolved some day as this kernel module can now no longer be used on the raspberry pi 1 and 2.