Building the NVIDIA kernel for 32.1 release

Recently,I download the sources of TX2 for 32.1 release.Flowing the NVIDIA_tegra_linux_driver_package I building the kernel failed.the log as :
arch/arm64/Makefile:49: LSE atomics not supported by binutils
CHK include/config/kernel.release
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
Using … as source for kernel
CHK include/generated/utsrelease.h
HOSTCC scripts/kallsyms
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/pnmtologo
CC scripts/mod/devicetable-offsets.s
HOSTCC scripts/conmakehash
…/scripts/mod/devicetable-offsets.c: In function ‘main’:
…/scripts/mod/devicetable-offsets.c:210:1: sorry, unimplemented: function profiling
}
^
make[3]: *** [scripts/mod/devicetable-offsets.s] Error 1
make[2]: *** [scripts/mod] Error 2
make[2]: *** Waiting for unfinished jobs…
make[1]: *** [scripts] Error 2

How can I solve this problem?
thanks very much.

Have a reference to below link

[url]https://devtalk.nvidia.com/default/topic/1049403/jetson-nano/build-own-nano-image-on-linux-host-failed/post/5326104/#5326104[/url]

hi ShaneCCC,

thank you very much!