[Completed] Follow up on [ROM Build From Source Help] Error at compiling stage

Status
Not open for further replies.
Search This thread

Wind07

Senior Member
Jun 24, 2013
1,760
1,207
Singapore
Hi guys,

I have another error

Code:
target thumb C++: libjavacore <= libcore/luni/src/main/native/AsynchronousSocket  CloseMonitor.cpp
system/vold/cryptfs.c: In function 'pbkdf2':
system/vold/cryptfs.c:871:82: warning: unused parameter 'params' [-Wunused-param  eter]
 static void pbkdf2(char *passwd, unsigned char *salt, unsigned char *ikey, void   *params) {
                                                                                    ^
system/vold/cryptfs.c: In function 'do_crypto_complete':
system/vold/cryptfs.c:1153:37: warning: unused parameter 'mount_point' [-Wunused  -parameter]
 static int do_crypto_complete(char *mount_point)
                                     ^
target thumb C++: libjavacore <= libcore/luni/src/main/native/ExecStrings.cpp
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacrypto_intermedi  ates/crypto/src/main/native/org_conscrypt_NativeCrypto.o] Killed
make: *** Waiting for unfinished jobs....
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat  es/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.o] Killed
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat  es/luni/src/main/native/AsynchronousSocketCloseMonitor.o] Killed
Can you guys help me again?

TIA,
AndroidNoob69
 

HashyCode

Senior Member
Aug 18, 2012
1,210
2,164
Cheras
Hi guys,

I have another error

Code:
target thumb C++: libjavacore <= libcore/luni/src/main/native/AsynchronousSocket  CloseMonitor.cpp
system/vold/cryptfs.c: In function 'pbkdf2':
system/vold/cryptfs.c:871:82: warning: unused parameter 'params' [-Wunused-param  eter]
 static void pbkdf2(char *passwd, unsigned char *salt, unsigned char *ikey, void   *params) {
                                                                                    ^
system/vold/cryptfs.c: In function 'do_crypto_complete':
system/vold/cryptfs.c:1153:37: warning: unused parameter 'mount_point' [-Wunused  -parameter]
 static int do_crypto_complete(char *mount_point)
                                     ^
target thumb C++: libjavacore <= libcore/luni/src/main/native/ExecStrings.cpp
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacrypto_intermedi  ates/crypto/src/main/native/org_conscrypt_NativeCrypto.o] Killed
make: *** Waiting for unfinished jobs....
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat  es/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.o] Killed
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat  es/luni/src/main/native/AsynchronousSocketCloseMonitor.o] Killed
Can you guys help me again?

TIA,
AndroidNoob69

Can you tell me which sources is this?
 

Wind07

Senior Member
Jun 24, 2013
1,760
1,207
Singapore

HashyCode

Senior Member
Aug 18, 2012
1,210
2,164
Cheras
target thumb C++: libjavacore <= libcore/luni/src/main/native/ExecStrings.cpp
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacrypto_intermedi ates/crypto/src/main/native/org_conscrypt_NativeCrypto.o] Killed
make: *** Waiting for unfinished jobs....
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat es/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.o] Killed
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat es/luni/src/main/native/AsynchronousSocketCloseMonitor.o] Killed


It seems you're running out of RAM. How much your swap is set to? :)

HashyCode.
 

Wind07

Senior Member
Jun 24, 2013
1,760
1,207
Singapore
target thumb C++: libjavacore <= libcore/luni/src/main/native/ExecStrings.cpp
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacrypto_intermedi ates/crypto/src/main/native/org_conscrypt_NativeCrypto.o] Killed
make: *** Waiting for unfinished jobs....
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat es/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.o] Killed
make: *** [out/target/product/nypon/obj/SHARED_LIBRARIES/libjavacore_intermediat es/luni/src/main/native/AsynchronousSocketCloseMonitor.o] Killed


It seems you're running out of RAM. How much your swap is set to? :)

HashyCode.

2GB RAM 4GB swap

Sent my AOSP Xperia P
 

Wind07

Senior Member
Jun 24, 2013
1,760
1,207
Singapore
Last time i use to have 2GB. I have same error like you. But it fixed as i add more 2GB. ;)

Might turn off the pc for few hours and build back without making make clean or repo sync.

It might help.

HashyCode.

Lol its a rented vps as my network is too weak to sync sources. So i just shut the server down and try to rebuild after a few hours?

Sent my AOSP Xperia P
 
Status
Not open for further replies.

Top Liked Posts