i almost destroyed the system trying another thing. Good thing this is puppy. I rebooted with no consequences.
i tried again and now is there!
# find / -name string.h
/usr/include/string.h
/usr/include/spa-0.2/spa/utils/string.h
/usr/include/linux/string.h
/usr/src/kbuild-6.1.106/arch/x86 ...
Search found 2 matches
- Mon Oct 14, 2024 12:53 am
- Forum: Programming
- Topic: About using the kernel's sources as libs
- Replies: 2
- Views: 182
- Sun Oct 13, 2024 11:07 pm
- Forum: Programming
- Topic: About using the kernel's sources as libs
- Replies: 2
- Views: 182
About using the kernel's sources as libs
I need the the file string.h to compile something and the system cannot find it.
using find:
# find / -name string.h
/usr/src/kbuild-6.1.106/arch/x86/include/asm/string.h
/usr/src/kbuild-6.1.106/include/asm-generic/string.h
/usr/src/kbuild-6.1.106/include/linux/string.h
/usr/src/kbuild-6.1.106 ...
using find:
# find / -name string.h
/usr/src/kbuild-6.1.106/arch/x86/include/asm/string.h
/usr/src/kbuild-6.1.106/include/asm-generic/string.h
/usr/src/kbuild-6.1.106/include/linux/string.h
/usr/src/kbuild-6.1.106 ...