after apt update && apt -t experimental upgrade

$ ld --version
GNU ld (GNU Binutils for Debian) 2.35.50.20201209

thinking it could be something with my .config i tried again using
/boot/config-5.10.0-trunk-powerpc64 and got the same result.  i haven't yet
had time to look into it further or report it elsewhere.

make KERNELRELEASE=5.10.1 ARCH=powerpc KBUILD_BUILD_VERSION=1 -f ./Makefile
[...]
  CC      init/main.o
ld: final link failed: bad value
make[4]: *** [scripts/Makefile.build:279: init/main.o] Error 1

cam

On Thu, Dec 17, 2020 at 6:05 AM Elimar Riesebieter <[email protected]>
wrote:

> * Cameron MacPherson <[email protected]> [2020-12-16 12:10
> -0800]:
>
> > after upgrading to binutils 2.35.50.20201125-1 while attempting to
> compile
> > kernel 5.10.1 i get this error:
> >
> > $ make V=1 bindeb-pkg
> > CC      init/main.o
> > [..]scripts/genksyms/genksyms  -R  -r /dev/null > init/.tmp_main.ver; ld
> > -EB -m elf64ppc -r -o init/.tmp_main.o init/main.o -T init/.tmp_main.ver;
> > mv -f init/.tmp_main.o init/main.o; rm -f init/.tmp_main.ver; fi
> > ld: final link failed: bad value
> > make[4]: *** [scripts/Makefile.build:279: init/main.o] Error 1
>
> binutils 2.35.50.20201209-1 should be in experimental.
>
> Elimar
> --
>   Numeric stability is probably not all that
>   important when you're guessing;-)
>
>

Reply via email to