Closed Querzion closed 3 days ago
What is usually ld?
ld
is the linker, a program that replaces references to symbols (functions, global variables) with their addresses. It's an essential part of compilation, and usually any compiler you install will automatically install the linker, so it seems like one or more of your packages are broken for whatever reason. Maybe try reinstalling your compiler?
@Querzion I see that you probably have a Bazzite installation. I suggest you to open a feature request there to include ld
.
Note that you still won't be able to build this kernel module because of ublue-os/bazzite#899, but I've already requested to layer all custom kernel modules for steering wheels in the image (see ublue-os/bazzite#901), so eventually we won't need to build them ourselves.
Doing some winter cleaning, this sounds like it can be closed.