android-kernel-clang
android-kernel-clang copied to clipboard
Information on compiling Android kernels with Clang
Hi the guide is pretty cool. But I met a failure when I make kernel: make O=out ARCH=x86_64 CC=clang CLANG_TRIPLE=x86_64-linux-gnu x86_64_defconfig ``` make[1]: Entering directory '/data/kernel-android-emulator/goldfish/out' GEN Makefile # #...
Thanks for providing such cool tutorial! However, I encounter a problem in linking process. It says **undefined reference to stpcpy**. Then, I search **stpcpy** in the android source code, I...
Hi Nathan, i tried to follow steps mentioned and tried to build Kernel with Clang and im getting build error related to Linker attaching the snapshot and make command from...
Hi I am getting the following error after compiling the kernel using the mentioned steps > ./drivers/firmware/efi/libstub/lib.a(arm64-stub.stub.o): In function `__efistub_handle_kernel_image': __efistub_arm64-stub.c:(.init.init.text+0x1c): undefined reference to `__efistub___stack_chk_guard' __efistub_arm64-stub.c:(.init.init.text+0x20): undefined reference to `__efistub___stack_chk_guard'...