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
I am currently working on a project with a Raspberry Pi and need the kernel headers for version 6.1.21-v8+. Unfortunately, I am encountering issues as the headers are not available, and I need them to compile a module.
Details:
Raspberry Pi Model: RPI4
Current Kernel Version: 6.1.21-v8+
Errors Encountered:
make -C /usr/src/linux-headers-6.1.21-v8+ M=/home/vishnu/soft_uart modules
make[1]: *** /usr/src/linux-headers-6.1.21-v8+: No such file or directory. Stop.
make: *** [Makefile:9: all] Error 2
Could you please provide the missing headers for this version? It would greatly help in resolving the issues I am facing.
Thank you for your assistance!
Best regards,
Prafulcoder
The text was updated successfully, but these errors were encountered:
Hello,
I am currently working on a project with a Raspberry Pi and need the kernel headers for version 6.1.21-v8+. Unfortunately, I am encountering issues as the headers are not available, and I need them to compile a module.
Details:
make[1]: *** /usr/src/linux-headers-6.1.21-v8+: No such file or directory. Stop.
make: *** [Makefile:9: all] Error 2
Could you please provide the missing headers for this version? It would greatly help in resolving the issues I am facing.
Thank you for your assistance!
Best regards,
Prafulcoder
The text was updated successfully, but these errors were encountered: