Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 72378c44 authored by Mukesh Ojha's avatar Mukesh Ojha
Browse files

AndroidKernel: Use TARGET_KERNEL_CROSS_COMPILE_PREFIX for both 32/64 bit



TARGET_TOOLS_PREFIX is a new variable introduced in build environment
which keeps the location of the toolchain from the android source, which
was working for 64bit but giving unwind warnings for 32 bit targets.

[    7.353691] VFS: Mounted root (ext4 filesystem) readonly on device 253:0.
[    7.363324] Freeing unused kernel memory: 2048K
[    7.375778] unwind: Unknown symbol address c010130c
[    7.375802] unwind: Index not found c010130c
[    7.379466] unwind: Unknown symbol address c010130c
[    7.383992] unwind: Index not found c010130c
[    7.388578] unwind: Unknown symbol address c010130c
[    7.393096] unwind: Index not found c010130c
[    7.397690] unwind: Unknown symbol address c010130c
[    7.402227] unwind: Index not found c010130c
[    7.406806] unwind: Unknown symbol address c010130c
[    7.411331] unwind: Index not found c010130c 

To solve this let's make the toolchain path prefix change in the target
BoardConfig file as per architecture(32/64) basis and avoid making change
in kernel.

Change-Id: I6ca9642aeabbba1b892e169816f3d6d260bd50d5
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 543fc84f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment