Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wont compile on 32bit armv7l #567

Closed
maxi322 opened this issue Dec 27, 2023 · 3 comments
Closed

wont compile on 32bit armv7l #567

maxi322 opened this issue Dec 27, 2023 · 3 comments
Assignees
Labels
accepting PRs it's unlikely that this issue will be fixed by us, but PRs are welcome. (btw PRs are always welcome) kind:regression topic:kernel things regarding the actual kernel module

Comments

@maxi322
Copy link

maxi322 commented Dec 27, 2023

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:

  1. Clone the repository on a raspberry pi running 32 bit raspberry pi os.
  2. Try to compile it.

It will fail with:

ERROR: modpost: "__aeabi_ldivmod" [/home/pi/v4l2loopback/v4l2loopback.ko] undefined!
@maxi322 maxi322 added the needs triage new issues label Dec 27, 2023
@umlaeute
Copy link
Owner

this is probably a duplicate of #550

@maxi322
Copy link
Author

maxi322 commented Dec 28, 2023

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.

@umlaeute
Copy link
Owner

i agree. i386 (as of #550) is probably not a very relevant architecture anymore, but i guess 32bit arm is going to stay around for a bit longer

@umlaeute umlaeute changed the title wont compile on armv7l wont compile on 32bit armv7l Dec 28, 2023
@umlaeute umlaeute added accepting PRs it's unlikely that this issue will be fixed by us, but PRs are welcome. (btw PRs are always welcome) topic:kernel things regarding the actual kernel module kind:regression and removed needs triage new issues labels Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting PRs it's unlikely that this issue will be fixed by us, but PRs are welcome. (btw PRs are always welcome) kind:regression topic:kernel things regarding the actual kernel module
Projects
None yet
Development

No branches or pull requests

2 participants