[android-building] Eigen - Android iMX6 Boundary Devices unable to download

2016-05-31 Thread Deepak Rao
Hi All,


I am trying to download "Eigen" for Android iMX6 Board (from Boundary 
Devices). But, downloading is hanging even after 12 hours. This is third 
time unsuccessful. 


"Fetching projects:  98% (493/503)  Fetching project 
platform/external/eigen" 

Kindly, suggest, if you any idea how to resolve "eigen" downloading

In Android.manifest.xml file :  

https://github.com/boundarydevices/android-manifest/blob/boundary-imx-l5.1.1_2.1.0-ga/default.xml#L200
https://github.com/boundarydevices/android-manifest/blob/boundary-imx-l5.1.1_2.1.0-ga/default.xml#L4


Thanks in advance,

Regards
Deepak

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: Android M: ART crashing for eng builds

2016-05-31 Thread Gary Bisson
Nevermind I've found what my issue was, my kernel configuration was using a 
2G/2G memory split whereas the original one was 3G/1G. Apparently ART 
doesn't like that.

By using the pre-built oat files it was working but actually still throwing 
lots of errors at dex2oat was always failing.

Regards,
Gary

On Monday, May 30, 2016 at 11:45:45 PM UTC+2, Gary Bisson wrote:
>
> Hi,
>
> I'm experiencing some weirdness with ART. I've started working on Android 
> M for i.MX Platforms, let me know if you need me to point NXP modification
>
> In the past, on Android 5.0.0 and 5.1.1, I've never had such behavior but 
> this time, if I build a regular engineering image I get the following 
> errors in the logcat (and the system doesn't boot obviously):
> http://pastebin.com/AzadV98Y
>
> The pre-built images provided by NXP are actually user images, so I've 
> tried to build the user image and this latter boots fine. The difference 
> being that WITH_DEXPREOPT is set to true by default on user builds, like 
> for the hammerhead for instance:
>
> https://android.googlesource.com/device/lge/hammerhead/+/master/BoardConfig.mk#80
>
> Going back to engineering build and looking at the logs, it looks like the 
> boot.art is missing under /system/framework which might be the cause of my 
> problems. Does it mean that I must have WITH_DEXPREOPT 
> and WITH_DEXPREOPT_BOOT_IMG_ONLY set to true for engineering builds?
>
> Regards,
> Gary
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: GC overhead limit excee

2016-05-31 Thread Andreas Feldschmid
Setting to one build at a time might not be enough.
Check 
out 
http://stackoverflow.com/questions/35579646/android-source-code-compile-error-try-increasing-heap-size-with-java-option
You have to increase the -Xmx in the startup command for the jack server. 
For me this did not work through setting the env 
var JACK_SERVER_VM_ARGUMENTS to include it; seems like it does not get 
passed on correctly. Solution is to set the envVar, kill and start the jack 
server manually and THEN run the build.

https://source.android.com/source/jack.html unfortunately is really 
outdated, hope it gets updated soon^^

On Tuesday, May 24, 2016 at 7:17:44 PM UTC+2, Eric Tang wrote:
>
> I think you can edit the file ~/.jack-settings
> add SERVER_NB_COMPILE=1
>
> you can adjust the no., but my PC doesn't work on anything more than 1...
> and finally restart jack server
>
> On Sunday, May 22, 2016 at 1:27:46 AM UTC+8, 伍小二 wrote:
>>
>> when I compile the android 6.0 source code,  encounter the following 
>> problem
>>
>>
>> FAILED: /bin/bash 
>> out/target/common/obj/JAVA_LIBRARIES/core-all_intermediates/dex-dir/classes.dex.rsp
>> Out of memory error (version 1.2-rc3 'Carnac' (298500 
>> fea776d029fb8ceb9dfa1e7c354e03ac4c3597de by android-...@google.com)).
>> GC overhead limit exceeded.
>> Try increasing heap size with java option '-Xmx'.
>> Warning: This may have produced partial or corrupted output.
>> ninja: build stopped: subcommand failed.
>> build/core/ninja.mk:146: recipe for target 'ninja_wrapper' failed
>> make: *** [ninja_wrapper] Error 1
>>
>>
>>
>> How to solve it, Thank YOU!
>>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: Eigen - Android iMX6 Boundary Devices unable to download

2016-05-31 Thread Glenn Kasten
If this is a generic fetch problem for all devices, android-building is the 
right group.
But if it is specific to iMX6, android-porting would be a better group to 
discuss it.

On Tuesday, May 31, 2016 at 7:42:37 AM UTC-7, Deepak Rao wrote:
>
> Hi All,
>
>
> I am trying to download "Eigen" for Android iMX6 Board (from Boundary 
> Devices). But, downloading is hanging even after 12 hours. This is third 
> time unsuccessful. 
>
>
> "Fetching projects:  98% (493/503)  Fetching project 
> platform/external/eigen" 
>
> Kindly, suggest, if you any idea how to resolve "eigen" downloading
>
> In Android.manifest.xml file :  
>
>
> https://github.com/boundarydevices/android-manifest/blob/boundary-imx-l5.1.1_2.1.0-ga/default.xml#L200
>
> https://github.com/boundarydevices/android-manifest/blob/boundary-imx-l5.1.1_2.1.0-ga/default.xml#L4
>
>
> Thanks in advance,
>
> Regards
> Deepak
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.