Skip to content

Can't find default configuration "arch/arm64/configs/s32gen1_defconfig"! #2

@littenglt

Description

@littenglt

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
img_v3_029l_96214f89-8c29-4fc6-8278-b91bd76db58g

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:

img_v3_029l_159d787f-7c3e-4830-a11c-f8906c24ff9g

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

img_v3_029l_49d1e9de-acf4-4cd2-93fb-4b5386685b4g

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

img_v3_029l_ecffccb8-e499-419e-9754-3e3b5b44973g

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions