PINE64
Compile AOSP Fail - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5)
+--- Thread: Compile AOSP Fail (/showthread.php?tid=875)



Compile AOSP Fail - mrjerome - 05-01-2016

I download source code from here (http://www.cnx-software.com/2015/12/10/allwinner-a64-android-5-1-sdk-and-linux-source-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 ~


RE: Compile AOSP Fail - mrjerome - 05-02-2016

Well..

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

But ....

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

So...

Have anybody compile ASOP successful before ? or not


RE: Compile AOSP Fail - tllim - 05-02-2016

(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_A64_Software_Release#Android_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.


RE: Compile AOSP Fail - mrjerome - 05-03-2016

(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_A64_Software_Release#Android_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 !


RE: Compile AOSP Fail - tllim - 05-03-2016

(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_A64_Software_Release#Android_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.


RE: Compile AOSP Fail - danlcarr - 09-07-2016

(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_A64_Software_Release#Android_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 !



RE: Compile AOSP Fail - mrjerome - 09-26-2016

(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_A64_Software_Release#Android_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