3

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.

Ryan Tenney
  • 1,812
  • 3
  • 16
  • 29
Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155
  • 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 01 '12 at 04:00
  • do not use cygwin to deal with android code. this is unpredictable. build on Linux machine – mishmashru Feb 01 '13 at 11:31
  • 7F is the max signed number for al, add one to al=7F and you trigger the overflow flag – ady May 21 '13 at 01:58

0 Answers0