問題1:/cygdrive/c/andopen/android-ndk-r9/build/gmsl/__gmsl:512: *** non-numeric second
argument to 'wordlist' function: '8</span>'. 멈춤.
解決方法:
需要修改/build/gmsl/__gmsl檔案的第512行把
int_encode = $(__gmsl_tr1)$(wordlist 1, $1,$(__gmsl_input_int))
改成
int_encode = $(__gmsl_tr1)$(wordlist 1,$(words $1),$(__gmsl_input_int))