On Arch I have mold configured as my default linker. Attempting to build this results in unknown linker script token in reference to https://github.com/NVIDIA/libnvidia-container/blob/main/src/libnvidia-container.lds
I found a discussion in the mold project where I had learned that the SECTIONS linker script command had intentionally been left out. I pointed out that the libnvidia-container project was failing to build, and the maintainer advised a workaround, which might be appropriate to implement here.
Please see the conversation here:
rui314/mold#243 (comment)
On Arch I have mold configured as my default linker. Attempting to build this results in
unknown linker script tokenin reference to https://github.com/NVIDIA/libnvidia-container/blob/main/src/libnvidia-container.ldsI found a discussion in the mold project where I had learned that the
SECTIONSlinker script command had intentionally been left out. I pointed out that the libnvidia-container project was failing to build, and the maintainer advised a workaround, which might be appropriate to implement here.Please see the conversation here:
rui314/mold#243 (comment)