andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
908 stars 158 forks source link

No Make Rule for dx-tests #250

Closed arky closed 12 years ago

arky commented 12 years ago

'make gonk' fails with following while building for samsung s2

Directory: out/target/product/galaxys2/root/sbin Directory: out/target/product/galaxys2/root/dev Directory: out/target/product/galaxys2/root/proc Directory: out/target/product/galaxys2/root/sys Directory: out/target/product/galaxys2/root/system Directory: out/target/product/galaxys2/root/data make[1]: * No rule to make target out/host/linux-x86/framework/dx.jar', needed byout/host/linux-x86/obj/EXECUTABLES/dx-tests_intermediates/dx-tests'. Stop. make[1]: * Waiting for unfinished jobs.... make[1]: Leaving directory `/home/arky/src/B2G/glue/gonk'

arky commented 12 years ago

Added these lines /etc/security/limits.conf

And it sees to help.

http://www.at91.com/android4sam/bin/view/Android4SAM/AndroidFAQ#When_building_Android_I_met_foll

arky commented 12 years ago

Possible workaround for now: Move cts directory from the android source and continued the android sdk build.