https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242028
Bug ID: 242028 Summary: powerpc64 LINT kernel build fails Product: Base System Version: CURRENT Hardware: powerpc OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: lw...@freebsd.org https://ci.freebsd.org/job/FreeBSD-head-powerpc64-LINT/762/console : ... --- accf_data.kld --- ld -m elf32ppc_fbsd --secure-plt -d -warn-common -r -d -o accf_data.kld accf_data.o ... --- modules-all --- ld: Relocatable linking with relocations from format elf64-powerpc-freebsd (accf_data.o) to format elf32-powerpc-freebsd (accf_data.kld) is not supported I think it is because of we passed the wrong argument to ld when building modules. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"