Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ndk-build error #41

Open
GoogleCodeExporter opened this issue Mar 20, 2016 · 1 comment
Open

ndk-build error #41

GoogleCodeExporter opened this issue Mar 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Just replace pld (r2,$0) with pld [r2,$0]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant