build common kernel fal

441 visningar
Hoppa till det första olästa meddelandet

赵志龙

oläst,
20 jan. 2021 10:37:392021-01-20
till 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

oläst,
21 jan. 2021 11:08:272021-01-21
till 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

oläst,
25 jan. 2021 07:04:472021-01-25
till 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.
Svara alla
Svara författaren
Vidarebefordra
0 nya meddelanden