Skip to content

Conversation

@remibettan
Copy link
Contributor

@remibettan remibettan commented Aug 19, 2025

WARNING:
Starting from kernel 6.14, the manual patches fail with the error:
scripts/gendwarfksyms/gendwarfksyms.h:6:10: fatal error: dwarf.h: No such file or directory
6 | #include <dwarf.h>

To solve that, the following commands should be executed:
sudo apt install libdwarf-dev libelf-dev
sudo apt install libdw-dev

(Yes, confusing — libdw-dev provides headers for elfutils’ DWARF implementation, while libdwarf-dev provides the other implementation. Some kernel builds use one or the other.)

These packages install have been added to patches main script - done for kernels >= 6.14

@remibettan remibettan changed the title adding formats and skus to kernel 6.11 adding formats and skus to kernel 6.11 and kernel 6.14 Aug 19, 2025
@remibettan remibettan requested a review from Nir-Az August 26, 2025 06:14
Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just missing installation guide update and we are good

@remibettan remibettan merged commit 467b4bc into realsenseai:development Aug 26, 2025
25 of 26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants