Building your own ROM

Did you pick your lunch menu first?

Code:
. build/envsetup.sh

lunch "whatever the package you wish to build (for VM670 "8")

make -j(number of CPU Treads) bacon

The thing is that toro is not on the list on the menu. So I lunch full_toro-userdebug and the make -j4 otapackage and I still getting the same error. I am gonna try the patch below

tapatalked? from cowsquadGnex?
 
MOAR NUB Q's!

OK, so installing the environment as the 3rd post: the package lib32readline5-dev doesn't seem to exist. I find lib32readline6-dev, but other searches return nothing. Helpz?
 
did you
Code:
. build/envsetup.sh
?
/edit/
sorry, my phone browser went all psychotic and was replying to an old post.
duh.... been a poor week for brain function.
 
Last edited:
javadoc: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
make: *** Waiting for unfinished jobs....
make: *** [out/target/common/docs/api-stubs-timestamp] Error 45
i did run make -j4 and the compiler took like 3 hours to finish. Now, i am getting those errors above
I did run make
 
MOAR NUB Q's!

OK, so installing the environment as the 3rd post: the package lib32readline5-dev doesn't seem to exist. I find lib32readline6-dev, but other searches return nothing. Helpz?

Distro and version?
 
javadoc: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
make: *** Waiting for unfinished jobs....
make: *** [out/target/common/docs/api-stubs-timestamp] Error 45
i did run make -j4 and the compiler took like 3 hours to finish. Now, i am getting those errors above
I did run make

You need to post more than this.

Sent from my One V using Android Central Forums
 
Those are the only errors I am getting. On top of that there is nothing

tapatalked? from cowsquadGnex?

Wee need to know where its erroring at. Just post more output than what you did.

Sent from my One V using Android Central Forums
 
Wee need to know where its erroring at. Just post more output than what you did.
this is the entire error
Docs droiddoc: out/target/common/docs/doc-comment-check
Docs droiddoc: out/target/common/docs/api-stubs
target SharedLib: libutils (out/target/product/generic/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/libutils.so)
target SharedLib: libhardware_legacy (out/target/product/generic/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/LINKED/libhardware_legacy.so)
target Symbolic: libdvm (out/target/product/generic/symbols/system/lib/libdvm.so)
Install: out/host/linux-x86/lib/libdvm.so
Install: out/host/linux-x86/lib/libSR_Core.so
javadoc: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
make: *** Waiting for unfinished jobs....
javadoc: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
make: *** [out/target/common/docs/api-stubs-timestamp] Error 45

Sent from my One V using Android Central Forums
 
I am building Aosp.

tapatalked? from cowsquadGnex?

Really? Anyways, now that I look at it closer, hardware/libhardware_legacy doesn't seem like its throwing the errors. But, I'm done helping, seeing as you like to argue about everything and I don't feel like dealing with it right now.

Sent from my One V using Android Central Forums
 
Really? Anyways, now that I look at it closer, hardware/libhardware_legacy doesn't seem like its throwing the errors. But, I'm done helping, seeing as you like to argue about everything and I don't feel like dealing with it right now.

Sent from my One V using Android Central Forums

Huh? Arguing? When? Okay, don't worry man. I'll fix it on my own. Don't worry

tapatalked? from cowsquadGnex?
 
Really? Anyways, now that I look at it closer, hardware/libhardware_legacy doesn't seem like its throwing the errors. But, I'm done helping, seeing as you like to argue about everything and I don't feel like dealing with it right now.

Sent from my One V using Android Central Forums

Are you on you period lol jk . Cool, :-)

tapatalked? from cowsquadGnex?

Neither of these posts are helpful at all, let's try and keep things civil. You've both been reported.
 
Cow squad, are your sources up on github?

Sent from my One V using Android Central Forums
 
OK. I was going to take a look. Libjli.so is having problems

Sent from my One V using Android Central Forums

So libjli is part of java SDK 6 and it is located in its respective folder. I already created a alternative for javadoc as well, but that doesn't help. When I run make -j4 otapackage , I don't get that error. Weird

tapatalked? from cowsquadGnex?