Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [compiling]

Compiling is the process of transforming source code into byte codes for a particular computer architecture.

Filter by
Sorted by
Tagged with
1 vote
1 answer
39 views

I'm trying to compile the drm-subtree of JSM because I want to enable the panfrost driver on the RockPro64 / KHADAS EDGE-V / RK3399. The code is here: https://github.com/jsm222/drm-subtree He improved ...
john_connor's user avatar
0 votes
2 answers
85 views

On a system I'm considering, there are multiple users. Users' home directories are mounted from some server on the network, which offers those same home directories to multiple machines (with the same ...
einpoklum's user avatar
  • 11.1k
2 votes
1 answer
59 views

I'm not used to build apps from source and when I do, it's not free from hiccups. While trying to build the app qman, I was met with this error code: [1/11] Generating src/config.h with a custom ...
Cristiano Xavier do Nascimento's user avatar
1 vote
0 answers
42 views

Attempting to package i3lock-color project for debian. The project includes a build.sh script that successfully compiles the project. How could we convert these instructions into something to build ....
basher's user avatar
  • 71
0 votes
1 answer
50 views

Disclaimer: im not a linux expert and the only reason im posting is because i looked everywhere (hopefully) so please be gentle if you are going to flame me. -Attempting to compile libubus, ...
lin_lib's user avatar
1 vote
1 answer
53 views

I’m trying to build Asterisk packages for Ubuntu 22.04 LTS, and I’m encountering the same issue with both version 22.4.x and 22.5.0. During the build process, I get the following warnings: dpkg-...
Qmails's user avatar
  • 13
0 votes
1 answer
118 views

EDIT 1 - Following instructions from : https://github.com/on-prem/tinycore-kernel EDIT 2 - after trying make os, it fails giving an Error 2 compiler error. i know that it has something to do with the ...
kernel1111111's user avatar
0 votes
1 answer
116 views

I’m trying to compile the Linux 5.4.1 kernel to a bzImage using an older GCC version I built from source (gcc 8.2.0 and binutils 2.31.1), with: make CC=<path_to_old_gcc> LD=<path_to_old_ld>...
ALEXIS LAZANAS's user avatar
0 votes
1 answer
273 views

I just coded two system calls using the Linux 6.12.1 kernel, and I transferred the kernel to a Lubuntu virtual machine with 25 GB space (on Virt-Manager/KVM), but when I compile the new kernel, I get ...
ALEXIS LAZANAS's user avatar
0 votes
0 answers
143 views

I have an Nvidia GeForce RTX 4090. I am trying to use the NVENC encoder on OBS. Currently, only the software option, x264, appears in the settings. I attempted to install NVENC using the AUR. However, ...
Hyunbin Yoo's user avatar
1 vote
1 answer
111 views

I'm trying to build a statically linked copy of xz-utils, such that the xz do not have dependencies on libc. I tried the usual way, which is to set LDFLAGS=-static, and works for most other packages ...
rs3's user avatar
  • 11
1 vote
0 answers
126 views

I have a Ugreen DXP 6800 Pro and the OS disk died. No actual NAS data was lost but I cannot figure out how to get the OS back to the same state. I was previously able to compile modules and add them ...
lmnop's user avatar
  • 11
0 votes
2 answers
52 views

I am trying to recompiling my kernel. I did a small change in drivers/media/usb/uvc/uvc_driver.c and put a pr_info() only to see in dmesg if its working. I changed the .config file too in ...
Luiz Otávio Teixeira Mello's user avatar
-1 votes
1 answer
50 views

Our IT suggests we upgrade the Ubuntu 16.04/20.04 VM to Ubuntu 22.04 since Ubuntu 20.04 will be EOS after April 2025. Because we use the VM to build the code and the package compatibility is important ...
Jack's user avatar
  • 99
0 votes
1 answer
105 views

I am hoping someone would be able to help me with the following. I have been trying to compile fdisk for UEFI shell the files are provided at https://sourceforge.net/projects/uefi-fdisk/ as per the ...
Tri Stack's user avatar
0 votes
1 answer
68 views

If using only the C/++ Extension from Microsoft in Visual Studio Code, then how does preprocessing of includes & macros for autocomplete work? Many include headers (such as sys/statvfs.h), depend ...
mo FEAR's user avatar
  • 157
0 votes
0 answers
31 views

I am compiling a custom linux kernel for a compute cluster. The cluster is currently running on kernel version 4.4.47 since last 5 years. I need to upgrade the kernel to a more recent version. I've ...
Sâu's user avatar
  • 101
0 votes
0 answers
186 views

I downloaded the source code for UW-IMAP/imap-2007f_upstream from the URL below. https://github.com/uw-imap/imap/archive/refs/tags/imap-2007f_upstream.tar.gz I compiled it, but libc-client.so.2007 was ...
Zeotech's user avatar
0 votes
0 answers
46 views

I'm trying to follow the advice here: Install a Python package on Debian/Devuan when apt has no package for it and create a Debian/Devuan package for the ffsubsync Python package. All the dependencies ...
einpoklum's user avatar
  • 11.1k
0 votes
2 answers
442 views

I am currently using Ubuntu 24.04 (22.04. sorry, wrong) but frustrated that I can't load the latest GCC compilers. I have GCC 14.2 but want to install 14.3 and then 15.1 when available. Ubuntu won't ...
Rud48's user avatar
  • 99
0 votes
0 answers
341 views

I'm trying to build GCC 12.4.0 on Oracle Linux 9.4 (sorry about that... not my choice of distribution), as a non-root user. So, I've downloaded and built my relevant prerequisites: gmp, mpfr, mpc, isl,...
einpoklum's user avatar
  • 11.1k
0 votes
1 answer
797 views

I am puzzled. There is seemingly no newer Debian image for Raspberry Pi than the current stable version 12 (bookworm). I have downloaded and installed it just when it went out without issues, I ...
Vlastimil Burián's user avatar
0 votes
0 answers
78 views

I'd like to grab information from the shell and pass it into a kernel module through the makefile. I can do this with user space programs using -D. Is there a similar mechanism for kernel modules? For ...
KyleG's user avatar
  • 1
0 votes
0 answers
73 views

──(root㉿kali)-[~/Documents/kernel-source-alioth-stock] └─# make -j2 CC=clang O=output/ $config make[1]: Entering directory '/root/Documents/kernel-source-alioth-stock/output' .... HOSTLD scripts/...
Sunil Kumar Das's user avatar
0 votes
0 answers
232 views

I have a Brother HL-L2300D monochrome laser printer I'm trying to interface with a Raspberry Pi as a print server. Using Apple CUPS 2.2.10-6+deb10u7 and printer-driver-brlaser 4.1 from APT, the ...
ttshaw1's user avatar
  • 45
0 votes
0 answers
96 views

I need debuginfo for some libraries, for example gstreamer (which are not available in debian repo), but can be built using source packages. However it turns out that the source paths in the debug ...
skyking's user avatar
  • 492
1 vote
1 answer
239 views

I'm building a customized OpenWRT image for a Teltonika RUT241 Modem/Router. My build is based off the 'SDK' from the manufacturer with a few extra addons. When I build it on my local development PC (...
brhans's user avatar
  • 111
0 votes
1 answer
246 views

I am trying to update GRUB from 2.06 to 2.12, following the instructions in the INSTALL textfile included in the tarball (and at the bottom of the post). I am missing some dependencies, so I run: sudo ...
SuperDialga's user avatar
1 vote
1 answer
662 views

When I was compiling kernel I faced with this error: ** No rule to make target 'certs/rhel.pem', needed by 'certs/x509_certificate_list'. Stop. I ran these commands: scripts/config --disable ...
amirabbas Gheisary's user avatar
2 votes
1 answer
176 views

If I compile a simple test program, I get environment symbols defined (and exported) in the executable itself: root@4ef8c4a55769:/# clang --version Debian clang version 11.0.1-2 Target: aarch64-...
Artefacto's user avatar
  • 255
0 votes
1 answer
277 views

I'm having a bit of trouble with compiling the Coral AI PCIe drivers for my Terramaster NAS. Terramaster support has been no use at all. However, one other user has managed to compile some modules to ...
Andy E's user avatar
  • 469
0 votes
0 answers
223 views

I'm currently building Linux From Scratch 12.1 with the book, I've followed the instructions line by line. I'm struggling with the GCC testsuite, I have lots of FAIL and timeout. In addition to that, ...
noxen's user avatar
  • 1
0 votes
1 answer
104 views

I'm trying to add the meta-st-x-linux-ai to my yocto build setup so that I can have the onnxruntime python package available on my linux, but I get the following errors : Notice that all my layers ...
SADALI Mohand's user avatar
0 votes
1 answer
308 views

On Pop!_OS 22.04 LTS x86_64, I am trying to install libLAS-1.8.1 from source (downloaded as a targz2)(as a dependency of ESRI - 3DForests. I am following the official? tutorial but am stuck. "...
ChiggyClaus's user avatar
3 votes
3 answers
678 views

I'll be installing Gentoo for the first time and as a preparation I am crawling Gentoo wiki for packages I'll need and what USE flags those packages use. What I am not sure about is at what level I ...
Mailo Světel's user avatar
-2 votes
1 answer
130 views

According to installation guides, having executed on my Debian 12: sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build sudo apt install build-essential meson should ...
Marc Le Bihan's user avatar
3 votes
1 answer
256 views

I have a special Linux environment: all files and folders are read-only and G++ is installed. I am also unable to run sudo. I can just run a C++ program on it. I want to compile another piece of C++ ...
MrPython's user avatar
0 votes
1 answer
265 views

I am learning about the relocation from the ELF reference and this blog, but I can't get my head around calculating the relocation address. Suppose we have two files A and B of type ET_REL, we want ...
Question's user avatar
0 votes
0 answers
202 views

I am trying to install the latest version of GCC 13.2 on my system: Linux minty-virtual-machine 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ...
Madagascar's user avatar
0 votes
1 answer
57 views

I need to conduct some tests on top of the FreeBSD 13.1. So,I've installed it on one of my disks. I've installed xfce4 and KDE,Xorg and from the ports (after having upgraded them). I've installed the ...
Marietto's user avatar
  • 599
1 vote
1 answer
2k views

In trying to compile my makefile, I keep getting the same error message repeatedly: Makefile:12: *** missing separator. Stop I've removed the tabs, removed the spaces, deleted the makefile entirely ...
Kyla Henry's user avatar
1 vote
0 answers
131 views

I have seen it said that the Linux kernel is built with -fwrapv to define signed integer overflow as wraparound, potentially sacrificing a tiny bit of performance in return for preventing the ...
rwallace's user avatar
  • 111
0 votes
1 answer
119 views

I needed to enable SCSI support in CentOS 7.9 so I followed the instructions here: https://wiki.centos.org/HowTos(2f)I_need_the_Kernel_Source.html to add SCSI support and recompile, which worked as ...
Jim C's user avatar
  • 23
0 votes
2 answers
358 views

Issue This question, and answers containing various approaches to solving it comes up many times almost daily on our exchange here. If a search result brought you here Welcome! If a comment I left in ...
eyoung100's user avatar
  • 7,540
1 vote
1 answer
205 views

Trying to compile ADCIRC, a Fortran program with NetCDF support, and I hit the following error. /usr/bin/ld: cannot find -lhdf5_fortran: No such file or directory collect2: error: ld returned 1 exit ...
Alexandre Georges's user avatar
0 votes
1 answer
414 views

I'm trying to generate a new library that includes another one I have created previously. In my current folder I have my source files inside a src folder and my headers inside an include folder. This ...
Ricardo Sisco's user avatar
1 vote
1 answer
1k views

I need to install SAGA GIS for some interpolations. Sadly, sudo apt-get install saga will only install version 7.3.0, but I need version 9, preferably 9.3.0. The SourceForge repo doesn't contain Linux ...
Pixelcode's user avatar
  • 151
0 votes
1 answer
1k views

I am having difficulty resolving the error below: $ g++ -std=c++17 -fno-exceptions -Wno-deprecated-declarations -DHAVE_CONFIG_H -I./../include -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc ...
user18010's user avatar
0 votes
0 answers
110 views

I'm not able to install sudo on my FreeBSD 14.0-RELEASE-p3 amd64 marietto:/usr/ports/security/sudo # make ===> License sudo accepted by the user ===> sudo-1.9.15p4 depends on file: /usr/...
mister_smith's user avatar
0 votes
1 answer
58 views

My seafile-client on Manjaro stopped working. So, I removed it and tried to reinstall it. However, when I tried to build the seafile-client from AUR, the installation always aborts. The installation ...
YukiJ's user avatar
  • 101

1
2 3 4 5
32