Hi Vikas, I have checked for ws, in files popthelp.c & utils.c define the macro #define __ANDROID__ with that,
error got fixed. Still getting the below error. make: *** No rule to make target `out/target/product/pandaboard/obj/lib/crtbegin_dynamic.o', needed by `out/target/product/pandaboard/obj/EXECUTABLES/cryptsetup_intermediates/LINKED/cryptsetup'. Stop. Logs:: mm ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.3 TARGET_PRODUCT=pandaboard TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=GINGERBREAD ============================================ No private recovery resources for TARGET_DEVICE pandaboard make: Entering directory `/home/zahirkhan/GingerBread' target thumb C: crypto_backend <= external/androidcyptsetup/jni/crypto_gcrypt.c target thumb C: crypto_backend <= external/androidcyptsetup/jni/crypto_kernel.c external/androidcyptsetup/jni/crypto_kernel.c:52: warning: missing initializer external/androidcyptsetup/jni/crypto_kernel.c:52: warning: (near initialization for 'hash_algs[5].length') target thumb C: crypto_backend <= external/androidcyptsetup/jni/crypto_nettle.c target thumb C: crypto_backend <= external/androidcyptsetup/jni/crypto_nss.c target thumb C: crypto_backend <= external/androidcyptsetup/jni/crypto_openssl.c target StaticLib: crypto_backend (out/target/product/pandaboard/obj/STATIC_LIBRARIES/crypto_backend_intermediates/crypto_backend.a) target thumb C: luks1 <= external/androidcyptsetup/jni/af.c target thumb C: luks1 <= external/androidcyptsetup/jni/keyencryption.c target thumb C: luks1 <= external/androidcyptsetup/jni/keymanage.c external/androidcyptsetup/jni/keymanage.c: In function 'wipe': external/androidcyptsetup/jni/keymanage.c:793: warning: comparison between signed and unsigned integer expressions target thumb C: luks1 <= external/androidcyptsetup/jni/pbkdf.c target StaticLib: luks1 (out/target/product/pandaboard/obj/STATIC_LIBRARIES/luks1_intermediates/luks1.a) target thumb C: loopaes <= external/androidcyptsetup/jni/loopaes.c external/androidcyptsetup/jni/loopaes.c: In function 'hash_keys': external/androidcyptsetup/jni/loopaes.c:106: warning: 'r' may be used uninitialized in this function target StaticLib: loopaes (out/target/product/pandaboard/obj/STATIC_LIBRARIES/loopaes_intermediates/loopaes.a) target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/crypt_plain.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/setup.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/utils_crypt.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/utils_debug.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/utils.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/libdevmapper.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/volumekey.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/random.c target thumb C: cryptsetupstatic <= external/androidcyptsetup/jni/loopaes.c external/androidcyptsetup/jni/loopaes.c: In function 'hash_keys': external/androidcyptsetup/jni/loopaes.c:106: warning: 'r' may be used uninitialized in this function target StaticLib: cryptsetupstatic (out/target/product/pandaboard/obj/STATIC_LIBRARIES/cryptsetupstatic_intermediates/cryptsetupstatic.a) make: *** No rule to make target `out/target/product/pandaboard/obj/lib/crtbegin_dynamic.o', needed by `out/target/product/pandaboard/obj/EXECUTABLES/cryptsetup_intermediates/LINKED/cryptsetup'. Stop. make: Leaving directory `/home/zahirkhan/GingerBread' Thanks & regards, Zaahir Khan On Fri, Oct 21, 2011 at 12:13 PM, Vikas KM <[email protected]> wrote: > external/androidcyptsetup/jni/ > popthelp.c:122: error: storage size of > 'ws' isn't known > > > you might want to check what type "ws" is... > > > > > -------------- > Regards > > Vikas KM > > > On Fri, Oct 21, 2011 at 11:50 AM, Zaahir Khan <[email protected]> > wrote: >> >> external/androidcyptsetup/jni/popthelp.c:122: error: storage size of >> 'ws' isn't known > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
