Skip to main content

Questions tagged [header-file]

0 votes
0 answers
679 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
0 votes
1 answer
544 views

I'm using Debian 12 Bookworm, and currently, when I run uname -a, it shows: Linux pctxd 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux The package linux-image-6....
gh57.at's user avatar
  • 13
2 votes
2 answers
216 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
0 votes
1 answer
337 views

I've trying to compile Claws-mail but got error: perl_plugin.c:54:10: fatal error: EXTERN.h: No such file or directory 54 | #include <EXTERN.h> I've installed perl-core perl-devel was ...
jcubic's user avatar
  • 10.5k
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
1 vote
1 answer
589 views

Summary of the problem. I want to use a detached luks header for a luks-encrypted block device, /dev/nvme0n1p1, by making it into a USB flash drive partition, and afterwards erasing the keys that are ...
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
578 views

My tflite directory is as follows: /home/me/tensorflow_src/tensorflow/lite/ However, I fail to import it in my C++ project: #include "tensorflow/lite/interpreter.h" // getting a not found ...
Levent Ozbek's user avatar
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
3 votes
1 answer
5k views

I already have a /boot partition on a USB stick and a LUKS partition on my computer, which correspond to a fulldisk encryption scheme with Ubuntu 21 I want to put the header of my LUKS partition onto ...
Ben W's user avatar
  • 113
0 votes
1 answer
408 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
1 vote
0 answers
443 views

I extracted a firmware.bin using fmk mod kit and gave me 3 files: header.img , rootfs.img and footer.img now whenever I cat and repack all the files together in firmware2.bin again, it works and it ...
Abrahim Hussein's user avatar
0 votes
1 answer
530 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
3 votes
0 answers
664 views

I'm working on porting some code to AIX from Linux. The code makes use of c++17's header. #include <filesystem> ... std::ifstream is(path); if (!is.is_open() && std::filesystem::path(...
Oliver Jackson's user avatar
0 votes
1 answer
544 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