retardtank
retardtank
I'd suspect I may have the same problem. On the same setup 525.89.02 builds fine, while on 530.30.02 the following result: ``` # cd /dist/NVIDIA-Linux-x86_64-530.30.02/kernel/ /dist/NVIDIA-Linux-x86_64-530.30.02/kernel # make modules make[1]:...
@aritger For what it's worth, I can confirm that the same (or at least seemingly similar) problem occurs with 535.43.02 on Alpine Linux 3.16, kernel 5.15.86. While on that same...
@aritger There was no difference adding `-MD` to CFLAGS as described, same error (with `make clean; make modules`). 535.43.02: ``` cc x86_64 /lib/modules/5.15.86-0-lts/build /lib/modules/5.15.86-0-lts/build compile_tests -O2 -D__KERNEL__ -DKBUILD_BASENAME="#conftest14957" -DKBUILD_MODNAME="#conftest14957" -nostdinc...
I've solved this with 545.29.06 on Alpine Linux 3.19, by installing gnu coreutils. On my system at least, I'd guess that there might been some discrepancy in the busybox counterpart...