Skip to main content

Questions tagged [header-file]

0 votes
0 answers
642 views

I am new to linux development and I want to develop a linux module, but I am running into an issue. Some header files, notably <linux/init.h>, are missing (/not found) I am currently using ...
Dennis Solomon's user avatar
2 votes
2 answers
211 views

In GRUB's project status update, at FOSDEM 2022, they talked about adding detached headers support in GRUB 2.12 (for decryption) : Add cryptodisk detached headers and key files support, Denis 'GNUtoo'...
ChennyStar's user avatar
  • 2,019
7 votes
2 answers
2k views

There is scattered information on how to set up a detached header for a LUKS-encrypted disk on Stack Exchange.  And by searching the web using Google, I found limited information.  Some of the best ...
Mikkel Rev's user avatar
9 votes
2 answers
1k views

From the manpage man limits.h: {WORD_BIT} Number of bits in an object of type int. Minimum Acceptable Value: 32 However if I run a simple program: #include <limits....
rahmu's user avatar
  • 20.6k
0 votes
1 answer
5k views

I found that the location of libraries and header files are very different on different distributions. For Example on Fedora you have /usr/lib64/libbfd.a while on Ubuntu you have /usr/lib/x86_64-linux-...
Forivin's user avatar
  • 1,191
0 votes
1 answer
381 views

I'm preparing headers for a C++ project and I decided to use find to get include option to other header files. To list the right path, I need to use cd with it, like: cd 'PATH/TO/HEADER/FILE' find ../....
ArchBug's user avatar
  • 15
0 votes
1 answer
524 views

I'm trying to understand how Linux works and how to build modules. So far I saw that Linux headers are stored in /usr/include and that the compiled implementation of these interfaces are located in /...
AFP_555's user avatar
  • 311
0 votes
1 answer
533 views

I recently upgraded my Linux kernel from 4.19.20 to 5.5.0-0.bpo.2-amd64. sudo apt install linux-headers-$(uname -r) outputs: Reading package lists... Done Building dependency tree Reading ...
rplee's user avatar
  • 387

15 30 50 per page
1
2 3 4 5 6