shivendra46d / android-vnc-server

Automatically exported from code.google.com/p/android-vnc-server
0 stars 0 forks source link

ndk-build error #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

on android-ndk-r8d folder,execute "./ndk-build -C 
samples/droid-VNC-server-master"

What is the expected output? What do you see instead?

Compile arm    :jpeg <= jidctfst.S
jni/jpeg/jidctfst.S:Assember messages:
jni/jpeg/jidctfst.S:Error:66: missing ')'
jni/jpeg/jidctfst.S:Error:66:garbage following instruction -- `pld (r2,$0)`
jni/jpeg/jidctfst.S:Error:259: missing ')'
jni/jpeg/jidctfst.S:Error:259:garbage following instruction -- `pld (r2,$0)`
jni/jpeg/jidctfst.S:Error:271: missing ')'
jni/jpeg/jidctfst.S:Error:271:garbage following instruction -- `pld (r2,$0)`

What version of the product are you using? On what operating system?
the latest
Ubuntu 11.10

Please provide any additional information below.

Original issue reported on code.google.com by yiqiaoli...@gmail.com on 25 Jan 2013 at 7:32

GoogleCodeExporter commented 9 years ago
Just replace pld (r2,$0) with pld [r2,$0]

Original comment by guilherm...@pontomobi.com.br on 25 Mar 2013 at 2:11