I am a newbie to Android NDK, I am using android-ndk-r5 to build the Gearoid source code. After several warning of the following type

warning: null characters ignored

the assembler terminates with the following error message:

Error: junk at end of line, first unrecognized character valued 0x7F
make: **** [/cygdrive/c/emus/Gearoid/obj/local/armabi/libgg.so] Error 1

Any pointers would be greatly appreciated. Thanks in advance.

link|improve this question

Can you provide more error output? Where did the assembler/compiler report "null characters ignored"? What did the *.s files show in that location? Where did the final error occur? Unless it's been obsoleted, it's been awhile, I just saw. – Johan Bezem Nov 28 '11 at 22:29
At a guess, you aren't compiling a C source file. What is your compiler command line exactly? – Jonathan Leffler May 1 at 4:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.