编译droid-vnc-server :
zhangbin@Ubuntu32:~$ sudo su
[sudo] password for zhangbin:
root@Ubuntu32:/home/zhangbin# ls
android Downloads man_getaddrinfo.txt Source Insight
cdtomeserver.sh epl-v10.html man_signal.txt STM
codeStore examples.desktop mp4 streaming
Desktop ffmpeg Music Templates
doBuildAndroidVLc.sh find_rild.txt notice.html Videos
doBuildAndroidVLc.sh~ gstreamer Pictures vlc
Documents live555.tar.gz Public webstore
root@Ubuntu32:/home/zhangbin# cd streaming/
root@Ubuntu32:/home/zhangbin/streaming# l
android/ crtmpserver.tar.gz live/ mplayerMISC/ nginx/
crtmpserver/ http/ mediaStream/ myweb/ WFD/
root@Ubuntu32:/home/zhangbin/streaming# cd mediaStream/
root@Ubuntu32:/home/zhangbin/streaming/mediaStream# ls
android-eye droid-VNC-server linphone mediastreamer2 setNDKevn.sh
root@Ubuntu32:/home/zhangbin/streaming/mediaStream# cd droid-VNC-server/
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ls
AndroidManifest.xml jni project.properties TODO
bin libs README updateExecsAndLibs.sh
build.xml LICENSE res
CHANGELOG nativeMethods src
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# cd ..
root@Ubuntu32:/home/zhangbin/streaming/mediaStream# ls
android-eye droid-VNC-server linphone mediastreamer2 setNDKevn.sh
root@Ubuntu32:/home/zhangbin/streaming/mediaStream# source setNDKevn.sh
root@Ubuntu32:/home/zhangbin/streaming/mediaStream# cd droid-VNC-server/
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ls
AndroidManifest.xml jni project.properties TODO
bin libs README updateExecsAndLibs.sh
build.xml LICENSE res
CHANGELOG nativeMethods src
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-build
/home/zhangbin/android/android-ndk-r9/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist' function: ''. Stop.
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# dos2unix -R *
dos2unix: converting file AndroidManifest.xml to Unix format ...
dos2unix: Skipping bin, not a regular file.
dos2unix: converting file build.xml to Unix format ...
dos2unix: converting file CHANGELOG to Unix format ...
dos2unix: Skipping jni, not a regular file.
dos2unix: Skipping libs, not a regular file.
dos2unix: converting file LICENSE to Unix format ...
dos2unix: Skipping nativeMethods, not a regular file.
dos2unix: converting file project.properties to Unix format ...
dos2unix: converting file README to Unix format ...
dos2unix: Skipping res, not a regular file.
dos2unix: Skipping src, not a regular file.
dos2unix: converting file TODO to Unix format ...
dos2unix: converting file updateExecsAndLibs.sh to Unix format ...
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-buildAndroid NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile thumb : androidvncserver <= main.c
Compile thumb : androidvncserver <= rfbserver.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c: In function 'rfbProcessFileTransfer':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c:1584:15: warning: pointer targets in passing argument 1 of 'gmtime' differ in signedness [-Wpointer-sign]
/home/zhangbin/android/android-ndk-r9/platforms/android-14/arch-arm/usr/include/time.h:76:20: note: expected 'time_t const *' but argument is of type 'long unsigned int *'
Compile thumb : androidvncserver <= rfbregion.c
Compile thumb : androidvncserver <= auth.c
Compile thumb : androidvncserver <= sockets.c
Compile thumb : androidvncserver <= stats.c
Compile thumb : androidvncserver <= corre.c
Compile thumb : androidvncserver <= rfbssl_openssl.c
Compile thumb : androidvncserver <= rfbcrypto_openssl.c
Compile thumb : androidvncserver <= hextile.c
Compile thumb : androidvncserver <= rre.c
Compile thumb : androidvncserver <= translate.c
Compile thumb : androidvncserver <= cutpaste.c
Compile thumb : androidvncserver <= httpd.c
Compile thumb : androidvncserver <= cursor.c
Compile thumb : androidvncserver <= font.c
Compile thumb : androidvncserver <= draw.c
Compile thumb : androidvncserver <= websockets.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c: In function 'ws_read':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c:498:2: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Compile thumb : androidvncserver <= selbox.c
Compile thumb : androidvncserver <= cargs.c
Compile thumb : androidvncserver <= ultra.c
Compile thumb : androidvncserver <= scale.c
Compile thumb : androidvncserver <= zlib.c
Compile thumb : androidvncserver <= zrle.c
Compile thumb : androidvncserver <= zrleoutstream.c
Compile thumb : androidvncserver <= zrlepalettehelper.c
Compile thumb : androidvncserver <= tight.c
Compile thumb : androidvncserver <= d3des.c
Compile thumb : androidvncserver <= vncauth.c
Compile thumb : androidvncserver <= minilzo.c
Compile thumb : androidvncserver <= zywrletemplate.c
Compile thumb : androidvncserver <= turbojpeg.c
Compile thumb : androidvncserver <= droidvncserver.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
In file included from jni/vnc/droidvncserver.c:76:0:
jni/vnc/updateScreen.c: In function 'update_screen_32':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:72:0:
jni/vnc/updateScreen.c: In function 'update_screen_16':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:68:0:
jni/vnc/updateScreen.c: In function 'update_screen_8':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
Compile thumb : androidvncserver <= gui.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= input.c
jni/vnc/inputMethods/input.c: In function 'keyEvent':
jni/vnc/inputMethods/input.c:208:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
jni/vnc/inputMethods/input.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= adb.c
jni/vnc/screenMethods/adb.c: In function 'send_framebuffer_string':
jni/vnc/screenMethods/adb.c:186:9: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
jni/vnc/screenMethods/adb.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= framebuffer.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= gralloc.c
Compile thumb : androidvncserver <= flinger.c
Compile thumb : androidvncserver <= suinput.c
Compile arm : jpeg <= jcapimin.c
Compile arm : jpeg <= jcapistd.c
Compile arm : jpeg <= jccoefct.c
Compile arm : jpeg <= jccolor.c
Compile arm : jpeg <= jcdctmgr.c
Compile arm : jpeg <= jchuff.c
Compile arm : jpeg <= jcinit.c
Compile arm : jpeg <= jcmainct.c
Compile arm : jpeg <= jcmarker.c
Compile arm : jpeg <= jcmaster.c
Compile arm : jpeg <= jcomapi.c
Compile arm : jpeg <= jcparam.c
Compile arm : jpeg <= jcphuff.c
Compile arm : jpeg <= jcprepct.c
Compile arm : jpeg <= jcsample.c
Compile arm : jpeg <= jctrans.c
Compile arm : jpeg <= jdapimin.c
Compile arm : jpeg <= jdapistd.c
Compile arm : jpeg <= jdatadst.c
Compile arm : jpeg <= jdatasrc.c
Compile arm : jpeg <= jdcoefct.c
Compile arm : jpeg <= jdcolor.c
Compile arm : jpeg <= jddctmgr.c
Compile arm : jpeg <= jdhuff.c
Compile arm : jpeg <= jdinput.c
Compile arm : jpeg <= jdmainct.c
Compile arm : jpeg <= jdmarker.c
Compile arm : jpeg <= jdmaster.c
Compile arm : jpeg <= jdmerge.c
Compile arm : jpeg <= jdphuff.c
Compile arm : jpeg <= jdpostct.c
Compile arm : jpeg <= jdsample.c
Compile arm : jpeg <= jdtrans.c
Compile arm : jpeg <= jerror.c
Compile arm : jpeg <= jfdctflt.c
Compile arm : jpeg <= jfdctfst.c
Compile arm : jpeg <= jfdctint.c
Compile arm : jpeg <= jidctflt.c
Compile arm : jpeg <= jidctred.c
Compile arm : jpeg <= jquant1.c
Compile arm : jpeg <= jquant2.c
Compile arm : jpeg <= jutils.c
Compile arm : jpeg <= jmemmgr.c
Compile arm : jpeg <= jmem-android.c
Compile arm : jpeg <= jidctint.c
Compile arm : jpeg <= jidctfst.S
jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:66: Error: missing ')'
jni/jpeg/jidctfst.S:66: Error: garbage following instruction -- `pld (r2,#0)'
jni/jpeg/jidctfst.S:259: Error: missing ')'
jni/jpeg/jidctfst.S:259: Error: garbage following instruction -- `pld (sp,#32)'
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# cd jni/jpegroot@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg# dos2unix -R *
dos2unix: converting file Android.mk to Unix format ...
dos2unix: converting file ansi2knr.1 to Unix format ...
dos2unix: converting file ansi2knr.c to Unix format ...
dos2unix: converting file cderror.h to Unix format ...
dos2unix: converting file cdjpeg.c to Unix format ...
dos2unix: converting file cdjpeg.h to Unix format ...
dos2unix: converting file change.log to Unix format ...
dos2unix: converting file cjpeg.1 to Unix format ...
dos2unix: converting file cjpeg.c to Unix format ...
dos2unix: converting file ckconfig.c to Unix format ...
dos2unix: converting file coderules.doc to Unix format ...
dos2unix: converting file config.guess to Unix format ...
dos2unix: converting file config.sub to Unix format ...
dos2unix: converting file configure to Unix format ...
dos2unix: converting file djpeg.1 to Unix format ...
dos2unix: converting file djpeg.c to Unix format ...
dos2unix: converting file example.c to Unix format ...
dos2unix: converting file filelist.doc to Unix format ...
dos2unix: converting file install.doc to Unix format ...
dos2unix: converting file install-sh to Unix format ...
dos2unix: converting file jcapimin.c to Unix format ...
dos2unix: converting file jcapistd.c to Unix format ...
dos2unix: converting file jccoefct.c to Unix format ...
dos2unix: converting file jccolor.c to Unix format ...
dos2unix: converting file jcdctmgr.c to Unix format ...
dos2unix: converting file jchuff.c to Unix format ...
dos2unix: converting file jchuff.h to Unix format ...
dos2unix: converting file jcinit.c to Unix format ...
dos2unix: converting file jcmainct.c to Unix format ...
dos2unix: converting file jcmarker.c to Unix format ...
dos2unix: converting file jcmaster.c to Unix format ...
dos2unix: converting file jcomapi.c to Unix format ...
dos2unix: converting file jconfig.bcc to Unix format ...
dos2unix: converting file jconfig.cfg to Unix format ...
dos2unix: converting file jconfig.dj to Unix format ...
dos2unix: converting file jconfig.doc to Unix format ...
dos2unix: converting file jconfig.h to Unix format ...
dos2unix: converting file jconfig.mac to Unix format ...
dos2unix: converting file jconfig.manx to Unix format ...
dos2unix: converting file jconfig.mc6 to Unix format ...
dos2unix: converting file jconfig.sas to Unix format ...
dos2unix: converting file jconfig.st to Unix format ...
dos2unix: converting file jconfig.vc to Unix format ...
dos2unix: converting file jconfig.vms to Unix format ...
dos2unix: converting file jconfig.wat to Unix format ...
dos2unix: converting file jcparam.c to Unix format ...
dos2unix: converting file jcphuff.c to Unix format ...
dos2unix: converting file jcprepct.c to Unix format ...
dos2unix: converting file jcsample.c to Unix format ...
dos2unix: converting file jctrans.c to Unix format ...
dos2unix: converting file jdapimin.c to Unix format ...
dos2unix: converting file jdapistd.c to Unix format ...
dos2unix: converting file jdatadst.c to Unix format ...
dos2unix: converting file jdatasrc.c to Unix format ...
dos2unix: converting file jdcoefct.c to Unix format ...
dos2unix: converting file jdcolor.c to Unix format ...
dos2unix: converting file jdct.h to Unix format ...
dos2unix: converting file jddctmgr.c to Unix format ...
dos2unix: converting file jdhuff.c to Unix format ...
dos2unix: converting file jdhuff.h to Unix format ...
dos2unix: converting file jdinput.c to Unix format ...
dos2unix: converting file jdmainct.c to Unix format ...
dos2unix: converting file jdmarker.c to Unix format ...
dos2unix: converting file jdmaster.c to Unix format ...
dos2unix: converting file jdmerge.c to Unix format ...
dos2unix: converting file jdphuff.c to Unix format ...
dos2unix: converting file jdpostct.c to Unix format ...
dos2unix: converting file jdsample.c to Unix format ...
dos2unix: converting file jdtrans.c to Unix format ...
dos2unix: converting file jerror.c to Unix format ...
dos2unix: converting file jerror.h to Unix format ...
dos2unix: converting file jfdctflt.c to Unix format ...
dos2unix: converting file jfdctfst.c to Unix format ...
dos2unix: converting file jfdctint.c to Unix format ...
dos2unix: converting file jidctflt.c to Unix format ...
dos2unix: converting file jidctfst.c to Unix format ...
dos2unix: converting file jidctfst.S to Unix format ...
dos2unix: converting file jidctint.c to Unix format ...
dos2unix: converting file jidctred.c to Unix format ...
dos2unix: converting file jinclude.h to Unix format ...
dos2unix: converting file jmem-android.c to Unix format ...
dos2unix: converting file jmemansi.c to Unix format ...
dos2unix: converting file jmemdosa.asm to Unix format ...
dos2unix: converting file jmemdos.c to Unix format ...
dos2unix: converting file jmemmac.c to Unix format ...
dos2unix: converting file jmemmgr.c to Unix format ...
dos2unix: converting file jmemname.c to Unix format ...
dos2unix: converting file jmemnobs.c to Unix format ...
dos2unix: converting file jmemsys.h to Unix format ...
dos2unix: converting file jmorecfg.h to Unix format ...
dos2unix: converting file jpegint.h to Unix format ...
dos2unix: converting file jpeglib.h to Unix format ...
dos2unix: converting file jpegtran.1 to Unix format ...
dos2unix: converting file jpegtran.c to Unix format ...
dos2unix: converting file jquant1.c to Unix format ...
dos2unix: converting file jquant2.c to Unix format ...
dos2unix: converting file jutils.c to Unix format ...
dos2unix: converting file jversion.h to Unix format ...
dos2unix: converting file libjpeg.doc to Unix format ...
dos2unix: converting file ltconfig to Unix format ...
dos2unix: converting file ltmain.sh to Unix format ...
dos2unix: converting file makcjpeg.st to Unix format ...
dos2unix: converting file makdjpeg.st to Unix format ...
dos2unix: converting file makeapps.ds to Unix format ...
dos2unix: converting file makefile.ansi to Unix format ...
dos2unix: converting file makefile.bcc to Unix format ...
dos2unix: converting file makefile.cfg to Unix format ...
dos2unix: converting file makefile.dj to Unix format ...
dos2unix: converting file makefile.manx to Unix format ...
dos2unix: converting file makefile.mc6 to Unix format ...
dos2unix: converting file makefile.mms to Unix format ...
dos2unix: converting file makefile.sas to Unix format ...
dos2unix: converting file makefile.unix to Unix format ...
dos2unix: converting file makefile.vc to Unix format ...
dos2unix: converting file makefile.vms to Unix format ...
dos2unix: converting file makefile.wat to Unix format ...
dos2unix: converting file makelib.ds to Unix format ...
dos2unix: converting file makeproj.mac to Unix format ...
dos2unix: converting file makljpeg.st to Unix format ...
dos2unix: converting file maktjpeg.st to Unix format ...
dos2unix: converting file makvms.opt to Unix format ...
dos2unix: converting file MODULE_LICENSE_BSD_LIKE to Unix format ...
dos2unix: converting file NOTICE to Unix format ...
dos2unix: converting file rdbmp.c to Unix format ...
dos2unix: converting file rdcolmap.c to Unix format ...
dos2unix: converting file rdgif.c to Unix format ...
dos2unix: converting file rdjpgcom.1 to Unix format ...
dos2unix: converting file rdjpgcom.c to Unix format ...
dos2unix: converting file rdppm.c to Unix format ...
dos2unix: converting file rdrle.c to Unix format ...
dos2unix: converting file rdswitch.c to Unix format ...
dos2unix: converting file rdtarga.c to Unix format ...
dos2unix: converting file README to Unix format ...
dos2unix: converting file structure.doc to Unix format ...
dos2unix: Skipping binary file testimg.bmp
dos2unix: Skipping binary file testimg.jpg
dos2unix: Skipping binary file testimgp.jpg
dos2unix: Skipping binary file testimg.ppm
dos2unix: Skipping binary file testorig.jpg
dos2unix: Skipping binary file testprog.jpg
dos2unix: converting file transupp.c to Unix format ...
dos2unix: converting file transupp.h to Unix format ...
dos2unix: converting file usage.doc to Unix format ...
dos2unix: converting file wizard.doc to Unix format ...
dos2unix: converting file wrbmp.c to Unix format ...
dos2unix: converting file wrgif.c to Unix format ...
dos2unix: converting file wrjpgcom.1 to Unix format ...
dos2unix: converting file wrjpgcom.c to Unix format ...
dos2unix: converting file wrppm.c to Unix format ...
dos2unix: converting file wrrle.c to Unix format ...
dos2unix: converting file wrtarga.c to Unix format ...
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg#
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni/jpeg# cd ..
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server/jni# cd ..
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-buildAndroid NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile thumb : androidvncserver <= turbojpeg.c
Compile arm : jpeg <= jcapimin.c
Compile arm : jpeg <= jcapistd.c
Compile arm : jpeg <= jccoefct.c
Compile arm : jpeg <= jccolor.c
Compile arm : jpeg <= jcdctmgr.c
Compile arm : jpeg <= jchuff.c
Compile arm : jpeg <= jcinit.c
Compile arm : jpeg <= jcmainct.c
Compile arm : jpeg <= jcmarker.c
Compile arm : jpeg <= jcmaster.c
Compile arm : jpeg <= jcomapi.c
Compile arm : jpeg <= jcparam.c
Compile arm : jpeg <= jcphuff.c
Compile arm : jpeg <= jcprepct.c
Compile arm : jpeg <= jcsample.c
Compile arm : jpeg <= jctrans.c
Compile arm : jpeg <= jdapimin.c
Compile arm : jpeg <= jdapistd.c
Compile arm : jpeg <= jdatadst.c
Compile arm : jpeg <= jdatasrc.c
Compile arm : jpeg <= jdcoefct.c
Compile arm : jpeg <= jdcolor.c
Compile arm : jpeg <= jddctmgr.c
Compile arm : jpeg <= jdhuff.c
Compile arm : jpeg <= jdinput.c
Compile arm : jpeg <= jdmainct.c
Compile arm : jpeg <= jdmarker.c
Compile arm : jpeg <= jdmaster.c
Compile arm : jpeg <= jdmerge.c
Compile arm : jpeg <= jdphuff.c
Compile arm : jpeg <= jdpostct.c
Compile arm : jpeg <= jdsample.c
Compile arm : jpeg <= jdtrans.c
Compile arm : jpeg <= jerror.c
Compile arm : jpeg <= jfdctflt.c
Compile arm : jpeg <= jfdctfst.c
Compile arm : jpeg <= jfdctint.c
Compile arm : jpeg <= jidctflt.c
Compile arm : jpeg <= jidctred.c
Compile arm : jpeg <= jquant1.c
Compile arm : jpeg <= jquant2.c
Compile arm : jpeg <= jutils.c
Compile arm : jpeg <= jmemmgr.c
Compile arm : jpeg <= jmem-android.c
Compile arm : jpeg <= jidctint.c
Compile arm : jpeg <= jidctfst.S
jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:259: Error: missing ')'
jni/jpeg/jidctfst.S:259: Error: garbage following instruction -- `pld (sp,#32)'
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-build
Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile arm : jpeg <= jidctfst.S
jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-build
Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile arm : jpeg <= jidctfst.S
StaticLibrary : libjpeg.a
Compile thumb : png <= png.c
Compile thumb : png <= pngerror.c
Compile thumb : png <= pngget.c
Compile thumb : png <= pngmem.c
Compile thumb : png <= pngpread.c
Compile thumb : png <= pngread.c
Compile thumb : png <= pngrio.c
Compile thumb : png <= pngrtran.c
Compile thumb : png <= pngrutil.c
Compile thumb : png <= pngset.c
Compile thumb : png <= pngtrans.c
Compile thumb : png <= pngwio.c
Compile thumb : png <= pngwrite.c
Compile thumb : png <= pngwtran.c
Compile thumb : png <= pngwutil.c
StaticLibrary : libpng.a
Compile thumb : ssl_static <= s2_meth.c
Compile thumb : ssl_static <= s2_srvr.c
Compile thumb : ssl_static <= s2_clnt.c
Compile thumb : ssl_static <= s2_lib.c
Compile thumb : ssl_static <= s2_enc.c
Compile thumb : ssl_static <= s2_pkt.c
Compile thumb : ssl_static <= s3_meth.c
Compile thumb : ssl_static <= s3_srvr.c
Compile thumb : ssl_static <= s3_clnt.c
Compile thumb : ssl_static <= s3_lib.c
Compile thumb : ssl_static <= s3_enc.c
Compile thumb : ssl_static <= s3_pkt.c
Compile thumb : ssl_static <= s3_both.c
Compile thumb : ssl_static <= s23_meth.c
Compile thumb : ssl_static <= s23_srvr.c
Compile thumb : ssl_static <= s23_clnt.c
Compile thumb : ssl_static <= s23_lib.c
Compile thumb : ssl_static <= s23_pkt.c
Compile thumb : ssl_static <= t1_meth.c
Compile thumb : ssl_static <= t1_srvr.c
Compile thumb : ssl_static <= t1_clnt.c
Compile thumb : ssl_static <= t1_lib.c
Compile thumb : ssl_static <= t1_enc.c
Compile thumb : ssl_static <= t1_reneg.c
Compile thumb : ssl_static <= ssl_lib.c
Compile thumb : ssl_static <= ssl_err2.c
Compile thumb : ssl_static <= ssl_cert.c
Compile thumb : ssl_static <= ssl_sess.c
Compile thumb : ssl_static <= ssl_ciph.c
Compile thumb : ssl_static <= ssl_stat.c
Compile thumb : ssl_static <= ssl_rsa.c
Compile thumb : ssl_static <= ssl_asn1.c
Compile thumb : ssl_static <= ssl_txt.c
Compile thumb : ssl_static <= ssl_algs.c
Compile thumb : ssl_static <= bio_ssl.c
Compile thumb : ssl_static <= ssl_err.c
Compile thumb : ssl_static <= kssl.c
StaticLibrary : libssl_static.a
Compile thumb : crypto_static <= cryptlib.c
jni/openssl/crypto/cryptlib.c: In function 'CRYPTO_THREADID_current':
jni/openssl/crypto/cryptlib.c:503:2: warning: passing argument 2 of 'CRYPTO_THREADID_set_pointer' discards 'volatile' qualifier from pointer target type [enabled by default]
jni/openssl/crypto/cryptlib.c:431:6: note: expected 'void *' but argument is of type 'int volatile *'
Compile thumb : crypto_static <= mem.c
Compile thumb : crypto_static <= mem_clr.c
Compile thumb : crypto_static <= mem_dbg.c
Compile thumb : crypto_static <= cversion.c
Compile thumb : crypto_static <= ex_data.c
Compile thumb : crypto_static <= cpt_err.c
Compile thumb : crypto_static <= ebcdic.c
Compile thumb : crypto_static <= uid.c
Compile thumb : crypto_static <= o_time.c
Compile thumb : crypto_static <= o_str.c
Compile thumb : crypto_static <= o_dir.c
Compile thumb : crypto_static <= aes_cbc.c
Compile thumb : crypto_static <= aes_cfb.c
Compile thumb : crypto_static <= aes_ctr.c
Compile thumb : crypto_static <= aes_ecb.c
Compile thumb : crypto_static <= aes_misc.c
Compile thumb : crypto_static <= aes_ofb.c
Compile thumb : crypto_static <= aes_wrap.c
Compile thumb : crypto_static <= a_bitstr.c
Compile thumb : crypto_static <= a_bool.c
Compile thumb : crypto_static <= a_bytes.c
Compile thumb : crypto_static <= a_d2i_fp.c
Compile thumb : crypto_static <= a_digest.c
Compile thumb : crypto_static <= a_dup.c
Compile thumb : crypto_static <= a_enum.c
Compile thumb : crypto_static <= a_gentm.c
Compile thumb : crypto_static <= a_i2d_fp.c
Compile thumb : crypto_static <= a_int.c
Compile thumb : crypto_static <= a_mbstr.c
Compile thumb : crypto_static <= a_object.c
Compile thumb : crypto_static <= a_octet.c
Compile thumb : crypto_static <= a_print.c
Compile thumb : crypto_static <= a_set.c
Compile thumb : crypto_static <= a_sign.c
Compile thumb : crypto_static <= a_strex.c
Compile thumb : crypto_static <= a_strnid.c
Compile thumb : crypto_static <= a_time.c
Compile thumb : crypto_static <= a_type.c
Compile thumb : crypto_static <= a_utctm.c
Compile thumb : crypto_static <= a_utf8.c
Compile thumb : crypto_static <= a_verify.c
Compile thumb : crypto_static <= ameth_lib.c
Compile thumb : crypto_static <= asn1_err.c
Compile thumb : crypto_static <= asn1_gen.c
Compile thumb : crypto_static <= asn1_lib.c
Compile thumb : crypto_static <= asn1_par.c
Compile thumb : crypto_static <= asn_mime.c
Compile thumb : crypto_static <= asn_moid.c
Compile thumb : crypto_static <= asn_pack.c
Compile thumb : crypto_static <= bio_asn1.c
Compile thumb : crypto_static <= bio_ndef.c
Compile thumb : crypto_static <= d2i_pr.c
Compile thumb : crypto_static <= d2i_pu.c
Compile thumb : crypto_static <= evp_asn1.c
Compile thumb : crypto_static <= f_enum.c
Compile thumb : crypto_static <= f_int.c
Compile thumb : crypto_static <= f_string.c
Compile thumb : crypto_static <= i2d_pr.c
Compile thumb : crypto_static <= i2d_pu.c
Compile thumb : crypto_static <= n_pkey.c
Compile thumb : crypto_static <= nsseq.c
Compile thumb : crypto_static <= p5_pbe.c
Compile thumb : crypto_static <= p5_pbev2.c
Compile thumb : crypto_static <= p8_pkey.c
Compile thumb : crypto_static <= t_bitst.c
Compile thumb : crypto_static <= t_crl.c
Compile thumb : crypto_static <= t_pkey.c
Compile thumb : crypto_static <= t_req.c
Compile thumb : crypto_static <= t_spki.c
Compile thumb : crypto_static <= t_x509.c
Compile thumb : crypto_static <= t_x509a.c
Compile thumb : crypto_static <= tasn_dec.c
Compile thumb : crypto_static <= tasn_enc.c
Compile thumb : crypto_static <= tasn_fre.c
Compile thumb : crypto_static <= tasn_new.c
Compile thumb : crypto_static <= tasn_prn.c
Compile thumb : crypto_static <= tasn_typ.c
Compile thumb : crypto_static <= tasn_utl.c
Compile thumb : crypto_static <= x_algor.c
Compile thumb : crypto_static <= x_attrib.c
Compile thumb : crypto_static <= x_bignum.c
Compile thumb : crypto_static <= x_crl.c
Compile thumb : crypto_static <= x_exten.c
Compile thumb : crypto_static <= x_info.c
Compile thumb : crypto_static <= x_long.c
Compile thumb : crypto_static <= x_name.c
Compile thumb : crypto_static <= x_nx509.c
Compile thumb : crypto_static <= x_pkey.c
Compile thumb : crypto_static <= x_pubkey.c
Compile thumb : crypto_static <= x_req.c
Compile thumb : crypto_static <= x_sig.c
Compile thumb : crypto_static <= x_spki.c
Compile thumb : crypto_static <= x_val.c
Compile thumb : crypto_static <= x_x509.c
Compile thumb : crypto_static <= x_x509a.c
Compile thumb : crypto_static <= bf_cfb64.c
Compile thumb : crypto_static <= bf_ecb.c
Compile thumb : crypto_static <= bf_enc.c
Compile thumb : crypto_static <= bf_ofb64.c
Compile thumb : crypto_static <= bf_skey.c
Compile thumb : crypto_static <= b_dump.c
Compile thumb : crypto_static <= b_print.c
Compile thumb : crypto_static <= b_sock.c
Compile thumb : crypto_static <= bf_buff.c
Compile thumb : crypto_static <= bf_nbio.c
Compile thumb : crypto_static <= bf_null.c
Compile thumb : crypto_static <= bio_cb.c
Compile thumb : crypto_static <= bio_err.c
Compile thumb : crypto_static <= bio_lib.c
Compile thumb : crypto_static <= bss_acpt.c
Compile thumb : crypto_static <= bss_bio.c
Compile thumb : crypto_static <= bss_conn.c
Compile thumb : crypto_static <= bss_dgram.c
Compile thumb : crypto_static <= bss_fd.c
Compile thumb : crypto_static <= bss_file.c
Compile thumb : crypto_static <= bss_log.c
Compile thumb : crypto_static <= bss_mem.c
Compile thumb : crypto_static <= bss_null.c
Compile thumb : crypto_static <= bss_sock.c
Compile thumb : crypto_static <= bn_add.c
Compile thumb : crypto_static <= bn_asm.c
Compile thumb : crypto_static <= bn_blind.c
Compile thumb : crypto_static <= bn_const.c
Compile thumb : crypto_static <= bn_ctx.c
Compile thumb : crypto_static <= bn_div.c
Compile thumb : crypto_static <= bn_err.c
Compile thumb : crypto_static <= bn_exp.c
Compile thumb : crypto_static <= bn_exp2.c
Compile thumb : crypto_static <= bn_gcd.c
Compile thumb : crypto_static <= bn_gf2m.c
Compile thumb : crypto_static <= bn_kron.c
Compile thumb : crypto_static <= bn_lib.c
Compile thumb : crypto_static <= bn_mod.c
Compile thumb : crypto_static <= bn_mont.c
Compile thumb : crypto_static <= bn_mpi.c
Compile thumb : crypto_static <= bn_mul.c
Compile thumb : crypto_static <= bn_nist.c
Compile thumb : crypto_static <= bn_prime.c
Compile thumb : crypto_static <= bn_print.c
Compile thumb : crypto_static <= bn_rand.c
Compile thumb : crypto_static <= bn_recp.c
Compile thumb : crypto_static <= bn_shift.c
Compile thumb : crypto_static <= bn_sqr.c
Compile thumb : crypto_static <= bn_sqrt.c
Compile thumb : crypto_static <= bn_word.c
Compile thumb : crypto_static <= buf_err.c
Compile thumb : crypto_static <= buffer.c
Compile thumb : crypto_static <= c_rle.c
Compile thumb : crypto_static <= c_zlib.c
Compile thumb : crypto_static <= comp_err.c
Compile thumb : crypto_static <= comp_lib.c
Compile thumb : crypto_static <= conf_api.c
Compile thumb : crypto_static <= conf_def.c
Compile thumb : crypto_static <= conf_err.c
Compile thumb : crypto_static <= conf_lib.c
Compile thumb : crypto_static <= conf_mall.c
Compile thumb : crypto_static <= conf_mod.c
Compile thumb : crypto_static <= conf_sap.c
Compile thumb : crypto_static <= cbc_cksm.c
Compile thumb : crypto_static <= cbc_enc.c
Compile thumb : crypto_static <= cfb64ede.c
Compile thumb : crypto_static <= cfb64enc.c
Compile thumb : crypto_static <= cfb_enc.c
Compile thumb : crypto_static <= des_enc.c
Compile thumb : crypto_static <= des_old.c
Compile thumb : crypto_static <= des_old2.c
Compile thumb : crypto_static <= ecb3_enc.c
Compile thumb : crypto_static <= ecb_enc.c
Compile thumb : crypto_static <= ede_cbcm_enc.c
Compile thumb : crypto_static <= enc_read.c
Compile thumb : crypto_static <= enc_writ.c
Compile thumb : crypto_static <= fcrypt.c
Compile thumb : crypto_static <= fcrypt_b.c
Compile thumb : crypto_static <= ofb64ede.c
Compile thumb : crypto_static <= ofb64enc.c
Compile thumb : crypto_static <= ofb_enc.c
Compile thumb : crypto_static <= pcbc_enc.c
Compile thumb : crypto_static <= qud_cksm.c
Compile thumb : crypto_static <= rand_key.c
Compile thumb : crypto_static <= read2pwd.c
Compile thumb : crypto_static <= rpc_enc.c
Compile thumb : crypto_static <= set_key.c
Compile thumb : crypto_static <= str2key.c
Compile thumb : crypto_static <= xcbc_enc.c
Compile thumb : crypto_static <= dh_ameth.c
Compile thumb : crypto_static <= dh_asn1.c
Compile thumb : crypto_static <= dh_check.c
Compile thumb : crypto_static <= dh_depr.c
Compile thumb : crypto_static <= dh_err.c
Compile thumb : crypto_static <= dh_gen.c
Compile thumb : crypto_static <= dh_key.c
Compile thumb : crypto_static <= dh_lib.c
Compile thumb : crypto_static <= dh_pmeth.c
Compile thumb : crypto_static <= dsa_ameth.c
Compile thumb : crypto_static <= dsa_asn1.c
Compile thumb : crypto_static <= dsa_depr.c
Compile thumb : crypto_static <= dsa_err.c
Compile thumb : crypto_static <= dsa_gen.c
Compile thumb : crypto_static <= dsa_key.c
Compile thumb : crypto_static <= dsa_lib.c
Compile thumb : crypto_static <= dsa_ossl.c
Compile thumb : crypto_static <= dsa_pmeth.c
Compile thumb : crypto_static <= dsa_prn.c
Compile thumb : crypto_static <= dsa_sign.c
Compile thumb : crypto_static <= dsa_vrf.c
Compile thumb : crypto_static <= dso_dl.c
Compile thumb : crypto_static <= dso_dlfcn.c
Compile thumb : crypto_static <= dso_err.c
Compile thumb : crypto_static <= dso_lib.c
Compile thumb : crypto_static <= dso_null.c
Compile thumb : crypto_static <= dso_openssl.c
Compile thumb : crypto_static <= ec2_mult.c
Compile thumb : crypto_static <= ec2_smpl.c
Compile thumb : crypto_static <= ec_ameth.c
Compile thumb : crypto_static <= ec_asn1.c
Compile thumb : crypto_static <= ec_check.c
Compile thumb : crypto_static <= ec_curve.c
Compile thumb : crypto_static <= ec_cvt.c
Compile thumb : crypto_static <= ec_err.c
Compile thumb : crypto_static <= ec_key.c
Compile thumb : crypto_static <= ec_lib.c
Compile thumb : crypto_static <= ec_mult.c
Compile thumb : crypto_static <= ec_pmeth.c
Compile thumb : crypto_static <= ec_print.c
Compile thumb : crypto_static <= eck_prn.c
Compile thumb : crypto_static <= ecp_mont.c
Compile thumb : crypto_static <= ecp_nist.c
Compile thumb : crypto_static <= ecp_smpl.c
Compile thumb : crypto_static <= ech_err.c
Compile thumb : crypto_static <= ech_key.c
Compile thumb : crypto_static <= ech_lib.c
Compile thumb : crypto_static <= ech_ossl.c
Compile thumb : crypto_static <= ecs_asn1.c
Compile thumb : crypto_static <= ecs_err.c
Compile thumb : crypto_static <= ecs_lib.c
Compile thumb : crypto_static <= ecs_ossl.c
Compile thumb : crypto_static <= ecs_sign.c
Compile thumb : crypto_static <= ecs_vrf.c
Compile thumb : crypto_static <= err.c
Compile thumb : crypto_static <= err_all.c
Compile thumb : crypto_static <= err_prn.c
Compile thumb : crypto_static <= bio_b64.c
Compile thumb : crypto_static <= bio_enc.c
Compile thumb : crypto_static <= bio_md.c
Compile thumb : crypto_static <= bio_ok.c
Compile thumb : crypto_static <= c_all.c
Compile thumb : crypto_static <= c_allc.c
Compile thumb : crypto_static <= c_alld.c
Compile thumb : crypto_static <= digest.c
Compile thumb : crypto_static <= e_aes.c
Compile thumb : crypto_static <= e_bf.c
Compile thumb : crypto_static <= e_des.c
Compile thumb : crypto_static <= e_des3.c
Compile thumb : crypto_static <= e_null.c
Compile thumb : crypto_static <= e_old.c
Compile thumb : crypto_static <= e_rc2.c
Compile thumb : crypto_static <= e_rc4.c
Compile thumb : crypto_static <= e_rc5.c
Compile thumb : crypto_static <= e_xcbc_d.c
Compile thumb : crypto_static <= encode.c
Compile thumb : crypto_static <= evp_acnf.c
Compile thumb : crypto_static <= evp_enc.c
Compile thumb : crypto_static <= evp_err.c
Compile thumb : crypto_static <= evp_key.c
Compile thumb : crypto_static <= evp_lib.c
Compile thumb : crypto_static <= evp_pbe.c
Compile thumb : crypto_static <= evp_pkey.c
Compile thumb : crypto_static <= m_dss.c
Compile thumb : crypto_static <= m_dss1.c
Compile thumb : crypto_static <= m_ecdsa.c
Compile thumb : crypto_static <= m_md4.c
Compile thumb : crypto_static <= m_md5.c
Compile thumb : crypto_static <= m_mdc2.c
Compile thumb : crypto_static <= m_null.c
Compile thumb : crypto_static <= m_ripemd.c
Compile thumb : crypto_static <= m_sha1.c
Compile thumb : crypto_static <= m_sigver.c
Compile thumb : crypto_static <= m_wp.c
Compile thumb : crypto_static <= names.c
Compile thumb : crypto_static <= p5_crpt.c
Compile thumb : crypto_static <= p5_crpt2.c
Compile thumb : crypto_static <= p_dec.c
Compile thumb : crypto_static <= p_enc.c
Compile thumb : crypto_static <= p_lib.c
Compile thumb : crypto_static <= p_open.c
Compile thumb : crypto_static <= p_seal.c
Compile thumb : crypto_static <= p_sign.c
Compile thumb : crypto_static <= p_verify.c
Compile thumb : crypto_static <= pmeth_fn.c
Compile thumb : crypto_static <= pmeth_gn.c
Compile thumb : crypto_static <= pmeth_lib.c
Compile thumb : crypto_static <= hm_ameth.c
Compile thumb : crypto_static <= hm_pmeth.c
Compile thumb : crypto_static <= hmac.c
Compile thumb : crypto_static <= krb5_asn.c
Compile thumb : crypto_static <= lh_stats.c
Compile thumb : crypto_static <= lhash.c
Compile thumb : crypto_static <= md4_dgst.c
Compile thumb : crypto_static <= md4_one.c
Compile thumb : crypto_static <= md5_dgst.c
Compile thumb : crypto_static <= md5_one.c
Compile thumb : crypto_static <= cbc128.c
Compile thumb : crypto_static <= cfb128.c
Compile thumb : crypto_static <= ctr128.c
Compile thumb : crypto_static <= ofb128.c
Compile thumb : crypto_static <= o_names.c
Compile thumb : crypto_static <= obj_dat.c
Compile thumb : crypto_static <= obj_err.c
Compile thumb : crypto_static <= obj_lib.c
Compile thumb : crypto_static <= obj_xref.c
Compile thumb : crypto_static <= ocsp_asn.c
Compile thumb : crypto_static <= ocsp_cl.c
Compile thumb : crypto_static <= ocsp_err.c
Compile thumb : crypto_static <= ocsp_ext.c
Compile thumb : crypto_static <= ocsp_ht.c
Compile thumb : crypto_static <= ocsp_lib.c
Compile thumb : crypto_static <= ocsp_prn.c
Compile thumb : crypto_static <= ocsp_srv.c
Compile thumb : crypto_static <= ocsp_vfy.c
Compile thumb : crypto_static <= pem_all.c
Compile thumb : crypto_static <= pem_err.c
Compile thumb : crypto_static <= pem_info.c
Compile thumb : crypto_static <= pem_lib.c
Compile thumb : crypto_static <= pem_oth.c
Compile thumb : crypto_static <= pem_pk8.c
Compile thumb : crypto_static <= pem_pkey.c
Compile thumb : crypto_static <= pem_seal.c
Compile thumb : crypto_static <= pem_sign.c
Compile thumb : crypto_static <= pem_x509.c
Compile thumb : crypto_static <= pem_xaux.c
Compile thumb : crypto_static <= pvkfmt.c
Compile thumb : crypto_static <= p12_add.c
Compile thumb : crypto_static <= p12_asn.c
Compile thumb : crypto_static <= p12_attr.c
Compile thumb : crypto_static <= p12_crpt.c
Compile thumb : crypto_static <= p12_crt.c
Compile thumb : crypto_static <= p12_decr.c
Compile thumb : crypto_static <= p12_init.c
Compile thumb : crypto_static <= p12_key.c
Compile thumb : crypto_static <= p12_kiss.c
Compile thumb : crypto_static <= p12_mutl.c
Compile thumb : crypto_static <= p12_npas.c
Compile thumb : crypto_static <= p12_p8d.c
Compile thumb : crypto_static <= p12_p8e.c
Compile thumb : crypto_static <= p12_utl.c
Compile thumb : crypto_static <= pk12err.c
Compile thumb : crypto_static <= pk7_asn1.c
Compile thumb : crypto_static <= pk7_attr.c
Compile thumb : crypto_static <= pk7_doit.c
Compile thumb : crypto_static <= pk7_lib.c
Compile thumb : crypto_static <= pk7_mime.c
Compile thumb : crypto_static <= pk7_smime.c
Compile thumb : crypto_static <= pkcs7err.c
Compile thumb : crypto_static <= md_rand.c
Compile thumb : crypto_static <= rand_egd.c
Compile thumb : crypto_static <= rand_err.c
Compile thumb : crypto_static <= rand_lib.c
Compile thumb : crypto_static <= rand_unix.c
Compile thumb : crypto_static <= randfile.c
Compile thumb : crypto_static <= rc2_cbc.c
Compile thumb : crypto_static <= rc2_ecb.c
Compile thumb : crypto_static <= rc2_skey.c
Compile thumb : crypto_static <= rc2cfb64.c
Compile thumb : crypto_static <= rc2ofb64.c
Compile thumb : crypto_static <= rc4_enc.c
Compile thumb : crypto_static <= rc4_skey.c
Compile thumb : crypto_static <= rmd_dgst.c
Compile thumb : crypto_static <= rmd_one.c
Compile thumb : crypto_static <= rsa_ameth.c
Compile thumb : crypto_static <= rsa_asn1.c
Compile thumb : crypto_static <= rsa_chk.c
Compile thumb : crypto_static <= rsa_eay.c
Compile thumb : crypto_static <= rsa_err.c
Compile thumb : crypto_static <= rsa_gen.c
Compile thumb : crypto_static <= rsa_lib.c
Compile thumb : crypto_static <= rsa_none.c
Compile thumb : crypto_static <= rsa_null.c
Compile thumb : crypto_static <= rsa_oaep.c
Compile thumb : crypto_static <= rsa_pk1.c
Compile thumb : crypto_static <= rsa_pmeth.c
Compile thumb : crypto_static <= rsa_prn.c
Compile thumb : crypto_static <= rsa_pss.c
Compile thumb : crypto_static <= rsa_saos.c
Compile thumb : crypto_static <= rsa_sign.c
Compile thumb : crypto_static <= rsa_ssl.c
Compile thumb : crypto_static <= rsa_x931.c
Compile thumb : crypto_static <= sha1_one.c
Compile thumb : crypto_static <= sha1dgst.c
Compile thumb : crypto_static <= sha256.c
Compile thumb : crypto_static <= sha512.c
Compile thumb : crypto_static <= sha_dgst.c
Compile thumb : crypto_static <= stack.c
Compile thumb : crypto_static <= ts_err.c
Compile thumb : crypto_static <= txt_db.c
Compile thumb : crypto_static <= ui_compat.c
Compile thumb : crypto_static <= ui_err.c
Compile thumb : crypto_static <= ui_lib.c
Compile thumb : crypto_static <= ui_openssl.c
Compile thumb : crypto_static <= ui_util.c
Compile thumb : crypto_static <= by_dir.c
Compile thumb : crypto_static <= by_file.c
Compile thumb : crypto_static <= x509_att.c
Compile thumb : crypto_static <= x509_cmp.c
Compile thumb : crypto_static <= x509_d2.c
Compile thumb : crypto_static <= x509_def.c
Compile thumb : crypto_static <= x509_err.c
Compile thumb : crypto_static <= x509_ext.c
Compile thumb : crypto_static <= x509_lu.c
Compile thumb : crypto_static <= x509_obj.c
Compile thumb : crypto_static <= x509_r2x.c
Compile thumb : crypto_static <= x509_req.c
Compile thumb : crypto_static <= x509_set.c
Compile thumb : crypto_static <= x509_trs.c
Compile thumb : crypto_static <= x509_txt.c
Compile thumb : crypto_static <= x509_v3.c
Compile thumb : crypto_static <= x509_vfy.c
Compile thumb : crypto_static <= x509_vpm.c
Compile thumb : crypto_static <= x509cset.c
Compile thumb : crypto_static <= x509name.c
Compile thumb : crypto_static <= x509rset.c
Compile thumb : crypto_static <= x509spki.c
Compile thumb : crypto_static <= x509type.c
Compile thumb : crypto_static <= x_all.c
Compile thumb : crypto_static <= pcy_cache.c
Compile thumb : crypto_static <= pcy_data.c
Compile thumb : crypto_static <= pcy_lib.c
Compile thumb : crypto_static <= pcy_map.c
Compile thumb : crypto_static <= pcy_node.c
Compile thumb : crypto_static <= pcy_tree.c
Compile thumb : crypto_static <= v3_akey.c
Compile thumb : crypto_static <= v3_akeya.c
Compile thumb : crypto_static <= v3_alt.c
Compile thumb : crypto_static <= v3_bcons.c
Compile thumb : crypto_static <= v3_bitst.c
Compile thumb : crypto_static <= v3_conf.c
Compile thumb : crypto_static <= v3_cpols.c
Compile thumb : crypto_static <= v3_crld.c
Compile thumb : crypto_static <= v3_enum.c
Compile thumb : crypto_static <= v3_extku.c
Compile thumb : crypto_static <= v3_genn.c
Compile thumb : crypto_static <= v3_ia5.c
Compile thumb : crypto_static <= v3_info.c
Compile thumb : crypto_static <= v3_int.c
Compile thumb : crypto_static <= v3_lib.c
Compile thumb : crypto_static <= v3_ncons.c
Compile thumb : crypto_static <= v3_ocsp.c
Compile thumb : crypto_static <= v3_pci.c
Compile thumb : crypto_static <= v3_pcia.c
Compile thumb : crypto_static <= v3_pcons.c
Compile thumb : crypto_static <= v3_pku.c
Compile thumb : crypto_static <= v3_pmaps.c
Compile thumb : crypto_static <= v3_prn.c
Compile thumb : crypto_static <= v3_purp.c
Compile thumb : crypto_static <= v3_skey.c
Compile thumb : crypto_static <= v3_sxnet.c
Compile thumb : crypto_static <= v3_utl.c
Compile thumb : crypto_static <= v3err.c
Compile thumb : crypto_static <= aes-armv4.s
Compile thumb : crypto_static <= armv4-mont.s
Compile thumb : crypto_static <= sha1-armv4-large.s
Compile thumb : crypto_static <= sha256-armv4.s
Compile thumb : crypto_static <= sha512-armv4.s
StaticLibrary : libcrypto_static.a
Executable : androidvncserver
Install : androidvncserver => libs/armeabi/androidvncserver
Compile thumb : androidvncserver <= main.c
Compile thumb : androidvncserver <= rfbserver.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c: In function 'rfbProcessFileTransfer':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c:1584:15: warning: pointer targets in passing argument 1 of 'gmtime' differ in signedness [-Wpointer-sign]
/home/zhangbin/android/android-ndk-r9/platforms/android-14/arch-arm/usr/include/time.h:76:20: note: expected 'time_t const *' but argument is of type 'long unsigned int *'
Compile thumb : androidvncserver <= rfbregion.c
Compile thumb : androidvncserver <= auth.c
Compile thumb : androidvncserver <= sockets.c
Compile thumb : androidvncserver <= stats.c
Compile thumb : androidvncserver <= corre.c
Compile thumb : androidvncserver <= rfbssl_openssl.c
Compile thumb : androidvncserver <= rfbcrypto_openssl.c
Compile thumb : androidvncserver <= hextile.c
Compile thumb : androidvncserver <= rre.c
Compile thumb : androidvncserver <= translate.c
Compile thumb : androidvncserver <= cutpaste.c
Compile thumb : androidvncserver <= httpd.c
Compile thumb : androidvncserver <= cursor.c
Compile thumb : androidvncserver <= font.c
Compile thumb : androidvncserver <= draw.c
Compile thumb : androidvncserver <= websockets.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c: In function 'ws_read':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c:498:2: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Compile thumb : androidvncserver <= selbox.c
Compile thumb : androidvncserver <= cargs.c
Compile thumb : androidvncserver <= ultra.c
Compile thumb : androidvncserver <= scale.c
Compile thumb : androidvncserver <= zlib.c
Compile thumb : androidvncserver <= zrle.c
Compile thumb : androidvncserver <= zrleoutstream.c
Compile thumb : androidvncserver <= zrlepalettehelper.c
Compile thumb : androidvncserver <= tight.c
Compile thumb : androidvncserver <= d3des.c
Compile thumb : androidvncserver <= vncauth.c
Compile thumb : androidvncserver <= minilzo.c
Compile thumb : androidvncserver <= zywrletemplate.c
Compile thumb : androidvncserver <= turbojpeg.c
Compile thumb : androidvncserver <= droidvncserver.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
In file included from jni/vnc/droidvncserver.c:76:0:
jni/vnc/updateScreen.c: In function 'update_screen_32':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:72:0:
jni/vnc/updateScreen.c: In function 'update_screen_16':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:68:0:
jni/vnc/updateScreen.c: In function 'update_screen_8':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
Compile thumb : androidvncserver <= gui.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= input.c
jni/vnc/inputMethods/input.c: In function 'keyEvent':
jni/vnc/inputMethods/input.c:208:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
jni/vnc/inputMethods/input.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= adb.c
jni/vnc/screenMethods/adb.c: In function 'send_framebuffer_string':
jni/vnc/screenMethods/adb.c:186:9: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
jni/vnc/screenMethods/adb.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= framebuffer.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= gralloc.c
Compile thumb : androidvncserver <= flinger.c
Compile thumb : androidvncserver <= suinput.c
Compile thumb : jpeg <= jcapimin.c
Compile thumb : jpeg <= jcapistd.c
Compile thumb : jpeg <= jccoefct.c
Compile thumb : jpeg <= jccolor.c
Compile thumb : jpeg <= jcdctmgr.c
Compile thumb : jpeg <= jchuff.c
Compile thumb : jpeg <= jcinit.c
Compile thumb : jpeg <= jcmainct.c
Compile thumb : jpeg <= jcmarker.c
Compile thumb : jpeg <= jcmaster.c
Compile thumb : jpeg <= jcomapi.c
Compile thumb : jpeg <= jcparam.c
Compile thumb : jpeg <= jcphuff.c
Compile thumb : jpeg <= jcprepct.c
Compile thumb : jpeg <= jcsample.c
Compile thumb : jpeg <= jctrans.c
Compile thumb : jpeg <= jdapimin.c
Compile thumb : jpeg <= jdapistd.c
Compile thumb : jpeg <= jdatadst.c
Compile thumb : jpeg <= jdatasrc.c
Compile thumb : jpeg <= jdcoefct.c
Compile thumb : jpeg <= jdcolor.c
Compile thumb : jpeg <= jddctmgr.c
Compile thumb : jpeg <= jdhuff.c
jni/jpeg-turbo/jdhuff.c:500:0: warning: "AVOID_TABLES" redefined [enabled by default]
Compile thumb : jpeg <= jdinput.c
Compile thumb : jpeg <= jdmainct.c
Compile thumb : jpeg <= jdmarker.c
Compile thumb : jpeg <= jdmaster.c
Compile thumb : jpeg <= jdmerge.c
Compile thumb : jpeg <= jdphuff.c
Compile thumb : jpeg <= jdpostct.c
Compile thumb : jpeg <= jdsample.c
Compile thumb : jpeg <= jdtrans.c
Compile thumb : jpeg <= jerror.c
Compile thumb : jpeg <= jfdctflt.c
Compile thumb : jpeg <= jfdctfst.c
Compile thumb : jpeg <= jfdctint.c
Compile thumb : jpeg <= jidctflt.c
Compile thumb : jpeg <= jidctfst.c
Compile thumb : jpeg <= jidctint.c
Compile thumb : jpeg <= jidctred.c
Compile thumb : jpeg <= jquant1.c
Compile thumb : jpeg <= jquant2.c
Compile thumb : jpeg <= jutils.c
Compile thumb : jpeg <= jmemmgr.c
Compile thumb : jpeg <= jmemnobs.c
Compile thumb : jpeg <= jaricom.c
Compile thumb : jpeg <= jcarith.c
Compile thumb : jpeg <= jdarith.c
Compile thumb : jpeg <= turbojpeg.c
Compile thumb : jpeg <= transupp.c
Compile thumb : jpeg <= jdatadst-tj.c
Compile thumb : jpeg <= jdatasrc-tj.c
StaticLibrary : libjpeg.a
Compile thumb : png <= png.c
Compile thumb : png <= pngerror.c
Compile thumb : png <= pngget.c
Compile thumb : png <= pngmem.c
Compile thumb : png <= pngpread.c
Compile thumb : png <= pngread.c
Compile thumb : png <= pngrio.c
Compile thumb : png <= pngrtran.c
Compile thumb : png <= pngrutil.c
Compile thumb : png <= pngset.c
Compile thumb : png <= pngtrans.c
Compile thumb : png <= pngwio.c
Compile thumb : png <= pngwrite.c
Compile thumb : png <= pngwtran.c
Compile thumb : png <= pngwutil.c
Compile thumb : png <= filter_neon.S
StaticLibrary : libpng.a
Compile thumb : ssl_static <= s2_meth.c
Compile thumb : ssl_static <= s2_srvr.c
Compile thumb : ssl_static <= s2_clnt.c
Compile thumb : ssl_static <= s2_lib.c
Compile thumb : ssl_static <= s2_enc.c
Compile thumb : ssl_static <= s2_pkt.c
Compile thumb : ssl_static <= s3_meth.c
Compile thumb : ssl_static <= s3_srvr.c
Compile thumb : ssl_static <= s3_clnt.c
Compile thumb : ssl_static <= s3_lib.c
Compile thumb : ssl_static <= s3_enc.c
Compile thumb : ssl_static <= s3_pkt.c
Compile thumb : ssl_static <= s3_both.c
Compile thumb : ssl_static <= s23_meth.c
Compile thumb : ssl_static <= s23_srvr.c
Compile thumb : ssl_static <= s23_clnt.c
Compile thumb : ssl_static <= s23_lib.c
Compile thumb : ssl_static <= s23_pkt.c
Compile thumb : ssl_static <= t1_meth.c
Compile thumb : ssl_static <= t1_srvr.c
Compile thumb : ssl_static <= t1_clnt.c
Compile thumb : ssl_static <= t1_lib.c
Compile thumb : ssl_static <= t1_enc.c
Compile thumb : ssl_static <= t1_reneg.c
Compile thumb : ssl_static <= ssl_lib.c
Compile thumb : ssl_static <= ssl_err2.c
Compile thumb : ssl_static <= ssl_cert.c
Compile thumb : ssl_static <= ssl_sess.c
Compile thumb : ssl_static <= ssl_ciph.c
Compile thumb : ssl_static <= ssl_stat.c
Compile thumb : ssl_static <= ssl_rsa.c
Compile thumb : ssl_static <= ssl_asn1.c
Compile thumb : ssl_static <= ssl_txt.c
Compile thumb : ssl_static <= ssl_algs.c
Compile thumb : ssl_static <= bio_ssl.c
Compile thumb : ssl_static <= ssl_err.c
Compile thumb : ssl_static <= kssl.c
StaticLibrary : libssl_static.a
Compile thumb : crypto_static <= cryptlib.c
jni/openssl/crypto/cryptlib.c: In function 'CRYPTO_THREADID_current':
jni/openssl/crypto/cryptlib.c:503:2: warning: passing argument 2 of 'CRYPTO_THREADID_set_pointer' discards 'volatile' qualifier from pointer target type [enabled by default]
jni/openssl/crypto/cryptlib.c:431:6: note: expected 'void *' but argument is of type 'int volatile *'
Compile thumb : crypto_static <= mem.c
Compile thumb : crypto_static <= mem_clr.c
Compile thumb : crypto_static <= mem_dbg.c
Compile thumb : crypto_static <= cversion.c
Compile thumb : crypto_static <= ex_data.c
Compile thumb : crypto_static <= cpt_err.c
Compile thumb : crypto_static <= ebcdic.c
Compile thumb : crypto_static <= uid.c
Compile thumb : crypto_static <= o_time.c
Compile thumb : crypto_static <= o_str.c
Compile thumb : crypto_static <= o_dir.c
Compile thumb : crypto_static <= aes_cbc.c
Compile thumb : crypto_static <= aes_cfb.c
Compile thumb : crypto_static <= aes_ctr.c
Compile thumb : crypto_static <= aes_ecb.c
Compile thumb : crypto_static <= aes_misc.c
Compile thumb : crypto_static <= aes_ofb.c
Compile thumb : crypto_static <= aes_wrap.c
Compile thumb : crypto_static <= a_bitstr.c
Compile thumb : crypto_static <= a_bool.c
Compile thumb : crypto_static <= a_bytes.c
Compile thumb : crypto_static <= a_d2i_fp.c
Compile thumb : crypto_static <= a_digest.c
Compile thumb : crypto_static <= a_dup.c
Compile thumb : crypto_static <= a_enum.c
Compile thumb : crypto_static <= a_gentm.c
Compile thumb : crypto_static <= a_i2d_fp.c
Compile thumb : crypto_static <= a_int.c
Compile thumb : crypto_static <= a_mbstr.c
Compile thumb : crypto_static <= a_object.c
Compile thumb : crypto_static <= a_octet.c
Compile thumb : crypto_static <= a_print.c
Compile thumb : crypto_static <= a_set.c
Compile thumb : crypto_static <= a_sign.c
Compile thumb : crypto_static <= a_strex.c
Compile thumb : crypto_static <= a_strnid.c
Compile thumb : crypto_static <= a_time.c
Compile thumb : crypto_static <= a_type.c
Compile thumb : crypto_static <= a_utctm.c
Compile thumb : crypto_static <= a_utf8.c
Compile thumb : crypto_static <= a_verify.c
Compile thumb : crypto_static <= ameth_lib.c
Compile thumb : crypto_static <= asn1_err.c
Compile thumb : crypto_static <= asn1_gen.c
Compile thumb : crypto_static <= asn1_lib.c
Compile thumb : crypto_static <= asn1_par.c
Compile thumb : crypto_static <= asn_mime.c
Compile thumb : crypto_static <= asn_moid.c
Compile thumb : crypto_static <= asn_pack.c
Compile thumb : crypto_static <= bio_asn1.c
Compile thumb : crypto_static <= bio_ndef.c
Compile thumb : crypto_static <= d2i_pr.c
Compile thumb : crypto_static <= d2i_pu.c
Compile thumb : crypto_static <= evp_asn1.c
Compile thumb : crypto_static <= f_enum.c
Compile thumb : crypto_static <= f_int.c
Compile thumb : crypto_static <= f_string.c
Compile thumb : crypto_static <= i2d_pr.c
Compile thumb : crypto_static <= i2d_pu.c
Compile thumb : crypto_static <= n_pkey.c
Compile thumb : crypto_static <= nsseq.c
Compile thumb : crypto_static <= p5_pbe.c
Compile thumb : crypto_static <= p5_pbev2.c
Compile thumb : crypto_static <= p8_pkey.c
Compile thumb : crypto_static <= t_bitst.c
Compile thumb : crypto_static <= t_crl.c
Compile thumb : crypto_static <= t_pkey.c
Compile thumb : crypto_static <= t_req.c
Compile thumb : crypto_static <= t_spki.c
Compile thumb : crypto_static <= t_x509.c
Compile thumb : crypto_static <= t_x509a.c
Compile thumb : crypto_static <= tasn_dec.c
Compile thumb : crypto_static <= tasn_enc.c
Compile thumb : crypto_static <= tasn_fre.c
Compile thumb : crypto_static <= tasn_new.c
Compile thumb : crypto_static <= tasn_prn.c
Compile thumb : crypto_static <= tasn_typ.c
Compile thumb : crypto_static <= tasn_utl.c
Compile thumb : crypto_static <= x_algor.c
Compile thumb : crypto_static <= x_attrib.c
Compile thumb : crypto_static <= x_bignum.c
Compile thumb : crypto_static <= x_crl.c
Compile thumb : crypto_static <= x_exten.c
Compile thumb : crypto_static <= x_info.c
Compile thumb : crypto_static <= x_long.c
Compile thumb : crypto_static <= x_name.c
Compile thumb : crypto_static <= x_nx509.c
Compile thumb : crypto_static <= x_pkey.c
Compile thumb : crypto_static <= x_pubkey.c
Compile thumb : crypto_static <= x_req.c
Compile thumb : crypto_static <= x_sig.c
Compile thumb : crypto_static <= x_spki.c
Compile thumb : crypto_static <= x_val.c
Compile thumb : crypto_static <= x_x509.c
Compile thumb : crypto_static <= x_x509a.c
Compile thumb : crypto_static <= bf_cfb64.c
Compile thumb : crypto_static <= bf_ecb.c
Compile thumb : crypto_static <= bf_enc.c
Compile thumb : crypto_static <= bf_ofb64.c
Compile thumb : crypto_static <= bf_skey.c
Compile thumb : crypto_static <= b_dump.c
Compile thumb : crypto_static <= b_print.c
Compile thumb : crypto_static <= b_sock.c
Compile thumb : crypto_static <= bf_buff.c
Compile thumb : crypto_static <= bf_nbio.c
Compile thumb : crypto_static <= bf_null.c
Compile thumb : crypto_static <= bio_cb.c
Compile thumb : crypto_static <= bio_err.c
Compile thumb : crypto_static <= bio_lib.c
Compile thumb : crypto_static <= bss_acpt.c
Compile thumb : crypto_static <= bss_bio.c
Compile thumb : crypto_static <= bss_conn.c
Compile thumb : crypto_static <= bss_dgram.c
Compile thumb : crypto_static <= bss_fd.c
Compile thumb : crypto_static <= bss_file.c
Compile thumb : crypto_static <= bss_log.c
Compile thumb : crypto_static <= bss_mem.c
Compile thumb : crypto_static <= bss_null.c
Compile thumb : crypto_static <= bss_sock.c
Compile thumb : crypto_static <= bn_add.c
Compile thumb : crypto_static <= bn_asm.c
Compile thumb : crypto_static <= bn_blind.c
Compile thumb : crypto_static <= bn_const.c
Compile thumb : crypto_static <= bn_ctx.c
Compile thumb : crypto_static <= bn_div.c
Compile thumb : crypto_static <= bn_err.c
Compile thumb : crypto_static <= bn_exp.c
Compile thumb : crypto_static <= bn_exp2.c
Compile thumb : crypto_static <= bn_gcd.c
Compile thumb : crypto_static <= bn_gf2m.c
Compile thumb : crypto_static <= bn_kron.c
Compile thumb : crypto_static <= bn_lib.c
Compile thumb : crypto_static <= bn_mod.c
Compile thumb : crypto_static <= bn_mont.c
Compile thumb : crypto_static <= bn_mpi.c
Compile thumb : crypto_static <= bn_mul.c
Compile thumb : crypto_static <= bn_nist.c
Compile thumb : crypto_static <= bn_prime.c
Compile thumb : crypto_static <= bn_print.c
Compile thumb : crypto_static <= bn_rand.c
Compile thumb : crypto_static <= bn_recp.c
Compile thumb : crypto_static <= bn_shift.c
Compile thumb : crypto_static <= bn_sqr.c
Compile thumb : crypto_static <= bn_sqrt.c
Compile thumb : crypto_static <= bn_word.c
Compile thumb : crypto_static <= buf_err.c
Compile thumb : crypto_static <= buffer.c
Compile thumb : crypto_static <= c_rle.c
Compile thumb : crypto_static <= c_zlib.c
Compile thumb : crypto_static <= comp_err.c
Compile thumb : crypto_static <= comp_lib.c
Compile thumb : crypto_static <= conf_api.c
Compile thumb : crypto_static <= conf_def.c
Compile thumb : crypto_static <= conf_err.c
Compile thumb : crypto_static <= conf_lib.c
Compile thumb : crypto_static <= conf_mall.c
Compile thumb : crypto_static <= conf_mod.c
Compile thumb : crypto_static <= conf_sap.c
Compile thumb : crypto_static <= cbc_cksm.c
Compile thumb : crypto_static <= cbc_enc.c
Compile thumb : crypto_static <= cfb64ede.c
Compile thumb : crypto_static <= cfb64enc.c
Compile thumb : crypto_static <= cfb_enc.c
Compile thumb : crypto_static <= des_enc.c
Compile thumb : crypto_static <= des_old.c
Compile thumb : crypto_static <= des_old2.c
Compile thumb : crypto_static <= ecb3_enc.c
Compile thumb : crypto_static <= ecb_enc.c
Compile thumb : crypto_static <= ede_cbcm_enc.c
Compile thumb : crypto_static <= enc_read.c
Compile thumb : crypto_static <= enc_writ.c
Compile thumb : crypto_static <= fcrypt.c
Compile thumb : crypto_static <= fcrypt_b.c
Compile thumb : crypto_static <= ofb64ede.c
Compile thumb : crypto_static <= ofb64enc.c
Compile thumb : crypto_static <= ofb_enc.c
Compile thumb : crypto_static <= pcbc_enc.c
Compile thumb : crypto_static <= qud_cksm.c
Compile thumb : crypto_static <= rand_key.c
Compile thumb : crypto_static <= read2pwd.c
Compile thumb : crypto_static <= rpc_enc.c
Compile thumb : crypto_static <= set_key.c
Compile thumb : crypto_static <= str2key.c
Compile thumb : crypto_static <= xcbc_enc.c
Compile thumb : crypto_static <= dh_ameth.c
Compile thumb : crypto_static <= dh_asn1.c
Compile thumb : crypto_static <= dh_check.c
Compile thumb : crypto_static <= dh_depr.c
Compile thumb : crypto_static <= dh_err.c
Compile thumb : crypto_static <= dh_gen.c
Compile thumb : crypto_static <= dh_key.c
Compile thumb : crypto_static <= dh_lib.c
Compile thumb : crypto_static <= dh_pmeth.c
Compile thumb : crypto_static <= dsa_ameth.c
Compile thumb : crypto_static <= dsa_asn1.c
Compile thumb : crypto_static <= dsa_depr.c
Compile thumb : crypto_static <= dsa_err.c
Compile thumb : crypto_static <= dsa_gen.c
Compile thumb : crypto_static <= dsa_key.c
Compile thumb : crypto_static <= dsa_lib.c
Compile thumb : crypto_static <= dsa_ossl.c
Compile thumb : crypto_static <= dsa_pmeth.c
Compile thumb : crypto_static <= dsa_prn.c
Compile thumb : crypto_static <= dsa_sign.c
Compile thumb : crypto_static <= dsa_vrf.c
Compile thumb : crypto_static <= dso_dl.c
Compile thumb : crypto_static <= dso_dlfcn.c
Compile thumb : crypto_static <= dso_err.c
Compile thumb : crypto_static <= dso_lib.c
Compile thumb : crypto_static <= dso_null.c
Compile thumb : crypto_static <= dso_openssl.c
Compile thumb : crypto_static <= ec2_mult.c
Compile thumb : crypto_static <= ec2_smpl.c
Compile thumb : crypto_static <= ec_ameth.c
Compile thumb : crypto_static <= ec_asn1.c
Compile thumb : crypto_static <= ec_check.c
Compile thumb : crypto_static <= ec_curve.c
Compile thumb : crypto_static <= ec_cvt.c
Compile thumb : crypto_static <= ec_err.c
Compile thumb : crypto_static <= ec_key.c
Compile thumb : crypto_static <= ec_lib.c
Compile thumb : crypto_static <= ec_mult.c
Compile thumb : crypto_static <= ec_pmeth.c
Compile thumb : crypto_static <= ec_print.c
Compile thumb : crypto_static <= eck_prn.c
Compile thumb : crypto_static <= ecp_mont.c
Compile thumb : crypto_static <= ecp_nist.c
Compile thumb : crypto_static <= ecp_smpl.c
Compile thumb : crypto_static <= ech_err.c
Compile thumb : crypto_static <= ech_key.c
Compile thumb : crypto_static <= ech_lib.c
Compile thumb : crypto_static <= ech_ossl.c
Compile thumb : crypto_static <= ecs_asn1.c
Compile thumb : crypto_static <= ecs_err.c
Compile thumb : crypto_static <= ecs_lib.c
Compile thumb : crypto_static <= ecs_ossl.c
Compile thumb : crypto_static <= ecs_sign.c
Compile thumb : crypto_static <= ecs_vrf.c
Compile thumb : crypto_static <= err.c
Compile thumb : crypto_static <= err_all.c
Compile thumb : crypto_static <= err_prn.c
Compile thumb : crypto_static <= bio_b64.c
Compile thumb : crypto_static <= bio_enc.c
Compile thumb : crypto_static <= bio_md.c
Compile thumb : crypto_static <= bio_ok.c
Compile thumb : crypto_static <= c_all.c
Compile thumb : crypto_static <= c_allc.c
Compile thumb : crypto_static <= c_alld.c
Compile thumb : crypto_static <= digest.c
Compile thumb : crypto_static <= e_aes.c
Compile thumb : crypto_static <= e_bf.c
Compile thumb : crypto_static <= e_des.c
Compile thumb : crypto_static <= e_des3.c
Compile thumb : crypto_static <= e_null.c
Compile thumb : crypto_static <= e_old.c
Compile thumb : crypto_static <= e_rc2.c
Compile thumb : crypto_static <= e_rc4.c
Compile thumb : crypto_static <= e_rc5.c
Compile thumb : crypto_static <= e_xcbc_d.c
Compile thumb : crypto_static <= encode.c
Compile thumb : crypto_static <= evp_acnf.c
Compile thumb : crypto_static <= evp_enc.c
Compile thumb : crypto_static <= evp_err.c
Compile thumb : crypto_static <= evp_key.c
Compile thumb : crypto_static <= evp_lib.c
Compile thumb : crypto_static <= evp_pbe.c
Compile thumb : crypto_static <= evp_pkey.c
Compile thumb : crypto_static <= m_dss.c
Compile thumb : crypto_static <= m_dss1.c
Compile thumb : crypto_static <= m_ecdsa.c
Compile thumb : crypto_static <= m_md4.c
Compile thumb : crypto_static <= m_md5.c
Compile thumb : crypto_static <= m_mdc2.c
Compile thumb : crypto_static <= m_null.c
Compile thumb : crypto_static <= m_ripemd.c
Compile thumb : crypto_static <= m_sha1.c
Compile thumb : crypto_static <= m_sigver.c
Compile thumb : crypto_static <= m_wp.c
Compile thumb : crypto_static <= names.c
Compile thumb : crypto_static <= p5_crpt.c
Compile thumb : crypto_static <= p5_crpt2.c
Compile thumb : crypto_static <= p_dec.c
Compile thumb : crypto_static <= p_enc.c
Compile thumb : crypto_static <= p_lib.c
Compile thumb : crypto_static <= p_open.c
Compile thumb : crypto_static <= p_seal.c
Compile thumb : crypto_static <= p_sign.c
Compile thumb : crypto_static <= p_verify.c
Compile thumb : crypto_static <= pmeth_fn.c
Compile thumb : crypto_static <= pmeth_gn.c
Compile thumb : crypto_static <= pmeth_lib.c
Compile thumb : crypto_static <= hm_ameth.c
Compile thumb : crypto_static <= hm_pmeth.c
Compile thumb : crypto_static <= hmac.c
Compile thumb : crypto_static <= krb5_asn.c
Compile thumb : crypto_static <= lh_stats.c
Compile thumb : crypto_static <= lhash.c
Compile thumb : crypto_static <= md4_dgst.c
Compile thumb : crypto_static <= md4_one.c
Compile thumb : crypto_static <= md5_dgst.c
Compile thumb : crypto_static <= md5_one.c
Compile thumb : crypto_static <= cbc128.c
Compile thumb : crypto_static <= cfb128.c
Compile thumb : crypto_static <= ctr128.c
Compile thumb : crypto_static <= ofb128.c
Compile thumb : crypto_static <= o_names.c
Compile thumb : crypto_static <= obj_dat.c
Compile thumb : crypto_static <= obj_err.c
Compile thumb : crypto_static <= obj_lib.c
Compile thumb : crypto_static <= obj_xref.c
Compile thumb : crypto_static <= ocsp_asn.c
Compile thumb : crypto_static <= ocsp_cl.c
Compile thumb : crypto_static <= ocsp_err.c
Compile thumb : crypto_static <= ocsp_ext.c
Compile thumb : crypto_static <= ocsp_ht.c
Compile thumb : crypto_static <= ocsp_lib.c
Compile thumb : crypto_static <= ocsp_prn.c
Compile thumb : crypto_static <= ocsp_srv.c
Compile thumb : crypto_static <= ocsp_vfy.c
Compile thumb : crypto_static <= pem_all.c
Compile thumb : crypto_static <= pem_err.c
Compile thumb : crypto_static <= pem_info.c
Compile thumb : crypto_static <= pem_lib.c
Compile thumb : crypto_static <= pem_oth.c
Compile thumb : crypto_static <= pem_pk8.c
Compile thumb : crypto_static <= pem_pkey.c
Compile thumb : crypto_static <= pem_seal.c
Compile thumb : crypto_static <= pem_sign.c
Compile thumb : crypto_static <= pem_x509.c
Compile thumb : crypto_static <= pem_xaux.c
Compile thumb : crypto_static <= pvkfmt.c
Compile thumb : crypto_static <= p12_add.c
Compile thumb : crypto_static <= p12_asn.c
Compile thumb : crypto_static <= p12_attr.c
Compile thumb : crypto_static <= p12_crpt.c
Compile thumb : crypto_static <= p12_crt.c
Compile thumb : crypto_static <= p12_decr.c
Compile thumb : crypto_static <= p12_init.c
Compile thumb : crypto_static <= p12_key.c
Compile thumb : crypto_static <= p12_kiss.c
Compile thumb : crypto_static <= p12_mutl.c
Compile thumb : crypto_static <= p12_npas.c
Compile thumb : crypto_static <= p12_p8d.c
Compile thumb : crypto_static <= p12_p8e.c
Compile thumb : crypto_static <= p12_utl.c
Compile thumb : crypto_static <= pk12err.c
Compile thumb : crypto_static <= pk7_asn1.c
Compile thumb : crypto_static <= pk7_attr.c
Compile thumb : crypto_static <= pk7_doit.c
Compile thumb : crypto_static <= pk7_lib.c
Compile thumb : crypto_static <= pk7_mime.c
Compile thumb : crypto_static <= pk7_smime.c
Compile thumb : crypto_static <= pkcs7err.c
Compile thumb : crypto_static <= md_rand.c
Compile thumb : crypto_static <= rand_egd.c
Compile thumb : crypto_static <= rand_err.c
Compile thumb : crypto_static <= rand_lib.c
Compile thumb : crypto_static <= rand_unix.c
Compile thumb : crypto_static <= randfile.c
Compile thumb : crypto_static <= rc2_cbc.c
Compile thumb : crypto_static <= rc2_ecb.c
Compile thumb : crypto_static <= rc2_skey.c
Compile thumb : crypto_static <= rc2cfb64.c
Compile thumb : crypto_static <= rc2ofb64.c
Compile thumb : crypto_static <= rc4_enc.c
Compile thumb : crypto_static <= rc4_skey.c
Compile thumb : crypto_static <= rmd_dgst.c
Compile thumb : crypto_static <= rmd_one.c
Compile thumb : crypto_static <= rsa_ameth.c
Compile thumb : crypto_static <= rsa_asn1.c
Compile thumb : crypto_static <= rsa_chk.c
Compile thumb : crypto_static <= rsa_eay.c
Compile thumb : crypto_static <= rsa_err.c
Compile thumb : crypto_static <= rsa_gen.c
Compile thumb : crypto_static <= rsa_lib.c
Compile thumb : crypto_static <= rsa_none.c
Compile thumb : crypto_static <= rsa_null.c
Compile thumb : crypto_static <= rsa_oaep.c
Compile thumb : crypto_static <= rsa_pk1.c
Compile thumb : crypto_static <= rsa_pmeth.c
Compile thumb : crypto_static <= rsa_prn.c
Compile thumb : crypto_static <= rsa_pss.c
Compile thumb : crypto_static <= rsa_saos.c
Compile thumb : crypto_static <= rsa_sign.c
Compile thumb : crypto_static <= rsa_ssl.c
Compile thumb : crypto_static <= rsa_x931.c
Compile thumb : crypto_static <= sha1_one.c
Compile thumb : crypto_static <= sha1dgst.c
Compile thumb : crypto_static <= sha256.c
Compile thumb : crypto_static <= sha512.c
Compile thumb : crypto_static <= sha_dgst.c
Compile thumb : crypto_static <= stack.c
Compile thumb : crypto_static <= ts_err.c
Compile thumb : crypto_static <= txt_db.c
Compile thumb : crypto_static <= ui_compat.c
Compile thumb : crypto_static <= ui_err.c
Compile thumb : crypto_static <= ui_lib.c
Compile thumb : crypto_static <= ui_openssl.c
Compile thumb : crypto_static <= ui_util.c
Compile thumb : crypto_static <= by_dir.c
Compile thumb : crypto_static <= by_file.c
Compile thumb : crypto_static <= x509_att.c
Compile thumb : crypto_static <= x509_cmp.c
Compile thumb : crypto_static <= x509_d2.c
Compile thumb : crypto_static <= x509_def.c
Compile thumb : crypto_static <= x509_err.c
Compile thumb : crypto_static <= x509_ext.c
Compile thumb : crypto_static <= x509_lu.c
Compile thumb : crypto_static <= x509_obj.c
Compile thumb : crypto_static <= x509_r2x.c
Compile thumb : crypto_static <= x509_req.c
Compile thumb : crypto_static <= x509_set.c
Compile thumb : crypto_static <= x509_trs.c
Compile thumb : crypto_static <= x509_txt.c
Compile thumb : crypto_static <= x509_v3.c
Compile thumb : crypto_static <= x509_vfy.c
Compile thumb : crypto_static <= x509_vpm.c
Compile thumb : crypto_static <= x509cset.c
Compile thumb : crypto_static <= x509name.c
Compile thumb : crypto_static <= x509rset.c
Compile thumb : crypto_static <= x509spki.c
Compile thumb : crypto_static <= x509type.c
Compile thumb : crypto_static <= x_all.c
Compile thumb : crypto_static <= pcy_cache.c
Compile thumb : crypto_static <= pcy_data.c
Compile thumb : crypto_static <= pcy_lib.c
Compile thumb : crypto_static <= pcy_map.c
Compile thumb : crypto_static <= pcy_node.c
Compile thumb : crypto_static <= pcy_tree.c
Compile thumb : crypto_static <= v3_akey.c
Compile thumb : crypto_static <= v3_akeya.c
Compile thumb : crypto_static <= v3_alt.c
Compile thumb : crypto_static <= v3_bcons.c
Compile thumb : crypto_static <= v3_bitst.c
Compile thumb : crypto_static <= v3_conf.c
Compile thumb : crypto_static <= v3_cpols.c
Compile thumb : crypto_static <= v3_crld.c
Compile thumb : crypto_static <= v3_enum.c
Compile thumb : crypto_static <= v3_extku.c
Compile thumb : crypto_static <= v3_genn.c
Compile thumb : crypto_static <= v3_ia5.c
Compile thumb : crypto_static <= v3_info.c
Compile thumb : crypto_static <= v3_int.c
Compile thumb : crypto_static <= v3_lib.c
Compile thumb : crypto_static <= v3_ncons.c
Compile thumb : crypto_static <= v3_ocsp.c
Compile thumb : crypto_static <= v3_pci.c
Compile thumb : crypto_static <= v3_pcia.c
Compile thumb : crypto_static <= v3_pcons.c
Compile thumb : crypto_static <= v3_pku.c
Compile thumb : crypto_static <= v3_pmaps.c
Compile thumb : crypto_static <= v3_prn.c
Compile thumb : crypto_static <= v3_purp.c
Compile thumb : crypto_static <= v3_skey.c
Compile thumb : crypto_static <= v3_sxnet.c
Compile thumb : crypto_static <= v3_utl.c
Compile thumb : crypto_static <= v3err.c
Compile thumb : crypto_static <= aes-armv4.s
Compile thumb : crypto_static <= armv4-mont.s
Compile thumb : crypto_static <= sha1-armv4-large.s
Compile thumb : crypto_static <= sha256-armv4.s
Compile thumb : crypto_static <= sha512-armv4.s
StaticLibrary : libcrypto_static.a
Compile thumb : simd <= jsimd_arm_neon.S
Compile thumb : simd <= jdcolor-armv7.S
Compile thumb : simd <= jdidct-armv7.S
Compile thumb : simd <= jsimd_arm.c
StaticLibrary : libsimd.a
Executable : androidvncserver
Install : androidvncserver => libs/armeabi-v7a/androidvncserver
Compile x86 : androidvncserver <= main.c
Compile x86 : androidvncserver <= rfbserver.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c: In function 'rfbProcessFileTransfer':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c:1584:15: warning: pointer targets in passing argument 1 of 'gmtime' differ in signedness [-Wpointer-sign]
/home/zhangbin/android/android-ndk-r9/platforms/android-14/arch-x86/usr/include/time.h:76:20: note: expected 'time_t const *' but argument is of type 'long unsigned int *'
Compile x86 : androidvncserver <= rfbregion.c
Compile x86 : androidvncserver <= auth.c
Compile x86 : androidvncserver <= sockets.c
Compile x86 : androidvncserver <= stats.c
Compile x86 : androidvncserver <= corre.c
Compile x86 : androidvncserver <= rfbssl_openssl.c
Compile x86 : androidvncserver <= rfbcrypto_openssl.c
Compile x86 : androidvncserver <= hextile.c
Compile x86 : androidvncserver <= rre.c
Compile x86 : androidvncserver <= translate.c
Compile x86 : androidvncserver <= cutpaste.c
Compile x86 : androidvncserver <= httpd.c
Compile x86 : androidvncserver <= cursor.c
Compile x86 : androidvncserver <= font.c
Compile x86 : androidvncserver <= draw.c
Compile x86 : androidvncserver <= websockets.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c: In function 'ws_read':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c:498:2: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Compile x86 : androidvncserver <= selbox.c
Compile x86 : androidvncserver <= cargs.c
Compile x86 : androidvncserver <= ultra.c
Compile x86 : androidvncserver <= scale.c
Compile x86 : androidvncserver <= zlib.c
Compile x86 : androidvncserver <= zrle.c
Compile x86 : androidvncserver <= zrleoutstream.c
Compile x86 : androidvncserver <= zrlepalettehelper.c
Compile x86 : androidvncserver <= tight.c
Compile x86 : androidvncserver <= d3des.c
Compile x86 : androidvncserver <= vncauth.c
Compile x86 : androidvncserver <= minilzo.c
Compile x86 : androidvncserver <= zywrletemplate.c
Compile x86 : androidvncserver <= turbojpeg.c
Compile x86 : androidvncserver <= droidvncserver.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
In file included from jni/vnc/droidvncserver.c:76:0:
jni/vnc/updateScreen.c: In function 'update_screen_32':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:72:0:
jni/vnc/updateScreen.c: In function 'update_screen_16':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:68:0:
jni/vnc/updateScreen.c: In function 'update_screen_8':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
Compile x86 : androidvncserver <= gui.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile x86 : androidvncserver <= input.c
jni/vnc/inputMethods/input.c: In function 'keyEvent':
jni/vnc/inputMethods/input.c:208:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
jni/vnc/inputMethods/input.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile x86 : androidvncserver <= adb.c
jni/vnc/screenMethods/adb.c: In function 'send_framebuffer_string':
jni/vnc/screenMethods/adb.c:186:9: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
jni/vnc/screenMethods/adb.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile x86 : androidvncserver <= framebuffer.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile x86 : androidvncserver <= gralloc.c
Compile x86 : androidvncserver <= flinger.c
Compile x86 : androidvncserver <= suinput.c
Compile x86 : jpeg <= jcapimin.c
Compile x86 : jpeg <= jcapistd.c
Compile x86 : jpeg <= jccoefct.c
Compile x86 : jpeg <= jccolor.c
Compile x86 : jpeg <= jcdctmgr.c
Compile x86 : jpeg <= jchuff.c
Compile x86 : jpeg <= jcinit.c
Compile x86 : jpeg <= jcmainct.c
Compile x86 : jpeg <= jcmarker.c
Compile x86 : jpeg <= jcmaster.c
Compile x86 : jpeg <= jcomapi.c
Compile x86 : jpeg <= jcparam.c
Compile x86 : jpeg <= jcphuff.c
Compile x86 : jpeg <= jcprepct.c
Compile x86 : jpeg <= jcsample.c
Compile x86 : jpeg <= jctrans.c
Compile x86 : jpeg <= jdapimin.c
Compile x86 : jpeg <= jdapistd.c
Compile x86 : jpeg <= jdatadst.c
Compile x86 : jpeg <= jdatasrc.c
Compile x86 : jpeg <= jdcoefct.c
Compile x86 : jpeg <= jdcolor.c
Compile x86 : jpeg <= jddctmgr.c
Compile x86 : jpeg <= jdhuff.c
Compile x86 : jpeg <= jdinput.c
Compile x86 : jpeg <= jdmainct.c
Compile x86 : jpeg <= jdmarker.c
Compile x86 : jpeg <= jdmaster.c
Compile x86 : jpeg <= jdmerge.c
Compile x86 : jpeg <= jdphuff.c
Compile x86 : jpeg <= jdpostct.c
Compile x86 : jpeg <= jdsample.c
Compile x86 : jpeg <= jdtrans.c
Compile x86 : jpeg <= jerror.c
Compile x86 : jpeg <= jfdctflt.c
Compile x86 : jpeg <= jfdctfst.c
Compile x86 : jpeg <= jfdctint.c
Compile x86 : jpeg <= jidctflt.c
Compile x86 : jpeg <= jidctred.c
Compile x86 : jpeg <= jquant1.c
Compile x86 : jpeg <= jquant2.c
Compile x86 : jpeg <= jutils.c
Compile x86 : jpeg <= jmemmgr.c
Compile x86 : jpeg <= jmem-android.c
Compile x86 : jpeg <= jidctint.c
Compile x86 : jpeg <= jidctfst.c
StaticLibrary : libjpeg.a
Compile x86 : png <= png.c
Compile x86 : png <= pngerror.c
Compile x86 : png <= pngget.c
Compile x86 : png <= pngmem.c
Compile x86 : png <= pngpread.c
Compile x86 : png <= pngread.c
Compile x86 : png <= pngrio.c
Compile x86 : png <= pngrtran.c
Compile x86 : png <= pngrutil.c
Compile x86 : png <= pngset.c
Compile x86 : png <= pngtrans.c
Compile x86 : png <= pngwio.c
Compile x86 : png <= pngwrite.c
Compile x86 : png <= pngwtran.c
Compile x86 : png <= pngwutil.c
StaticLibrary : libpng.a
Compile x86 : ssl_static <= s2_meth.c
Compile x86 : ssl_static <= s2_srvr.c
Compile x86 : ssl_static <= s2_clnt.c
Compile x86 : ssl_static <= s2_lib.c
Compile x86 : ssl_static <= s2_enc.c
Compile x86 : ssl_static <= s2_pkt.c
Compile x86 : ssl_static <= s3_meth.c
Compile x86 : ssl_static <= s3_srvr.c
Compile x86 : ssl_static <= s3_clnt.c
Compile x86 : ssl_static <= s3_lib.c
Compile x86 : ssl_static <= s3_enc.c
Compile x86 : ssl_static <= s3_pkt.c
Compile x86 : ssl_static <= s3_both.c
Compile x86 : ssl_static <= s23_meth.c
Compile x86 : ssl_static <= s23_srvr.c
Compile x86 : ssl_static <= s23_clnt.c
Compile x86 : ssl_static <= s23_lib.c
Compile x86 : ssl_static <= s23_pkt.c
Compile x86 : ssl_static <= t1_meth.c
Compile x86 : ssl_static <= t1_srvr.c
Compile x86 : ssl_static <= t1_clnt.c
Compile x86 : ssl_static <= t1_lib.c
Compile x86 : ssl_static <= t1_enc.c
Compile x86 : ssl_static <= t1_reneg.c
Compile x86 : ssl_static <= ssl_lib.c
Compile x86 : ssl_static <= ssl_err2.c
Compile x86 : ssl_static <= ssl_cert.c
Compile x86 : ssl_static <= ssl_sess.c
Compile x86 : ssl_static <= ssl_ciph.c
Compile x86 : ssl_static <= ssl_stat.c
Compile x86 : ssl_static <= ssl_rsa.c
Compile x86 : ssl_static <= ssl_asn1.c
Compile x86 : ssl_static <= ssl_txt.c
Compile x86 : ssl_static <= ssl_algs.c
Compile x86 : ssl_static <= bio_ssl.c
Compile x86 : ssl_static <= ssl_err.c
Compile x86 : ssl_static <= kssl.c
StaticLibrary : libssl_static.a
Compile x86 : crypto_static <= cryptlib.c
jni/openssl/crypto/cryptlib.c: In function 'CRYPTO_THREADID_current':
jni/openssl/crypto/cryptlib.c:503:2: warning: passing argument 2 of 'CRYPTO_THREADID_set_pointer' discards 'volatile' qualifier from pointer target type [enabled by default]
jni/openssl/crypto/cryptlib.c:431:6: note: expected 'void *' but argument is of type 'int volatile *'
Compile x86 : crypto_static <= mem.c
Compile x86 : crypto_static <= mem_clr.c
Compile x86 : crypto_static <= mem_dbg.c
Compile x86 : crypto_static <= cversion.c
Compile x86 : crypto_static <= ex_data.c
Compile x86 : crypto_static <= cpt_err.c
Compile x86 : crypto_static <= ebcdic.c
Compile x86 : crypto_static <= uid.c
Compile x86 : crypto_static <= o_time.c
Compile x86 : crypto_static <= o_str.c
Compile x86 : crypto_static <= o_dir.c
Compile x86 : crypto_static <= aes_cbc.c
Compile x86 : crypto_static <= aes_cfb.c
Compile x86 : crypto_static <= aes_ctr.c
Compile x86 : crypto_static <= aes_ecb.c
Compile x86 : crypto_static <= aes_misc.c
Compile x86 : crypto_static <= aes_ofb.c
Compile x86 : crypto_static <= aes_wrap.c
Compile x86 : crypto_static <= a_bitstr.c
Compile x86 : crypto_static <= a_bool.c
Compile x86 : crypto_static <= a_bytes.c
Compile x86 : crypto_static <= a_d2i_fp.c
Compile x86 : crypto_static <= a_digest.c
Compile x86 : crypto_static <= a_dup.c
Compile x86 : crypto_static <= a_enum.c
Compile x86 : crypto_static <= a_gentm.c
Compile x86 : crypto_static <= a_i2d_fp.c
Compile x86 : crypto_static <= a_int.c
Compile x86 : crypto_static <= a_mbstr.c
Compile x86 : crypto_static <= a_object.c
Compile x86 : crypto_static <= a_octet.c
Compile x86 : crypto_static <= a_print.c
Compile x86 : crypto_static <= a_set.c
Compile x86 : crypto_static <= a_sign.c
Compile x86 : crypto_static <= a_strex.c
Compile x86 : crypto_static <= a_strnid.c
Compile x86 : crypto_static <= a_time.c
Compile x86 : crypto_static <= a_type.c
Compile x86 : crypto_static <= a_utctm.c
Compile x86 : crypto_static <= a_utf8.c
Compile x86 : crypto_static <= a_verify.c
Compile x86 : crypto_static <= ameth_lib.c
Compile x86 : crypto_static <= asn1_err.c
Compile x86 : crypto_static <= asn1_gen.c
Compile x86 : crypto_static <= asn1_lib.c
Compile x86 : crypto_static <= asn1_par.c
Compile x86 : crypto_static <= asn_mime.c
Compile x86 : crypto_static <= asn_moid.c
Compile x86 : crypto_static <= asn_pack.c
Compile x86 : crypto_static <= bio_asn1.c
Compile x86 : crypto_static <= bio_ndef.c
Compile x86 : crypto_static <= d2i_pr.c
Compile x86 : crypto_static <= d2i_pu.c
Compile x86 : crypto_static <= evp_asn1.c
Compile x86 : crypto_static <= f_enum.c
Compile x86 : crypto_static <= f_int.c
Compile x86 : crypto_static <= f_string.c
Compile x86 : crypto_static <= i2d_pr.c
Compile x86 : crypto_static <= i2d_pu.c
Compile x86 : crypto_static <= n_pkey.c
Compile x86 : crypto_static <= nsseq.c
Compile x86 : crypto_static <= p5_pbe.c
Compile x86 : crypto_static <= p5_pbev2.c
Compile x86 : crypto_static <= p8_pkey.c
Compile x86 : crypto_static <= t_bitst.c
Compile x86 : crypto_static <= t_crl.c
Compile x86 : crypto_static <= t_pkey.c
Compile x86 : crypto_static <= t_req.c
Compile x86 : crypto_static <= t_spki.c
Compile x86 : crypto_static <= t_x509.c
Compile x86 : crypto_static <= t_x509a.c
Compile x86 : crypto_static <= tasn_dec.c
Compile x86 : crypto_static <= tasn_enc.c
Compile x86 : crypto_static <= tasn_fre.c
Compile x86 : crypto_static <= tasn_new.c
Compile x86 : crypto_static <= tasn_prn.c
Compile x86 : crypto_static <= tasn_typ.c
Compile x86 : crypto_static <= tasn_utl.c
Compile x86 : crypto_static <= x_algor.c
Compile x86 : crypto_static <= x_attrib.c
Compile x86 : crypto_static <= x_bignum.c
Compile x86 : crypto_static <= x_crl.c
Compile x86 : crypto_static <= x_exten.c
Compile x86 : crypto_static <= x_info.c
Compile x86 : crypto_static <= x_long.c
Compile x86 : crypto_static <= x_name.c
Compile x86 : crypto_static <= x_nx509.c
Compile x86 : crypto_static <= x_pkey.c
Compile x86 : crypto_static <= x_pubkey.c
Compile x86 : crypto_static <= x_req.c
Compile x86 : crypto_static <= x_sig.c
Compile x86 : crypto_static <= x_spki.c
Compile x86 : crypto_static <= x_val.c
Compile x86 : crypto_static <= x_x509.c
Compile x86 : crypto_static <= x_x509a.c
Compile x86 : crypto_static <= bf_cfb64.c
Compile x86 : crypto_static <= bf_ecb.c
Compile x86 : crypto_static <= bf_enc.c
Compile x86 : crypto_static <= bf_ofb64.c
Compile x86 : crypto_static <= bf_skey.c
Compile x86 : crypto_static <= b_dump.c
Compile x86 : crypto_static <= b_print.c
Compile x86 : crypto_static <= b_sock.c
Compile x86 : crypto_static <= bf_buff.c
Compile x86 : crypto_static <= bf_nbio.c
Compile x86 : crypto_static <= bf_null.c
Compile x86 : crypto_static <= bio_cb.c
Compile x86 : crypto_static <= bio_err.c
Compile x86 : crypto_static <= bio_lib.c
Compile x86 : crypto_static <= bss_acpt.c
Compile x86 : crypto_static <= bss_bio.c
Compile x86 : crypto_static <= bss_conn.c
Compile x86 : crypto_static <= bss_dgram.c
Compile x86 : crypto_static <= bss_fd.c
Compile x86 : crypto_static <= bss_file.c
Compile x86 : crypto_static <= bss_log.c
Compile x86 : crypto_static <= bss_mem.c
Compile x86 : crypto_static <= bss_null.c
Compile x86 : crypto_static <= bss_sock.c
Compile x86 : crypto_static <= bn_add.c
Compile x86 : crypto_static <= bn_asm.c
Compile x86 : crypto_static <= bn_blind.c
Compile x86 : crypto_static <= bn_const.c
Compile x86 : crypto_static <= bn_ctx.c
Compile x86 : crypto_static <= bn_div.c
Compile x86 : crypto_static <= bn_err.c
Compile x86 : crypto_static <= bn_exp.c
Compile x86 : crypto_static <= bn_exp2.c
Compile x86 : crypto_static <= bn_gcd.c
Compile x86 : crypto_static <= bn_gf2m.c
Compile x86 : crypto_static <= bn_kron.c
Compile x86 : crypto_static <= bn_lib.c
Compile x86 : crypto_static <= bn_mod.c
Compile x86 : crypto_static <= bn_mont.c
Compile x86 : crypto_static <= bn_mpi.c
Compile x86 : crypto_static <= bn_mul.c
Compile x86 : crypto_static <= bn_nist.c
Compile x86 : crypto_static <= bn_prime.c
Compile x86 : crypto_static <= bn_print.c
Compile x86 : crypto_static <= bn_rand.c
Compile x86 : crypto_static <= bn_recp.c
Compile x86 : crypto_static <= bn_shift.c
Compile x86 : crypto_static <= bn_sqr.c
Compile x86 : crypto_static <= bn_sqrt.c
Compile x86 : crypto_static <= bn_word.c
Compile x86 : crypto_static <= buf_err.c
Compile x86 : crypto_static <= buffer.c
Compile x86 : crypto_static <= c_rle.c
Compile x86 : crypto_static <= c_zlib.c
Compile x86 : crypto_static <= comp_err.c
Compile x86 : crypto_static <= comp_lib.c
Compile x86 : crypto_static <= conf_api.c
Compile x86 : crypto_static <= conf_def.c
Compile x86 : crypto_static <= conf_err.c
Compile x86 : crypto_static <= conf_lib.c
Compile x86 : crypto_static <= conf_mall.c
Compile x86 : crypto_static <= conf_mod.c
Compile x86 : crypto_static <= conf_sap.c
Compile x86 : crypto_static <= cbc_cksm.c
Compile x86 : crypto_static <= cbc_enc.c
Compile x86 : crypto_static <= cfb64ede.c
Compile x86 : crypto_static <= cfb64enc.c
Compile x86 : crypto_static <= cfb_enc.c
Compile x86 : crypto_static <= des_enc.c
Compile x86 : crypto_static <= des_old.c
Compile x86 : crypto_static <= des_old2.c
Compile x86 : crypto_static <= ecb3_enc.c
Compile x86 : crypto_static <= ecb_enc.c
Compile x86 : crypto_static <= ede_cbcm_enc.c
Compile x86 : crypto_static <= enc_read.c
Compile x86 : crypto_static <= enc_writ.c
Compile x86 : crypto_static <= fcrypt.c
Compile x86 : crypto_static <= fcrypt_b.c
Compile x86 : crypto_static <= ofb64ede.c
Compile x86 : crypto_static <= ofb64enc.c
Compile x86 : crypto_static <= ofb_enc.c
Compile x86 : crypto_static <= pcbc_enc.c
Compile x86 : crypto_static <= qud_cksm.c
Compile x86 : crypto_static <= rand_key.c
Compile x86 : crypto_static <= read2pwd.c
Compile x86 : crypto_static <= rpc_enc.c
Compile x86 : crypto_static <= set_key.c
Compile x86 : crypto_static <= str2key.c
Compile x86 : crypto_static <= xcbc_enc.c
Compile x86 : crypto_static <= dh_ameth.c
Compile x86 : crypto_static <= dh_asn1.c
Compile x86 : crypto_static <= dh_check.c
Compile x86 : crypto_static <= dh_depr.c
Compile x86 : crypto_static <= dh_err.c
Compile x86 : crypto_static <= dh_gen.c
Compile x86 : crypto_static <= dh_key.c
Compile x86 : crypto_static <= dh_lib.c
Compile x86 : crypto_static <= dh_pmeth.c
Compile x86 : crypto_static <= dsa_ameth.c
Compile x86 : crypto_static <= dsa_asn1.c
Compile x86 : crypto_static <= dsa_depr.c
Compile x86 : crypto_static <= dsa_err.c
Compile x86 : crypto_static <= dsa_gen.c
Compile x86 : crypto_static <= dsa_key.c
Compile x86 : crypto_static <= dsa_lib.c
Compile x86 : crypto_static <= dsa_ossl.c
Compile x86 : crypto_static <= dsa_pmeth.c
Compile x86 : crypto_static <= dsa_prn.c
Compile x86 : crypto_static <= dsa_sign.c
Compile x86 : crypto_static <= dsa_vrf.c
Compile x86 : crypto_static <= dso_dl.c
Compile x86 : crypto_static <= dso_dlfcn.c
Compile x86 : crypto_static <= dso_err.c
Compile x86 : crypto_static <= dso_lib.c
Compile x86 : crypto_static <= dso_null.c
Compile x86 : crypto_static <= dso_openssl.c
Compile x86 : crypto_static <= ec2_mult.c
Compile x86 : crypto_static <= ec2_smpl.c
Compile x86 : crypto_static <= ec_ameth.c
Compile x86 : crypto_static <= ec_asn1.c
Compile x86 : crypto_static <= ec_check.c
Compile x86 : crypto_static <= ec_curve.c
Compile x86 : crypto_static <= ec_cvt.c
Compile x86 : crypto_static <= ec_err.c
Compile x86 : crypto_static <= ec_key.c
Compile x86 : crypto_static <= ec_lib.c
Compile x86 : crypto_static <= ec_mult.c
Compile x86 : crypto_static <= ec_pmeth.c
Compile x86 : crypto_static <= ec_print.c
Compile x86 : crypto_static <= eck_prn.c
Compile x86 : crypto_static <= ecp_mont.c
Compile x86 : crypto_static <= ecp_nist.c
Compile x86 : crypto_static <= ecp_smpl.c
Compile x86 : crypto_static <= ech_err.c
Compile x86 : crypto_static <= ech_key.c
Compile x86 : crypto_static <= ech_lib.c
Compile x86 : crypto_static <= ech_ossl.c
Compile x86 : crypto_static <= ecs_asn1.c
Compile x86 : crypto_static <= ecs_err.c
Compile x86 : crypto_static <= ecs_lib.c
Compile x86 : crypto_static <= ecs_ossl.c
Compile x86 : crypto_static <= ecs_sign.c
Compile x86 : crypto_static <= ecs_vrf.c
Compile x86 : crypto_static <= err.c
Compile x86 : crypto_static <= err_all.c
Compile x86 : crypto_static <= err_prn.c
Compile x86 : crypto_static <= bio_b64.c
Compile x86 : crypto_static <= bio_enc.c
Compile x86 : crypto_static <= bio_md.c
Compile x86 : crypto_static <= bio_ok.c
Compile x86 : crypto_static <= c_all.c
Compile x86 : crypto_static <= c_allc.c
Compile x86 : crypto_static <= c_alld.c
Compile x86 : crypto_static <= digest.c
Compile x86 : crypto_static <= e_aes.c
Compile x86 : crypto_static <= e_bf.c
Compile x86 : crypto_static <= e_des.c
Compile x86 : crypto_static <= e_des3.c
Compile x86 : crypto_static <= e_null.c
Compile x86 : crypto_static <= e_old.c
Compile x86 : crypto_static <= e_rc2.c
Compile x86 : crypto_static <= e_rc4.c
Compile x86 : crypto_static <= e_rc5.c
Compile x86 : crypto_static <= e_xcbc_d.c
Compile x86 : crypto_static <= encode.c
Compile x86 : crypto_static <= evp_acnf.c
Compile x86 : crypto_static <= evp_enc.c
Compile x86 : crypto_static <= evp_err.c
Compile x86 : crypto_static <= evp_key.c
Compile x86 : crypto_static <= evp_lib.c
Compile x86 : crypto_static <= evp_pbe.c
Compile x86 : crypto_static <= evp_pkey.c
Compile x86 : crypto_static <= m_dss.c
Compile x86 : crypto_static <= m_dss1.c
Compile x86 : crypto_static <= m_ecdsa.c
Compile x86 : crypto_static <= m_md4.c
Compile x86 : crypto_static <= m_md5.c
Compile x86 : crypto_static <= m_mdc2.c
Compile x86 : crypto_static <= m_null.c
Compile x86 : crypto_static <= m_ripemd.c
Compile x86 : crypto_static <= m_sha1.c
Compile x86 : crypto_static <= m_sigver.c
Compile x86 : crypto_static <= m_wp.c
Compile x86 : crypto_static <= names.c
Compile x86 : crypto_static <= p5_crpt.c
Compile x86 : crypto_static <= p5_crpt2.c
Compile x86 : crypto_static <= p_dec.c
Compile x86 : crypto_static <= p_enc.c
Compile x86 : crypto_static <= p_lib.c
Compile x86 : crypto_static <= p_open.c
Compile x86 : crypto_static <= p_seal.c
Compile x86 : crypto_static <= p_sign.c
Compile x86 : crypto_static <= p_verify.c
Compile x86 : crypto_static <= pmeth_fn.c
Compile x86 : crypto_static <= pmeth_gn.c
Compile x86 : crypto_static <= pmeth_lib.c
Compile x86 : crypto_static <= hm_ameth.c
Compile x86 : crypto_static <= hm_pmeth.c
Compile x86 : crypto_static <= hmac.c
Compile x86 : crypto_static <= krb5_asn.c
Compile x86 : crypto_static <= lh_stats.c
Compile x86 : crypto_static <= lhash.c
Compile x86 : crypto_static <= md4_dgst.c
Compile x86 : crypto_static <= md4_one.c
Compile x86 : crypto_static <= md5_dgst.c
Compile x86 : crypto_static <= md5_one.c
Compile x86 : crypto_static <= cbc128.c
Compile x86 : crypto_static <= cfb128.c
Compile x86 : crypto_static <= ctr128.c
Compile x86 : crypto_static <= ofb128.c
Compile x86 : crypto_static <= o_names.c
Compile x86 : crypto_static <= obj_dat.c
Compile x86 : crypto_static <= obj_err.c
Compile x86 : crypto_static <= obj_lib.c
Compile x86 : crypto_static <= obj_xref.c
Compile x86 : crypto_static <= ocsp_asn.c
Compile x86 : crypto_static <= ocsp_cl.c
Compile x86 : crypto_static <= ocsp_err.c
Compile x86 : crypto_static <= ocsp_ext.c
Compile x86 : crypto_static <= ocsp_ht.c
Compile x86 : crypto_static <= ocsp_lib.c
Compile x86 : crypto_static <= ocsp_prn.c
Compile x86 : crypto_static <= ocsp_srv.c
Compile x86 : crypto_static <= ocsp_vfy.c
Compile x86 : crypto_static <= pem_all.c
Compile x86 : crypto_static <= pem_err.c
Compile x86 : crypto_static <= pem_info.c
Compile x86 : crypto_static <= pem_lib.c
Compile x86 : crypto_static <= pem_oth.c
Compile x86 : crypto_static <= pem_pk8.c
Compile x86 : crypto_static <= pem_pkey.c
Compile x86 : crypto_static <= pem_seal.c
Compile x86 : crypto_static <= pem_sign.c
Compile x86 : crypto_static <= pem_x509.c
Compile x86 : crypto_static <= pem_xaux.c
Compile x86 : crypto_static <= pvkfmt.c
Compile x86 : crypto_static <= p12_add.c
Compile x86 : crypto_static <= p12_asn.c
Compile x86 : crypto_static <= p12_attr.c
Compile x86 : crypto_static <= p12_crpt.c
Compile x86 : crypto_static <= p12_crt.c
Compile x86 : crypto_static <= p12_decr.c
Compile x86 : crypto_static <= p12_init.c
Compile x86 : crypto_static <= p12_key.c
Compile x86 : crypto_static <= p12_kiss.c
Compile x86 : crypto_static <= p12_mutl.c
Compile x86 : crypto_static <= p12_npas.c
Compile x86 : crypto_static <= p12_p8d.c
Compile x86 : crypto_static <= p12_p8e.c
Compile x86 : crypto_static <= p12_utl.c
Compile x86 : crypto_static <= pk12err.c
Compile x86 : crypto_static <= pk7_asn1.c
Compile x86 : crypto_static <= pk7_attr.c
Compile x86 : crypto_static <= pk7_doit.c
Compile x86 : crypto_static <= pk7_lib.c
Compile x86 : crypto_static <= pk7_mime.c
Compile x86 : crypto_static <= pk7_smime.c
Compile x86 : crypto_static <= pkcs7err.c
Compile x86 : crypto_static <= md_rand.c
Compile x86 : crypto_static <= rand_egd.c
Compile x86 : crypto_static <= rand_err.c
Compile x86 : crypto_static <= rand_lib.c
Compile x86 : crypto_static <= rand_unix.c
Compile x86 : crypto_static <= randfile.c
Compile x86 : crypto_static <= rc2_cbc.c
Compile x86 : crypto_static <= rc2_ecb.c
Compile x86 : crypto_static <= rc2_skey.c
Compile x86 : crypto_static <= rc2cfb64.c
Compile x86 : crypto_static <= rc2ofb64.c
Compile x86 : crypto_static <= rc4_enc.c
Compile x86 : crypto_static <= rc4_skey.c
Compile x86 : crypto_static <= rmd_dgst.c
Compile x86 : crypto_static <= rmd_one.c
Compile x86 : crypto_static <= rsa_ameth.c
Compile x86 : crypto_static <= rsa_asn1.c
Compile x86 : crypto_static <= rsa_chk.c
Compile x86 : crypto_static <= rsa_eay.c
Compile x86 : crypto_static <= rsa_err.c
Compile x86 : crypto_static <= rsa_gen.c
Compile x86 : crypto_static <= rsa_lib.c
Compile x86 : crypto_static <= rsa_none.c
Compile x86 : crypto_static <= rsa_null.c
Compile x86 : crypto_static <= rsa_oaep.c
Compile x86 : crypto_static <= rsa_pk1.c
Compile x86 : crypto_static <= rsa_pmeth.c
Compile x86 : crypto_static <= rsa_prn.c
Compile x86 : crypto_static <= rsa_pss.c
Compile x86 : crypto_static <= rsa_saos.c
Compile x86 : crypto_static <= rsa_sign.c
Compile x86 : crypto_static <= rsa_ssl.c
Compile x86 : crypto_static <= rsa_x931.c
Compile x86 : crypto_static <= sha1_one.c
Compile x86 : crypto_static <= sha1dgst.c
Compile x86 : crypto_static <= sha256.c
Compile x86 : crypto_static <= sha512.c
Compile x86 : crypto_static <= sha_dgst.c
Compile x86 : crypto_static <= stack.c
Compile x86 : crypto_static <= ts_err.c
Compile x86 : crypto_static <= txt_db.c
Compile x86 : crypto_static <= ui_compat.c
Compile x86 : crypto_static <= ui_err.c
Compile x86 : crypto_static <= ui_lib.c
Compile x86 : crypto_static <= ui_openssl.c
Compile x86 : crypto_static <= ui_util.c
Compile x86 : crypto_static <= by_dir.c
Compile x86 : crypto_static <= by_file.c
Compile x86 : crypto_static <= x509_att.c
Compile x86 : crypto_static <= x509_cmp.c
Compile x86 : crypto_static <= x509_d2.c
Compile x86 : crypto_static <= x509_def.c
Compile x86 : crypto_static <= x509_err.c
Compile x86 : crypto_static <= x509_ext.c
Compile x86 : crypto_static <= x509_lu.c
Compile x86 : crypto_static <= x509_obj.c
Compile x86 : crypto_static <= x509_r2x.c
Compile x86 : crypto_static <= x509_req.c
Compile x86 : crypto_static <= x509_set.c
Compile x86 : crypto_static <= x509_trs.c
Compile x86 : crypto_static <= x509_txt.c
Compile x86 : crypto_static <= x509_v3.c
Compile x86 : crypto_static <= x509_vfy.c
Compile x86 : crypto_static <= x509_vpm.c
Compile x86 : crypto_static <= x509cset.c
Compile x86 : crypto_static <= x509name.c
Compile x86 : crypto_static <= x509rset.c
Compile x86 : crypto_static <= x509spki.c
Compile x86 : crypto_static <= x509type.c
Compile x86 : crypto_static <= x_all.c
Compile x86 : crypto_static <= pcy_cache.c
Compile x86 : crypto_static <= pcy_data.c
Compile x86 : crypto_static <= pcy_lib.c
Compile x86 : crypto_static <= pcy_map.c
Compile x86 : crypto_static <= pcy_node.c
Compile x86 : crypto_static <= pcy_tree.c
Compile x86 : crypto_static <= v3_akey.c
Compile x86 : crypto_static <= v3_akeya.c
Compile x86 : crypto_static <= v3_alt.c
Compile x86 : crypto_static <= v3_bcons.c
Compile x86 : crypto_static <= v3_bitst.c
Compile x86 : crypto_static <= v3_conf.c
Compile x86 : crypto_static <= v3_cpols.c
Compile x86 : crypto_static <= v3_crld.c
Compile x86 : crypto_static <= v3_enum.c
Compile x86 : crypto_static <= v3_extku.c
Compile x86 : crypto_static <= v3_genn.c
Compile x86 : crypto_static <= v3_ia5.c
Compile x86 : crypto_static <= v3_info.c
Compile x86 : crypto_static <= v3_int.c
Compile x86 : crypto_static <= v3_lib.c
Compile x86 : crypto_static <= v3_ncons.c
Compile x86 : crypto_static <= v3_ocsp.c
Compile x86 : crypto_static <= v3_pci.c
Compile x86 : crypto_static <= v3_pcia.c
Compile x86 : crypto_static <= v3_pcons.c
Compile x86 : crypto_static <= v3_pku.c
Compile x86 : crypto_static <= v3_pmaps.c
Compile x86 : crypto_static <= v3_prn.c
Compile x86 : crypto_static <= v3_purp.c
Compile x86 : crypto_static <= v3_skey.c
Compile x86 : crypto_static <= v3_sxnet.c
Compile x86 : crypto_static <= v3_utl.c
Compile x86 : crypto_static <= v3err.c
Compile x86 : crypto_static <= aes_core.c
StaticLibrary : libcrypto_static.a
Executable : androidvncserver
Install : androidvncserver => libs/x86/androidvncserver
Compile mips : androidvncserver <= main.c
Compile mips : androidvncserver <= rfbserver.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c: In function 'rfbProcessFileTransfer':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c:1584:15: warning: pointer targets in passing argument 1 of 'gmtime' differ in signedness [-Wpointer-sign]
/home/zhangbin/android/android-ndk-r9/platforms/android-14/arch-mips/usr/include/time.h:76:20: note: expected 'time_t const *' but argument is of type 'long unsigned int *'
Compile mips : androidvncserver <= rfbregion.c
Compile mips : androidvncserver <= auth.c
Compile mips : androidvncserver <= sockets.c
Compile mips : androidvncserver <= stats.c
Compile mips : androidvncserver <= corre.c
Compile mips : androidvncserver <= rfbssl_openssl.c
Compile mips : androidvncserver <= rfbcrypto_openssl.c
Compile mips : androidvncserver <= hextile.c
Compile mips : androidvncserver <= rre.c
Compile mips : androidvncserver <= translate.c
Compile mips : androidvncserver <= cutpaste.c
Compile mips : androidvncserver <= httpd.c
Compile mips : androidvncserver <= cursor.c
Compile mips : androidvncserver <= font.c
Compile mips : androidvncserver <= draw.c
Compile mips : androidvncserver <= websockets.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c: In function 'ws_read':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c:498:2: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Compile mips : androidvncserver <= selbox.c
Compile mips : androidvncserver <= cargs.c
Compile mips : androidvncserver <= ultra.c
Compile mips : androidvncserver <= scale.c
Compile mips : androidvncserver <= zlib.c
Compile mips : androidvncserver <= zrle.c
Compile mips : androidvncserver <= zrleoutstream.c
Compile mips : androidvncserver <= zrlepalettehelper.c
Compile mips : androidvncserver <= tight.c
Compile mips : androidvncserver <= d3des.c
Compile mips : androidvncserver <= vncauth.c
Compile mips : androidvncserver <= minilzo.c
Compile mips : androidvncserver <= zywrletemplate.c
Compile mips : androidvncserver <= turbojpeg.c
Compile mips : androidvncserver <= droidvncserver.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
In file included from jni/vnc/droidvncserver.c:76:0:
jni/vnc/updateScreen.c: In function 'update_screen_32':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:72:0:
jni/vnc/updateScreen.c: In function 'update_screen_16':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:68:0:
jni/vnc/updateScreen.c: In function 'update_screen_8':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
Compile mips : androidvncserver <= gui.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile mips : androidvncserver <= input.c
jni/vnc/inputMethods/input.c: In function 'keyEvent':
jni/vnc/inputMethods/input.c:208:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
jni/vnc/inputMethods/input.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile mips : androidvncserver <= adb.c
jni/vnc/screenMethods/adb.c: In function 'send_framebuffer_string':
jni/vnc/screenMethods/adb.c:186:9: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
jni/vnc/screenMethods/adb.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile mips : androidvncserver <= framebuffer.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile mips : androidvncserver <= gralloc.c
Compile mips : androidvncserver <= flinger.c
Compile mips : androidvncserver <= suinput.c
Compile mips : jpeg <= jcapimin.c
Compile mips : jpeg <= jcapistd.c
Compile mips : jpeg <= jccoefct.c
Compile mips : jpeg <= jccolor.c
Compile mips : jpeg <= jcdctmgr.c
Compile mips : jpeg <= jchuff.c
Compile mips : jpeg <= jcinit.c
Compile mips : jpeg <= jcmainct.c
Compile mips : jpeg <= jcmarker.c
Compile mips : jpeg <= jcmaster.c
Compile mips : jpeg <= jcomapi.c
Compile mips : jpeg <= jcparam.c
Compile mips : jpeg <= jcphuff.c
Compile mips : jpeg <= jcprepct.c
Compile mips : jpeg <= jcsample.c
Compile mips : jpeg <= jctrans.c
Compile mips : jpeg <= jdapimin.c
Compile mips : jpeg <= jdapistd.c
Compile mips : jpeg <= jdatadst.c
Compile mips : jpeg <= jdatasrc.c
Compile mips : jpeg <= jdcoefct.c
Compile mips : jpeg <= jdcolor.c
Compile mips : jpeg <= jddctmgr.c
Compile mips : jpeg <= jdhuff.c
Compile mips : jpeg <= jdinput.c
Compile mips : jpeg <= jdmainct.c
Compile mips : jpeg <= jdmarker.c
Compile mips : jpeg <= jdmaster.c
Compile mips : jpeg <= jdmerge.c
Compile mips : jpeg <= jdphuff.c
Compile mips : jpeg <= jdpostct.c
Compile mips : jpeg <= jdsample.c
Compile mips : jpeg <= jdtrans.c
Compile mips : jpeg <= jerror.c
Compile mips : jpeg <= jfdctflt.c
Compile mips : jpeg <= jfdctfst.c
Compile mips : jpeg <= jfdctint.c
Compile mips : jpeg <= jidctflt.c
Compile mips : jpeg <= jidctred.c
Compile mips : jpeg <= jquant1.c
Compile mips : jpeg <= jquant2.c
Compile mips : jpeg <= jutils.c
Compile mips : jpeg <= jmemmgr.c
Compile mips : jpeg <= jmem-android.c
Compile mips : jpeg <= jidctint.c
Compile mips : jpeg <= jidctfst.c
StaticLibrary : libjpeg.a
Compile mips : png <= png.c
Compile mips : png <= pngerror.c
Compile mips : png <= pngget.c
Compile mips : png <= pngmem.c
Compile mips : png <= pngpread.c
Compile mips : png <= pngread.c
Compile mips : png <= pngrio.c
Compile mips : png <= pngrtran.c
Compile mips : png <= pngrutil.c
Compile mips : png <= pngset.c
Compile mips : png <= pngtrans.c
Compile mips : png <= pngwio.c
Compile mips : png <= pngwrite.c
Compile mips : png <= pngwtran.c
Compile mips : png <= pngwutil.c
StaticLibrary : libpng.a
Compile mips : ssl_static <= s2_meth.c
Compile mips : ssl_static <= s2_srvr.c
Compile mips : ssl_static <= s2_clnt.c
Compile mips : ssl_static <= s2_lib.c
Compile mips : ssl_static <= s2_enc.c
Compile mips : ssl_static <= s2_pkt.c
Compile mips : ssl_static <= s3_meth.c
Compile mips : ssl_static <= s3_srvr.c
Compile mips : ssl_static <= s3_clnt.c
Compile mips : ssl_static <= s3_lib.c
Compile mips : ssl_static <= s3_enc.c
Compile mips : ssl_static <= s3_pkt.c
Compile mips : ssl_static <= s3_both.c
Compile mips : ssl_static <= s23_meth.c
Compile mips : ssl_static <= s23_srvr.c
Compile mips : ssl_static <= s23_clnt.c
Compile mips : ssl_static <= s23_lib.c
Compile mips : ssl_static <= s23_pkt.c
Compile mips : ssl_static <= t1_meth.c
Compile mips : ssl_static <= t1_srvr.c
Compile mips : ssl_static <= t1_clnt.c
Compile mips : ssl_static <= t1_lib.c
Compile mips : ssl_static <= t1_enc.c
Compile mips : ssl_static <= t1_reneg.c
Compile mips : ssl_static <= ssl_lib.c
Compile mips : ssl_static <= ssl_err2.c
Compile mips : ssl_static <= ssl_cert.c
Compile mips : ssl_static <= ssl_sess.c
Compile mips : ssl_static <= ssl_ciph.c
Compile mips : ssl_static <= ssl_stat.c
Compile mips : ssl_static <= ssl_rsa.c
Compile mips : ssl_static <= ssl_asn1.c
Compile mips : ssl_static <= ssl_txt.c
Compile mips : ssl_static <= ssl_algs.c
Compile mips : ssl_static <= bio_ssl.c
Compile mips : ssl_static <= ssl_err.c
Compile mips : ssl_static <= kssl.c
StaticLibrary : libssl_static.a
Compile mips : crypto_static <= cryptlib.c
jni/openssl/crypto/cryptlib.c: In function 'CRYPTO_THREADID_current':
jni/openssl/crypto/cryptlib.c:503:2: warning: passing argument 2 of 'CRYPTO_THREADID_set_pointer' discards 'volatile' qualifier from pointer target type [enabled by default]
jni/openssl/crypto/cryptlib.c:431:6: note: expected 'void *' but argument is of type 'int volatile *'
Compile mips : crypto_static <= mem.c
Compile mips : crypto_static <= mem_clr.c
Compile mips : crypto_static <= mem_dbg.c
Compile mips : crypto_static <= cversion.c
Compile mips : crypto_static <= ex_data.c
Compile mips : crypto_static <= cpt_err.c
Compile mips : crypto_static <= ebcdic.c
Compile mips : crypto_static <= uid.c
Compile mips : crypto_static <= o_time.c
Compile mips : crypto_static <= o_str.c
Compile mips : crypto_static <= o_dir.c
Compile mips : crypto_static <= aes_cbc.c
Compile mips : crypto_static <= aes_cfb.c
Compile mips : crypto_static <= aes_ctr.c
Compile mips : crypto_static <= aes_ecb.c
Compile mips : crypto_static <= aes_misc.c
Compile mips : crypto_static <= aes_ofb.c
Compile mips : crypto_static <= aes_wrap.c
Compile mips : crypto_static <= a_bitstr.c
Compile mips : crypto_static <= a_bool.c
Compile mips : crypto_static <= a_bytes.c
Compile mips : crypto_static <= a_d2i_fp.c
Compile mips : crypto_static <= a_digest.c
Compile mips : crypto_static <= a_dup.c
Compile mips : crypto_static <= a_enum.c
Compile mips : crypto_static <= a_gentm.c
Compile mips : crypto_static <= a_i2d_fp.c
Compile mips : crypto_static <= a_int.c
Compile mips : crypto_static <= a_mbstr.c
Compile mips : crypto_static <= a_object.c
Compile mips : crypto_static <= a_octet.c
Compile mips : crypto_static <= a_print.c
Compile mips : crypto_static <= a_set.c
Compile mips : crypto_static <= a_sign.c
Compile mips : crypto_static <= a_strex.c
Compile mips : crypto_static <= a_strnid.c
Compile mips : crypto_static <= a_time.c
Compile mips : crypto_static <= a_type.c
Compile mips : crypto_static <= a_utctm.c
Compile mips : crypto_static <= a_utf8.c
Compile mips : crypto_static <= a_verify.c
Compile mips : crypto_static <= ameth_lib.c
Compile mips : crypto_static <= asn1_err.c
Compile mips : crypto_static <= asn1_gen.c
Compile mips : crypto_static <= asn1_lib.c
Compile mips : crypto_static <= asn1_par.c
Compile mips : crypto_static <= asn_mime.c
Compile mips : crypto_static <= asn_moid.c
Compile mips : crypto_static <= asn_pack.c
Compile mips : crypto_static <= bio_asn1.c
Compile mips : crypto_static <= bio_ndef.c
Compile mips : crypto_static <= d2i_pr.c
Compile mips : crypto_static <= d2i_pu.c
Compile mips : crypto_static <= evp_asn1.c
Compile mips : crypto_static <= f_enum.c
Compile mips : crypto_static <= f_int.c
Compile mips : crypto_static <= f_string.c
Compile mips : crypto_static <= i2d_pr.c
Compile mips : crypto_static <= i2d_pu.c
Compile mips : crypto_static <= n_pkey.c
Compile mips : crypto_static <= nsseq.c
Compile mips : crypto_static <= p5_pbe.c
Compile mips : crypto_static <= p5_pbev2.c
Compile mips : crypto_static <= p8_pkey.c
Compile mips : crypto_static <= t_bitst.c
Compile mips : crypto_static <= t_crl.c
Compile mips : crypto_static <= t_pkey.c
Compile mips : crypto_static <= t_req.c
Compile mips : crypto_static <= t_spki.c
Compile mips : crypto_static <= t_x509.c
Compile mips : crypto_static <= t_x509a.c
Compile mips : crypto_static <= tasn_dec.c
Compile mips : crypto_static <= tasn_enc.c
Compile mips : crypto_static <= tasn_fre.c
Compile mips : crypto_static <= tasn_new.c
Compile mips : crypto_static <= tasn_prn.c
Compile mips : crypto_static <= tasn_typ.c
Compile mips : crypto_static <= tasn_utl.c
Compile mips : crypto_static <= x_algor.c
Compile mips : crypto_static <= x_attrib.c
Compile mips : crypto_static <= x_bignum.c
Compile mips : crypto_static <= x_crl.c
Compile mips : crypto_static <= x_exten.c
Compile mips : crypto_static <= x_info.c
Compile mips : crypto_static <= x_long.c
Compile mips : crypto_static <= x_name.c
Compile mips : crypto_static <= x_nx509.c
Compile mips : crypto_static <= x_pkey.c
Compile mips : crypto_static <= x_pubkey.c
Compile mips : crypto_static <= x_req.c
Compile mips : crypto_static <= x_sig.c
Compile mips : crypto_static <= x_spki.c
Compile mips : crypto_static <= x_val.c
Compile mips : crypto_static <= x_x509.c
Compile mips : crypto_static <= x_x509a.c
Compile mips : crypto_static <= bf_cfb64.c
Compile mips : crypto_static <= bf_ecb.c
Compile mips : crypto_static <= bf_enc.c
Compile mips : crypto_static <= bf_ofb64.c
Compile mips : crypto_static <= bf_skey.c
Compile mips : crypto_static <= b_dump.c
Compile mips : crypto_static <= b_print.c
Compile mips : crypto_static <= b_sock.c
Compile mips : crypto_static <= bf_buff.c
Compile mips : crypto_static <= bf_nbio.c
Compile mips : crypto_static <= bf_null.c
Compile mips : crypto_static <= bio_cb.c
Compile mips : crypto_static <= bio_err.c
Compile mips : crypto_static <= bio_lib.c
Compile mips : crypto_static <= bss_acpt.c
Compile mips : crypto_static <= bss_bio.c
Compile mips : crypto_static <= bss_conn.c
Compile mips : crypto_static <= bss_dgram.c
Compile mips : crypto_static <= bss_fd.c
Compile mips : crypto_static <= bss_file.c
Compile mips : crypto_static <= bss_log.c
Compile mips : crypto_static <= bss_mem.c
Compile mips : crypto_static <= bss_null.c
Compile mips : crypto_static <= bss_sock.c
Compile mips : crypto_static <= bn_add.c
Compile mips : crypto_static <= bn_asm.c
Compile mips : crypto_static <= bn_blind.c
Compile mips : crypto_static <= bn_const.c
Compile mips : crypto_static <= bn_ctx.c
Compile mips : crypto_static <= bn_div.c
Compile mips : crypto_static <= bn_err.c
Compile mips : crypto_static <= bn_exp.c
Compile mips : crypto_static <= bn_exp2.c
Compile mips : crypto_static <= bn_gcd.c
Compile mips : crypto_static <= bn_gf2m.c
Compile mips : crypto_static <= bn_kron.c
Compile mips : crypto_static <= bn_lib.c
Compile mips : crypto_static <= bn_mod.c
Compile mips : crypto_static <= bn_mont.c
Compile mips : crypto_static <= bn_mpi.c
Compile mips : crypto_static <= bn_mul.c
Compile mips : crypto_static <= bn_nist.c
Compile mips : crypto_static <= bn_prime.c
Compile mips : crypto_static <= bn_print.c
Compile mips : crypto_static <= bn_rand.c
Compile mips : crypto_static <= bn_recp.c
Compile mips : crypto_static <= bn_shift.c
Compile mips : crypto_static <= bn_sqr.c
Compile mips : crypto_static <= bn_sqrt.c
Compile mips : crypto_static <= bn_word.c
Compile mips : crypto_static <= buf_err.c
Compile mips : crypto_static <= buffer.c
Compile mips : crypto_static <= c_rle.c
Compile mips : crypto_static <= c_zlib.c
Compile mips : crypto_static <= comp_err.c
Compile mips : crypto_static <= comp_lib.c
Compile mips : crypto_static <= conf_api.c
Compile mips : crypto_static <= conf_def.c
Compile mips : crypto_static <= conf_err.c
Compile mips : crypto_static <= conf_lib.c
Compile mips : crypto_static <= conf_mall.c
Compile mips : crypto_static <= conf_mod.c
Compile mips : crypto_static <= conf_sap.c
Compile mips : crypto_static <= cbc_cksm.c
Compile mips : crypto_static <= cbc_enc.c
Compile mips : crypto_static <= cfb64ede.c
Compile mips : crypto_static <= cfb64enc.c
Compile mips : crypto_static <= cfb_enc.c
Compile mips : crypto_static <= des_enc.c
Compile mips : crypto_static <= des_old.c
Compile mips : crypto_static <= des_old2.c
Compile mips : crypto_static <= ecb3_enc.c
Compile mips : crypto_static <= ecb_enc.c
Compile mips : crypto_static <= ede_cbcm_enc.c
Compile mips : crypto_static <= enc_read.c
Compile mips : crypto_static <= enc_writ.c
Compile mips : crypto_static <= fcrypt.c
Compile mips : crypto_static <= fcrypt_b.c
Compile mips : crypto_static <= ofb64ede.c
Compile mips : crypto_static <= ofb64enc.c
Compile mips : crypto_static <= ofb_enc.c
Compile mips : crypto_static <= pcbc_enc.c
Compile mips : crypto_static <= qud_cksm.c
Compile mips : crypto_static <= rand_key.c
Compile mips : crypto_static <= read2pwd.c
Compile mips : crypto_static <= rpc_enc.c
Compile mips : crypto_static <= set_key.c
Compile mips : crypto_static <= str2key.c
Compile mips : crypto_static <= xcbc_enc.c
Compile mips : crypto_static <= dh_ameth.c
Compile mips : crypto_static <= dh_asn1.c
Compile mips : crypto_static <= dh_check.c
Compile mips : crypto_static <= dh_depr.c
Compile mips : crypto_static <= dh_err.c
Compile mips : crypto_static <= dh_gen.c
Compile mips : crypto_static <= dh_key.c
Compile mips : crypto_static <= dh_lib.c
Compile mips : crypto_static <= dh_pmeth.c
Compile mips : crypto_static <= dsa_ameth.c
Compile mips : crypto_static <= dsa_asn1.c
Compile mips : crypto_static <= dsa_depr.c
Compile mips : crypto_static <= dsa_err.c
Compile mips : crypto_static <= dsa_gen.c
Compile mips : crypto_static <= dsa_key.c
Compile mips : crypto_static <= dsa_lib.c
Compile mips : crypto_static <= dsa_ossl.c
Compile mips : crypto_static <= dsa_pmeth.c
Compile mips : crypto_static <= dsa_prn.c
Compile mips : crypto_static <= dsa_sign.c
Compile mips : crypto_static <= dsa_vrf.c
Compile mips : crypto_static <= dso_dl.c
Compile mips : crypto_static <= dso_dlfcn.c
Compile mips : crypto_static <= dso_err.c
Compile mips : crypto_static <= dso_lib.c
Compile mips : crypto_static <= dso_null.c
Compile mips : crypto_static <= dso_openssl.c
Compile mips : crypto_static <= ec2_mult.c
Compile mips : crypto_static <= ec2_smpl.c
Compile mips : crypto_static <= ec_ameth.c
Compile mips : crypto_static <= ec_asn1.c
Compile mips : crypto_static <= ec_check.c
Compile mips : crypto_static <= ec_curve.c
Compile mips : crypto_static <= ec_cvt.c
Compile mips : crypto_static <= ec_err.c
Compile mips : crypto_static <= ec_key.c
Compile mips : crypto_static <= ec_lib.c
Compile mips : crypto_static <= ec_mult.c
Compile mips : crypto_static <= ec_pmeth.c
Compile mips : crypto_static <= ec_print.c
Compile mips : crypto_static <= eck_prn.c
Compile mips : crypto_static <= ecp_mont.c
Compile mips : crypto_static <= ecp_nist.c
Compile mips : crypto_static <= ecp_smpl.c
Compile mips : crypto_static <= ech_err.c
Compile mips : crypto_static <= ech_key.c
Compile mips : crypto_static <= ech_lib.c
Compile mips : crypto_static <= ech_ossl.c
Compile mips : crypto_static <= ecs_asn1.c
Compile mips : crypto_static <= ecs_err.c
Compile mips : crypto_static <= ecs_lib.c
Compile mips : crypto_static <= ecs_ossl.c
Compile mips : crypto_static <= ecs_sign.c
Compile mips : crypto_static <= ecs_vrf.c
Compile mips : crypto_static <= err.c
Compile mips : crypto_static <= err_all.c
Compile mips : crypto_static <= err_prn.c
Compile mips : crypto_static <= bio_b64.c
Compile mips : crypto_static <= bio_enc.c
Compile mips : crypto_static <= bio_md.c
Compile mips : crypto_static <= bio_ok.c
Compile mips : crypto_static <= c_all.c
Compile mips : crypto_static <= c_allc.c
Compile mips : crypto_static <= c_alld.c
Compile mips : crypto_static <= digest.c
Compile mips : crypto_static <= e_aes.c
Compile mips : crypto_static <= e_bf.c
Compile mips : crypto_static <= e_des.c
Compile mips : crypto_static <= e_des3.c
Compile mips : crypto_static <= e_null.c
Compile mips : crypto_static <= e_old.c
Compile mips : crypto_static <= e_rc2.c
Compile mips : crypto_static <= e_rc4.c
Compile mips : crypto_static <= e_rc5.c
Compile mips : crypto_static <= e_xcbc_d.c
Compile mips : crypto_static <= encode.c
Compile mips : crypto_static <= evp_acnf.c
Compile mips : crypto_static <= evp_enc.c
Compile mips : crypto_static <= evp_err.c
Compile mips : crypto_static <= evp_key.c
Compile mips : crypto_static <= evp_lib.c
Compile mips : crypto_static <= evp_pbe.c
Compile mips : crypto_static <= evp_pkey.c
Compile mips : crypto_static <= m_dss.c
Compile mips : crypto_static <= m_dss1.c
Compile mips : crypto_static <= m_ecdsa.c
Compile mips : crypto_static <= m_md4.c
Compile mips : crypto_static <= m_md5.c
Compile mips : crypto_static <= m_mdc2.c
Compile mips : crypto_static <= m_null.c
Compile mips : crypto_static <= m_ripemd.c
Compile mips : crypto_static <= m_sha1.c
Compile mips : crypto_static <= m_sigver.c
Compile mips : crypto_static <= m_wp.c
Compile mips : crypto_static <= names.c
Compile mips : crypto_static <= p5_crpt.c
Compile mips : crypto_static <= p5_crpt2.c
Compile mips : crypto_static <= p_dec.c
Compile mips : crypto_static <= p_enc.c
Compile mips : crypto_static <= p_lib.c
Compile mips : crypto_static <= p_open.c
Compile mips : crypto_static <= p_seal.c
Compile mips : crypto_static <= p_sign.c
Compile mips : crypto_static <= p_verify.c
Compile mips : crypto_static <= pmeth_fn.c
Compile mips : crypto_static <= pmeth_gn.c
Compile mips : crypto_static <= pmeth_lib.c
Compile mips : crypto_static <= hm_ameth.c
Compile mips : crypto_static <= hm_pmeth.c
Compile mips : crypto_static <= hmac.c
Compile mips : crypto_static <= krb5_asn.c
Compile mips : crypto_static <= lh_stats.c
Compile mips : crypto_static <= lhash.c
Compile mips : crypto_static <= md4_dgst.c
Compile mips : crypto_static <= md4_one.c
Compile mips : crypto_static <= md5_dgst.c
Compile mips : crypto_static <= md5_one.c
Compile mips : crypto_static <= cbc128.c
Compile mips : crypto_static <= cfb128.c
Compile mips : crypto_static <= ctr128.c
Compile mips : crypto_static <= ofb128.c
Compile mips : crypto_static <= o_names.c
Compile mips : crypto_static <= obj_dat.c
Compile mips : crypto_static <= obj_err.c
Compile mips : crypto_static <= obj_lib.c
Compile mips : crypto_static <= obj_xref.c
Compile mips : crypto_static <= ocsp_asn.c
Compile mips : crypto_static <= ocsp_cl.c
Compile mips : crypto_static <= ocsp_err.c
Compile mips : crypto_static <= ocsp_ext.c
Compile mips : crypto_static <= ocsp_ht.c
Compile mips : crypto_static <= ocsp_lib.c
Compile mips : crypto_static <= ocsp_prn.c
Compile mips : crypto_static <= ocsp_srv.c
Compile mips : crypto_static <= ocsp_vfy.c
Compile mips : crypto_static <= pem_all.c
Compile mips : crypto_static <= pem_err.c
Compile mips : crypto_static <= pem_info.c
Compile mips : crypto_static <= pem_lib.c
Compile mips : crypto_static <= pem_oth.c
Compile mips : crypto_static <= pem_pk8.c
Compile mips : crypto_static <= pem_pkey.c
Compile mips : crypto_static <= pem_seal.c
Compile mips : crypto_static <= pem_sign.c
Compile mips : crypto_static <= pem_x509.c
Compile mips : crypto_static <= pem_xaux.c
Compile mips : crypto_static <= pvkfmt.c
Compile mips : crypto_static <= p12_add.c
Compile mips : crypto_static <= p12_asn.c
Compile mips : crypto_static <= p12_attr.c
Compile mips : crypto_static <= p12_crpt.c
Compile mips : crypto_static <= p12_crt.c
Compile mips : crypto_static <= p12_decr.c
Compile mips : crypto_static <= p12_init.c
Compile mips : crypto_static <= p12_key.c
Compile mips : crypto_static <= p12_kiss.c
Compile mips : crypto_static <= p12_mutl.c
Compile mips : crypto_static <= p12_npas.c
Compile mips : crypto_static <= p12_p8d.c
Compile mips : crypto_static <= p12_p8e.c
Compile mips : crypto_static <= p12_utl.c
Compile mips : crypto_static <= pk12err.c
Compile mips : crypto_static <= pk7_asn1.c
Compile mips : crypto_static <= pk7_attr.c
Compile mips : crypto_static <= pk7_doit.c
Compile mips : crypto_static <= pk7_lib.c
Compile mips : crypto_static <= pk7_mime.c
Compile mips : crypto_static <= pk7_smime.c
Compile mips : crypto_static <= pkcs7err.c
Compile mips : crypto_static <= md_rand.c
Compile mips : crypto_static <= rand_egd.c
Compile mips : crypto_static <= rand_err.c
Compile mips : crypto_static <= rand_lib.c
Compile mips : crypto_static <= rand_unix.c
Compile mips : crypto_static <= randfile.c
Compile mips : crypto_static <= rc2_cbc.c
Compile mips : crypto_static <= rc2_ecb.c
Compile mips : crypto_static <= rc2_skey.c
Compile mips : crypto_static <= rc2cfb64.c
Compile mips : crypto_static <= rc2ofb64.c
Compile mips : crypto_static <= rc4_enc.c
Compile mips : crypto_static <= rc4_skey.c
Compile mips : crypto_static <= rmd_dgst.c
Compile mips : crypto_static <= rmd_one.c
Compile mips : crypto_static <= rsa_ameth.c
Compile mips : crypto_static <= rsa_asn1.c
Compile mips : crypto_static <= rsa_chk.c
Compile mips : crypto_static <= rsa_eay.c
Compile mips : crypto_static <= rsa_err.c
Compile mips : crypto_static <= rsa_gen.c
Compile mips : crypto_static <= rsa_lib.c
Compile mips : crypto_static <= rsa_none.c
Compile mips : crypto_static <= rsa_null.c
Compile mips : crypto_static <= rsa_oaep.c
Compile mips : crypto_static <= rsa_pk1.c
Compile mips : crypto_static <= rsa_pmeth.c
Compile mips : crypto_static <= rsa_prn.c
Compile mips : crypto_static <= rsa_pss.c
Compile mips : crypto_static <= rsa_saos.c
Compile mips : crypto_static <= rsa_sign.c
Compile mips : crypto_static <= rsa_ssl.c
Compile mips : crypto_static <= rsa_x931.c
Compile mips : crypto_static <= sha1_one.c
Compile mips : crypto_static <= sha1dgst.c
Compile mips : crypto_static <= sha256.c
Compile mips : crypto_static <= sha512.c
Compile mips : crypto_static <= sha_dgst.c
Compile mips : crypto_static <= stack.c
Compile mips : crypto_static <= ts_err.c
Compile mips : crypto_static <= txt_db.c
Compile mips : crypto_static <= ui_compat.c
Compile mips : crypto_static <= ui_err.c
Compile mips : crypto_static <= ui_lib.c
Compile mips : crypto_static <= ui_openssl.c
Compile mips : crypto_static <= ui_util.c
Compile mips : crypto_static <= by_dir.c
Compile mips : crypto_static <= by_file.c
Compile mips : crypto_static <= x509_att.c
Compile mips : crypto_static <= x509_cmp.c
Compile mips : crypto_static <= x509_d2.c
Compile mips : crypto_static <= x509_def.c
Compile mips : crypto_static <= x509_err.c
Compile mips : crypto_static <= x509_ext.c
Compile mips : crypto_static <= x509_lu.c
Compile mips : crypto_static <= x509_obj.c
Compile mips : crypto_static <= x509_r2x.c
Compile mips : crypto_static <= x509_req.c
Compile mips : crypto_static <= x509_set.c
Compile mips : crypto_static <= x509_trs.c
Compile mips : crypto_static <= x509_txt.c
Compile mips : crypto_static <= x509_v3.c
Compile mips : crypto_static <= x509_vfy.c
Compile mips : crypto_static <= x509_vpm.c
Compile mips : crypto_static <= x509cset.c
Compile mips : crypto_static <= x509name.c
Compile mips : crypto_static <= x509rset.c
Compile mips : crypto_static <= x509spki.c
Compile mips : crypto_static <= x509type.c
Compile mips : crypto_static <= x_all.c
Compile mips : crypto_static <= pcy_cache.c
Compile mips : crypto_static <= pcy_data.c
Compile mips : crypto_static <= pcy_lib.c
Compile mips : crypto_static <= pcy_map.c
Compile mips : crypto_static <= pcy_node.c
Compile mips : crypto_static <= pcy_tree.c
Compile mips : crypto_static <= v3_akey.c
Compile mips : crypto_static <= v3_akeya.c
Compile mips : crypto_static <= v3_alt.c
Compile mips : crypto_static <= v3_bcons.c
Compile mips : crypto_static <= v3_bitst.c
Compile mips : crypto_static <= v3_conf.c
Compile mips : crypto_static <= v3_cpols.c
Compile mips : crypto_static <= v3_crld.c
Compile mips : crypto_static <= v3_enum.c
Compile mips : crypto_static <= v3_extku.c
Compile mips : crypto_static <= v3_genn.c
Compile mips : crypto_static <= v3_ia5.c
Compile mips : crypto_static <= v3_info.c
Compile mips : crypto_static <= v3_int.c
Compile mips : crypto_static <= v3_lib.c
Compile mips : crypto_static <= v3_ncons.c
Compile mips : crypto_static <= v3_ocsp.c
Compile mips : crypto_static <= v3_pci.c
Compile mips : crypto_static <= v3_pcia.c
Compile mips : crypto_static <= v3_pcons.c
Compile mips : crypto_static <= v3_pku.c
Compile mips : crypto_static <= v3_pmaps.c
Compile mips : crypto_static <= v3_prn.c
Compile mips : crypto_static <= v3_purp.c
Compile mips : crypto_static <= v3_skey.c
Compile mips : crypto_static <= v3_sxnet.c
Compile mips : crypto_static <= v3_utl.c
Compile mips : crypto_static <= v3err.c
Compile mips : crypto_static <= aes_core.c
StaticLibrary : libcrypto_static.a
Executable : androidvncserver
Install : androidvncserver => libs/mips/androidvncserver
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server#
遇到一个错误:
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# dos2unix -R *
dos2unix: converting file AndroidManifest.xml to Unix format ...
dos2unix: Skipping bin, not a regular file.
dos2unix: converting file build.xml to Unix format ...
dos2unix: converting file CHANGELOG to Unix format ...
dos2unix: Skipping jni, not a regular file.
dos2unix: Skipping libs, not a regular file.
dos2unix: converting file LICENSE to Unix format ...
dos2unix: Skipping nativeMethods, not a regular file.
dos2unix: converting file project.properties to Unix format ...
dos2unix: converting file README to Unix format ...
dos2unix: Skipping res, not a regular file.
dos2unix: Skipping src, not a regular file.
dos2unix: converting file TODO to Unix format ...
dos2unix: converting file updateExecsAndLibs.sh to Unix format ...
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-buildAndroid NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile thumb : androidvncserver <= main.c
Compile thumb : androidvncserver <= rfbserver.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c: In function 'rfbProcessFileTransfer':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/rfbserver.c:1584:15: warning: pointer targets in passing argument 1 of 'gmtime' differ in signedness [-Wpointer-sign]
/home/zhangbin/android/android-ndk-r9/platforms/android-14/arch-arm/usr/include/time.h:76:20: note: expected 'time_t const *' but argument is of type 'long unsigned int *'
Compile thumb : androidvncserver <= rfbregion.c
Compile thumb : androidvncserver <= auth.c
Compile thumb : androidvncserver <= sockets.c
Compile thumb : androidvncserver <= stats.c
Compile thumb : androidvncserver <= corre.c
Compile thumb : androidvncserver <= rfbssl_openssl.c
Compile thumb : androidvncserver <= rfbcrypto_openssl.c
Compile thumb : androidvncserver <= hextile.c
Compile thumb : androidvncserver <= rre.c
Compile thumb : androidvncserver <= translate.c
Compile thumb : androidvncserver <= cutpaste.c
Compile thumb : androidvncserver <= httpd.c
Compile thumb : androidvncserver <= cursor.c
Compile thumb : androidvncserver <= font.c
Compile thumb : androidvncserver <= draw.c
Compile thumb : androidvncserver <= websockets.c
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c: In function 'ws_read':
jni/vnc/./LibVNCServer-0.9.9/libvncserver/websockets.c:498:2: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
Compile thumb : androidvncserver <= selbox.c
Compile thumb : androidvncserver <= cargs.c
Compile thumb : androidvncserver <= ultra.c
Compile thumb : androidvncserver <= scale.c
Compile thumb : androidvncserver <= zlib.c
Compile thumb : androidvncserver <= zrle.c
Compile thumb : androidvncserver <= zrleoutstream.c
Compile thumb : androidvncserver <= zrlepalettehelper.c
Compile thumb : androidvncserver <= tight.c
Compile thumb : androidvncserver <= d3des.c
Compile thumb : androidvncserver <= vncauth.c
Compile thumb : androidvncserver <= minilzo.c
Compile thumb : androidvncserver <= zywrletemplate.c
Compile thumb : androidvncserver <= turbojpeg.c
Compile thumb : androidvncserver <= droidvncserver.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
In file included from jni/vnc/droidvncserver.c:76:0:
jni/vnc/updateScreen.c: In function 'update_screen_32':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:72:0:
jni/vnc/updateScreen.c: In function 'update_screen_16':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from jni/vnc/droidvncserver.c:68:0:
jni/vnc/updateScreen.c: In function 'update_screen_8':
jni/vnc/updateScreen.c:23:1: warning: 'scrinfo.yoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xoffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:29:28: warning: 'scrinfo.xres_virtual' may be used uninitialized in this function [-Wmaybe-uninitialized]
jni/vnc/updateScreen.c:187:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
Compile thumb : androidvncserver <= gui.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= input.c
jni/vnc/inputMethods/input.c: In function 'keyEvent':
jni/vnc/inputMethods/input.c:208:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
jni/vnc/inputMethods/input.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= adb.c
jni/vnc/screenMethods/adb.c: In function 'send_framebuffer_string':
jni/vnc/screenMethods/adb.c:186:9: warning: variable 'buffer' set but not used [-Wunused-but-set-variable]
jni/vnc/screenMethods/adb.c: At top level:
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= framebuffer.c
jni/vnc/../../nativeMethods/common.h:82:12: warning: 'compiled_sdks' defined but not used [-Wunused-variable]
Compile thumb : androidvncserver <= gralloc.c
Compile thumb : androidvncserver <= flinger.c
Compile thumb : androidvncserver <= suinput.c
Compile arm : jpeg <= jcapimin.c
Compile arm : jpeg <= jcapistd.c
Compile arm : jpeg <= jccoefct.c
Compile arm : jpeg <= jccolor.c
Compile arm : jpeg <= jcdctmgr.c
Compile arm : jpeg <= jchuff.c
Compile arm : jpeg <= jcinit.c
Compile arm : jpeg <= jcmainct.c
Compile arm : jpeg <= jcmarker.c
Compile arm : jpeg <= jcmaster.c
Compile arm : jpeg <= jcomapi.c
Compile arm : jpeg <= jcparam.c
Compile arm : jpeg <= jcphuff.c
Compile arm : jpeg <= jcprepct.c
Compile arm : jpeg <= jcsample.c
Compile arm : jpeg <= jctrans.c
Compile arm : jpeg <= jdapimin.c
Compile arm : jpeg <= jdapistd.c
Compile arm : jpeg <= jdatadst.c
Compile arm : jpeg <= jdatasrc.c
Compile arm : jpeg <= jdcoefct.c
Compile arm : jpeg <= jdcolor.c
Compile arm : jpeg <= jddctmgr.c
Compile arm : jpeg <= jdhuff.c
Compile arm : jpeg <= jdinput.c
Compile arm : jpeg <= jdmainct.c
Compile arm : jpeg <= jdmarker.c
Compile arm : jpeg <= jdmaster.c
Compile arm : jpeg <= jdmerge.c
Compile arm : jpeg <= jdphuff.c
Compile arm : jpeg <= jdpostct.c
Compile arm : jpeg <= jdsample.c
Compile arm : jpeg <= jdtrans.c
Compile arm : jpeg <= jerror.c
Compile arm : jpeg <= jfdctflt.c
Compile arm : jpeg <= jfdctfst.c
Compile arm : jpeg <= jfdctint.c
Compile arm : jpeg <= jidctflt.c
Compile arm : jpeg <= jidctred.c
Compile arm : jpeg <= jquant1.c
Compile arm : jpeg <= jquant2.c
Compile arm : jpeg <= jutils.c
Compile arm : jpeg <= jmemmgr.c
Compile arm : jpeg <= jmem-android.c
Compile arm : jpeg <= jidctint.c
Compile arm : jpeg <= jidctfst.S
jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:66: Error: missing ')'
jni/jpeg/jidctfst.S:66: Error: garbage following instruction -- `pld (r2,#0)'
jni/jpeg/jidctfst.S:259: Error: missing ')'
jni/jpeg/jidctfst.S:259: Error: garbage following instruction -- `pld (sp,#32)'
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
Compile arm : jpeg <= jquant1.c
Compile arm : jpeg <= jquant2.c
Compile arm : jpeg <= jutils.c
Compile arm : jpeg <= jmemmgr.c
Compile arm : jpeg <= jmem-android.c
Compile arm : jpeg <= jidctint.c
Compile arm : jpeg <= jidctfst.S
jni/jpeg/jidctfst.S: Assembler messages:
jni/jpeg/jidctfst.S:259: Error: missing ')'
jni/jpeg/jidctfst.S:259: Error: garbage following instruction -- `pld (sp,#32)'
jni/jpeg/jidctfst.S:271: Error: missing ')'
jni/jpeg/jidctfst.S:271: Error: garbage following instruction -- `pld (ip,#32)'
make: *** [obj/local/armeabi/objs/jpeg/jidctfst.o] Error 1
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server#
把PLD的()改成 【】 ,就好了
参考 https://github.com/oNaiPs/droid-VNC-server/issues/53
root@Ubuntu32:/home/zhangbin/streaming/mediaStream/droid-VNC-server# ndk-build
Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: overriding commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
/home/zhangbin/android/android-ndk-r9/build/core/build-binary.mk:346: warning: ignoring old commands for target `obj/local/armeabi-v7a/objs/simd/asm/armv7'
Compile arm : jpeg <= jidctfst.S
StaticLibrary : libjpeg.a