robert rowntree
robert rowntree
i had that same compiler error and changed case on the 'PLD' if its UPPER in source , chage it to lower. Note all other instructions are lower i think....
compile errors generated by command 'PLD' i change "PLD" to 'pld' in the source, and the compile errors went away. On Tue, Dec 4, 2012 at 10:15 AM, oyahyaoui [email protected]...
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...
look at the UPPERCASE PLD https://github.com/oNaiPs/droid-VNC-server/blob/master/jni/jpeg/jidctfst.S that is what i changed. On Tue, Dec 4, 2012 at 12:19 PM, Robert Rowntree [email protected]: > jni/jpeg/jidctfst.S:66: Error: missing ')' > jni/jpeg/jidctfst.S:66: Error:...
see build.log attached i got rid of the refs to that asm file in the Android.mk in jni/jpeg folder it builds fine on r8c NDK version On Tue, Dec 4,...
try following in ./jni/jpeg/Android.mk.... ifneq ($(TARGET_ARCH_ABI),armeabi-v7a) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_ARM_MODE := arm LOCAL_SRC_FILES := \ jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \ jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c...
goto jni/jpg folder and make following changes to Android.mk and it will build.... rob@ jpeg$ diff Android.mk~ Android.mk 15c15 ## < jfdctint.c jidctflt.c jidctred.c jquant1.c \ > jfdctint.c jidctflt.c jidctred.c...
change the android.mk file in the problem folder (jni/jpg) as indicated by the DIFF in the paste http://pastebin.com/K7LrDqxc
+1 focused on 'fb' mode to bypass flinger and gralloc lib issues. It runs OK but does not send any rectangles. logic guiding whether rfbserver.framebufferupdate() sends any data to client...
id love to get it working on 4.2 as i have no other solution. I built droid-vnc with a cross-toolchain for API #17 using the NDK, but i did not...