As a beginner, I try to build all the components according to the user manual: S32G3_LinuxBSP_35.0_User_Manual.pdf, step by step
when building Linux kernel, here is the guide

here is my command
make ARCH=arm64 \ CROSS_COMPILE=~/study/nxp/gcc-arm-10.2/bin/aarch64-none-linux-gnu- \ s32gen1_defconfig \ && \ make CROSS_COMPILE=~/study/nxp/gcc-arm-10.2/bin/aarch64-none-linux-gnu-
Then, I met the first issue:

under configs folder, all the configuration files are list as below

I seems the file's name changed, so I changed to use file: s32cc_defconfig and tried again
Then I met the second issue:

There are lots of config items that need I make choice. but as beginner, I am not sure how to make each choice correctly.
I thought all the config items are already set, so people can use them directly for their first experiment
who can help me out this issue? great thanks in advance