armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
4.29k stars 2.36k forks source link

[Bug]: compile error using vendor rk3588 6.1 kernel on #7269

Closed CT1IQI closed 2 months ago

CT1IQI commented 2 months ago

What happened?

compiling image for rk3588s system, compilations halts with error: /usr/bin/aarch64-linux-gnu-ld: vmlinux.a: member fs/lockd/procfs.o in archive is not an object make[2]: [scripts/Makefile.vmlinux_o:61: vmlinux.o] Error 1 make[1]: [Makefile:1236: vmlinux_o] Error 2 make: *** [Makefile:369: __build_one_by_one] Error 2 Error 2 occurred in main shell [ at /home/armbian/build/lib/functions/logging/runners.sh:211

How to reproduce?

Reverted from compiling with edge kernel for rk3588s radxa cm5 based board from edge to vendor because of lacking dsi lcd drivers in edge. compiling for edge as such worked, for vendor kernel above error emerges.

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 24.04 Noble

Are you building on Windows WSL2?

Relevant log URL

No response

Code of Conduct

github-actions[bot] commented 2 months ago

Jira ticket: AR-2493

SuperKali commented 2 months ago

Can attach log of compile?

EvilOlaf commented 2 months ago

Agree. No logs, no issue.

SuperKali commented 2 months ago

I can't reproduce your problem on my work environment:

https://paste.armbian.com/ijoxacihot

CT1IQI commented 2 months ago

@SuperKali, thanks, went back to edge compilation and in other spot same kind of error. Am currently loading a fresh install of build as probably something in the build system was damaged. Will report back, with log, if this resurfaces.