I try to build the Linux Kernel (https://www.digilentinc.com/Data/Products/EMBEDDED-LINUX/ZedBoard_GSwEL_Guide.pdf)
========================================================
root@asus-N550JV:~/linux-digilent# make ARCH=arm digilent_zed_defconfig
#
# configuration written to .config
#
root@asus-N550JV:~/linux-digilent# make ARCH=arm menuconfig
scripts/kconfig/mconf Kconfig
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
root@asus-N550JV:~/linux-digilent# make ARCH=arm
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CC kernel/bounds.s
gcc: error: unrecognized argument in option u2018-mabi=aapcs-linuxu2019
gcc: note: valid arguments to u2018-mabi=u2019 are: ms sysv
gcc: error: unrecognized command line option u2018-mlittle-endianu2019
gcc: error: unrecognized command line option u2018-mno-thumb-interworku2019
/root/linux-digilent/./Kbuild:35: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 1
Makefile:815: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
=============================================
What are the error?