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

Build error: linux 6.12 renames asm/unaligned.h #706

Open
MrElendig opened this issue Nov 23, 2024 · 2 comments
Open

Build error: linux 6.12 renames asm/unaligned.h #706

MrElendig opened this issue Nov 23, 2024 · 2 comments

Comments

@MrElendig
Copy link

as of kernel 6.12-rc2 asm/unaligned.h have been moved to linux/unaligned.h

https://lkml.org/lkml/2024/10/6/423

buildlog.txt

@Stroopwafe1
Copy link

I also had this problem and made a PR #707 . Let's hope it's ok

@nwildner
Copy link

Same building problem here.

make -C /lib/modules/6.12.1-arch1-1/build M=/var/lib/dkms/digimend/13/build modules
make[1]: Entering directory '/usr/lib/modules/6.12.1-arch1-1/build'
  CC [M]  /var/lib/dkms/digimend/13/build/hid-kye.o
  CC [M]  /var/lib/dkms/digimend/13/build/hid-uclogic-core.o
  CC [M]  /var/lib/dkms/digimend/13/build/hid-uclogic-rdesc.o
  CC [M]  /var/lib/dkms/digimend/13/build/hid-uclogic-params.o
  CC [M]  /var/lib/dkms/digimend/13/build/hid-polostar.o
  CC [M]  /var/lib/dkms/digimend/13/build/hid-viewsonic.o
/var/lib/dkms/digimend/13/build/hid-uclogic-rdesc.c:19:10: fatal error: asm/unaligned.h: No such file or directory
   19 | #include <asm/unaligned.h>
      |          ^~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants