View Single Post
farfary's Avatar
Posts: 147 | Thanked: 300 times | Joined on Mar 2012 @ ^^ IRAN ^^ - Tehran :D
#698
Help what these error ?!

Code:
[root@chroot: /home/apkenv] DEBUG=1 GLES=2 make
        CC      apkenv.o
apkenv.c: In function 'apk_basename':
apkenv.c:193: warning: return discards qualifiers from pointer target type
        CC      linker/dlfcn.o
        CC      linker/linker.o
        CC      linker/linker_environ.o
        CC      linker/linker_format.o
        CC      linker/rt.o
        CC      linker/strlcpy.o
        CC      compat/gles2_wrappers.o
compat/gles2_wrappers.c: In function 'my_glGetTexStreamDeviceNameIMG':
compat/gles2_wrappers.c:956: warning: control reaches end of non-void function
compat/gles2_wrappers.c: In function 'my_glUnmapBufferOES':
compat/gles2_wrappers.c:884: warning: control reaches end of non-void function
compat/gles2_wrappers.c: In function 'my_glMapBufferOES':
compat/gles2_wrappers.c:878: warning: control reaches end of non-void function
        CC      compat/gles_wrappers.o
        CC      compat/hooks.o
        CC      compat/libc_wrappers.o
        CC      compat/liblog_wrappers.o
        CC      compat/pthread_wrappers.o
        CC      apklib/apklib.o
        CC      apklib/ioapi.o
        CC      apklib/ioapi_mem.o
        CC      apklib/unzip.o
        CC      jni/jnienv.o
        CC      jni/shlib.o
        LINK    apkenv
        MOD     generic.apkenv.so
        MOD     trg2.apkenv.so
[root@chroot: /home/apkenv] make strip
        STRIP
 

The Following User Says Thank You to farfary For This Useful Post: