Re: ppc64 testing binutils

2020-12-27 Thread John Paul Adrian Glaubitz
Hi Cameron! On 12/27/20 11:52 PM, Cameron MacPherson wrote: > i reported the problem via bugzilla and it was fixed on december 25th in > the upstream source. i tested the fix and successfully compiled a kernel. > hopefully a new experimental package based on the updated code will be > released.

Re: ppc64 testing binutils

2020-12-27 Thread Cameron MacPherson
i reported the problem via bugzilla and it was fixed on december 25th in the upstream source. i tested the fix and successfully compiled a kernel. hopefully a new experimental package based on the updated code will be released. the bug report (with fix): https://sourceware.org/bugzilla/show_bug.c

Re: ppc64 testing binutils

2020-12-17 Thread Cameron MacPherson
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 repor

Re: ppc64 testing binutils

2020-12-17 Thread Elimar Riesebieter
* Cameron MacPherson [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 elf64p

Re: ppc64 testing binutils

2020-12-16 Thread John Paul Adrian Glaubitz
Hi Cameron! On 12/16/20 9:10 PM, Cameron MacPherson wrote: > 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 > -E

ppc64 testing binutils

2020-12-16 Thread Cameron MacPherson
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