build common kernel fal

440 views
Skip to first unread message

赵志龙

unread,
Jan 20, 2021, 10:37:39 AM1/20/21
to Android Building
I want to build kernel for x86_64, and do as the link https://source.android.com/setup/build/building-kernels tell:
repo init -u https://android.googlesource.com/kernel/manifest -b  common-android11-5.4
repo sync.

BUILD_CONFIG=common/build.config.x86_64 build/build.sh

Then I met this error:
make[1]: Entering directory '/home/....../out/common'
/home/....../common/Makefile:629: include/config/auto.conf: No such file or directory
/home/....../common/Makefile:685: include/config/auto.conf.cmd: No such file or directory
make[1]: x86_64-linux-androidkernel-gcc: Command not found
***
*** Configuration file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
/home/....../Makefile:688: recipe for target '.config' failed
make[1]: *** [.config] Error 1
make[1]: Leaving directory '/home/zzl/03_kernel/03_goldfish_kernel-5.4/out/common'
Makefile:179: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2

Does anyone knows what's the reason?

Thanks

pete....@nxp.com

unread,
Jan 21, 2021, 11:08:27 AM1/21/21
to Android Building
Because GCC tool chain as below have removed from android11.

prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/x86_64-linux-androidkernel-gcc
prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-androidkernel-gcc

you can select one of below ways to fix this issue.
1.  use clang compiler as below which integrated in android11 
prebuilts/clang/host/linux-x86/clang-r383902b/bin

2. use external gcc compiler.

Alessio Balsini

unread,
Jan 25, 2021, 7:04:47 AM1/25/21
to android-...@googlegroups.com
Hi,

The build.config file you selected (common/build.config.x86_64) does not specify any defconfig file.
Unless you have other specific requirements for your target, you should follow the GKI instructions: https://source.android.com/setup/build/building-kernels#building-gki-modules

Cheers,
Alessio

--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

---
You received this message because you are subscribed to the Google Groups "Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-buildi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/da7b2f1e-2404-4d47-b8b2-8772eff4604bn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages