Skip to main content

Questions tagged [compiling]

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

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
86 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
51 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
55 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
119 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
118 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
276 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
115 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
127 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

15 30 50 per page
1
2 3 4 5
104