hello everybody,
i want to compile kernel with `CONFIG_DEBUG_INFO_BTF=y`
it has errors:
```
| linker.c:17:10: fatal error: libelf.h: No such file or directory
|    17 | #include <libelf.h>
|       |          ^~~~~~~~~~
| compilation terminated.
| btf.c:18:10: fatal error: gelf.h: No such file or directory
|    18 | #include <gelf.h>
|       |          ^~~~~~~~
```

i also added to linux_%.bbappend:
```
DEPENDS = "elfutils elfutils-native"
```

how can i solve this problem?
thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59831): https://lists.yoctoproject.org/g/yocto/message/59831
Mute This Topic: https://lists.yoctoproject.org/mt/98633780/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to