PINE64

Full Version: Compile AOSP Fail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I download source code from here (http://www.cnx-software.com/2015/12/10/a...urce-code/)

I download android_A64_A5.1_V1.0.tar.gz and android_prebuilts_A64_A5.1_V1.0.tar.gz file. 

And I unzip these files and compile those on unbuntu 14.04 LTS

I type these commands.

A64_AOSP$source build/envsetup.sh
A64_AOSP$lunch                             // < -----I choose [aosp_arm64-eng]
A64_AOSP$make -j4

Then ... it's compile start .. but  occurs some error messages that


[6~make: *** No rule to make target `hardware/aw/widevine/widevine_L/Android.mk'.  Stop.]

Have any body compile it successful ? or Any help is appreciated.

Thanks ~
Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
(05-02-2016, 08:33 AM)mrjerome Wrote: [ -> ]Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
target should be "sun50iw1p1", this is the Allwinner internal name for their A64 SoC.
(05-02-2016, 09:50 AM)tllim Wrote: [ -> ]
(05-02-2016, 08:33 AM)mrjerome Wrote: [ -> ]Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
target should be "sun50iw1p1", this is the Allwinner internal name for their A64 SoC.

Thank you !

It's successful !
(05-03-2016, 07:26 AM)mrjerome Wrote: [ -> ]
(05-02-2016, 09:50 AM)tllim Wrote: [ -> ]
(05-02-2016, 08:33 AM)mrjerome Wrote: [ -> ]Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
target should be "sun50iw1p1", this is the Allwinner internal name for their A64 SoC.

Thank you !

It's successful !
Glad to know. The new Marshmallow 6.0 SDK already release at Pine64 wiki site.
(05-03-2016, 07:26 AM)Himrjerome, Can you tell me, the steps used to compile AOSP, how to set target to"sun50iw1p1"? I ready downloaded files, and setup system.Thank you,Daniel mrjerome Wrote: [ -> ]
(05-02-2016, 09:50 AM)tllim Wrote: [ -> ]
(05-02-2016, 08:33 AM)mrjerome Wrote: [ -> ]Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
target should be "sun50iw1p1", this is the Allwinner internal name for their A64 SoC.

Thank you !

It's successful !
(09-07-2016, 07:07 PM)danlcarr Wrote: [ -> ]
(05-03-2016, 07:26 AM)Himrjerome, Can you tell me, the steps used to compile AOSP, how to set target to"sun50iw1p1"? I ready downloaded files, and setup system.Thank you,Daniel mrjerome Wrote: [ -> ]
(05-02-2016, 09:50 AM)tllim Wrote: [ -> ]
(05-02-2016, 08:33 AM)mrjerome Wrote: [ -> ]Well..

Today, I download A64-Android-5.1.1-SDK.zip file from http://wiki.pine64.org/index.php/Pine_A6...ndroid_SDK

But ....

I still have the same error message when I compile ASOP.

So...

Have anybody compile ASOP successful before ? or not
target should be "sun50iw1p1", this is the Allwinner internal name for their A64 SoC.

Thank you !

It's successful !

Sorry, I reply so late.

I can't remember the detail. 

But ... maybe you can try these command.

Code:
source build/envsetup.sh
lunch tulip_p1-eng
make -j4