On Fri, 30 Jul 2021 12:07:19 -0700 stan <upaitag@xxxxxxxx> wrote: > On Thu, 29 Jul 2021 14:55:25 -0000 > "Sampson Fung" <sampsonfung@xxxxxxxxx> wrote: > > > both reads like 11.1.1 to me. I did cp .config as kernel-local > > after make menuconfig. After rm -rf ~/rpmbuild and start over, exit > > with same error. > If I get time I'll try to reproduce the issue. It has to be something > simple, a switch or configuration option, I *think*. > I looked at the output from a successful kernel build (under ~/rpmbuild/BUILD/kernel []/linux []) here using rpmbuild. I checked for the error message you received. This is the output. configs/kernel-5.14.0-x86_64.config:CONFIG_GCC_VERSION=200000 configs/kernel-local:CONFIG_GCC_VERSION=110101 configs/kernel-5.14.0-armv7hl-lpae.config:CONFIG_GCC_VERSION=200000 configs/kernel-5.14.0-aarch64.config:CONFIG_GCC_VERSION=200000 configs/kernel-5.14.0-ppc64le.config:CONFIG_GCC_VERSION=200000 configs/kernel-5.14.0-i686.config:CONFIG_GCC_VERSION=200000 configs/kernel-5.14.0-armv7hl.config:CONFIG_GCC_VERSION=200000 configs/kernel-5.14.0-s390x.config:CONFIG_GCC_VERSION=200000 include/config/auto.conf:CONFIG_GCC_VERSION=110101 include/generated/autoconf.h:#define CONFIG_GCC_VERSION 110101 kernel/config_data:CONFIG_GCC_VERSION=110101 So the compiler version set in the kernel-local is overriding the default. Can you do a grep on your kernel-local to be sure it has the version set as above. It should be in ~/rpmbuild/SOURCES/ grep -i -e 'config_gcc_version' ~/rpmbuild/SOURCES/kernel-local You could also run the grep I did to see what it shows, in ~/rpmbuild/BUILD/kernel []/linux [] grep -i -r -e 'config_gcc_version' * | less _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure