Is it possible to build a pure 32bit android 12 BSP for evk_8mp?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is it possible to build a pure 32bit android 12 BSP for evk_8mp?

308件の閲覧回数
ddoocc
Contributor I

This is what I have done:

1. change the BoardConfigCommon.mk 

TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_VARIANT := cortex-a9

2. change the ProductConfigCommon.mk

PRODUCT_SHIPPING_API_LEVEL := 27 

But when building the BSP I met an error :

out/target/product/evk_8mp/obj/KERNEL_OBJ/usr/include/asm/sigcontext.h:77:2: err
or: unknown type name '__uint128_t'
__uint128_t vregs[32];
^
1 error generated.
01:32:17 ninja failed with: exit status 1

It seems that the sigcontext.h is still copied from arm64 directory. 

Any help would be appreciated.

0 件の賞賛
返信
1 返信

283件の閲覧回数
Chavira
NXP TechSupport
NXP TechSupport

Hi @ddoocc!
Thank you for contacting NXP Support!

That is not possible.

Sorry for the mistake!

Best Regards!
Chavira

0 件の賞賛
返信