How to build rockylinux

environment:
compile: gcc 11.2
arch: x86_64+
make: GNU Make 4.3
cpu: intel processor i7 8gen family
os: archcraft “inux-gnu”

I want to build Rockylinux with make, is there any way to resolve the error?

Enter the following command to build from archcraft

aria2c -x 16 http://download.rockylinux.org/pub/rocky/8.5/BaseOS/source/tree/Packages/k/kernel-4.18.0-348.23.1.el8_5.src.rpm
rpmdev-extract kernel-4.18.0-348.23.1.el8_5.src.rpm
cd kernel-4.18.0-348.23.1.el8_5.src
rpmdev-extract linux-4.18.0-348.23.1.el8_5.tar.xz
cd linux-4.18.0-348.23.1.el8_5
make mrproper
make menuconfig // defalut set
make isoimage -i -k

Several errors and uncounted.
warnings.
The following two warnings are explained earlier.
The following is the log file
https://5ne.co/8mnh