Dear Sir, I cross compiled sphinxbase and pocketsphinx to arm9 architecture.
This is my configuration script:
pocketsphinx_continuous -hmm /home/an4/model_parameters/an4.ci_semi -dict
/home/an4/etc/an4.dic -lm /home/an4/etc/an4.ug.lm.DMP
The result is:
INFO: cmd_ln.c(512):Parsing command line:
pocketsphinx_continuous \
-hmm /home/an4/model_parameters/an4.ci_semi \
-dict /home/an4/etc/an4.dic \
-lm /home/an4/etc/an4.ug.lm.DMP \
Illegal instruction
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Illegal instruction means you compiled it incorrectly. You need to provide
more information to resolve this
Provide the information about how you compiled the package - configuration
options, full build log, toolchain details. Make sure you are using a correct
toolchain for your processor.
Provide stacktrace of the exception using the gdb.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sir, I cross compiled sphinxbase and pocketsphinx to arm9 architecture.
This is my configuration script:
pocketsphinx_continuous -hmm /home/an4/model_parameters/an4.ci_semi -dict
/home/an4/etc/an4.dic -lm /home/an4/etc/an4.ug.lm.DMP
The result is:
INFO: cmd_ln.c(512):Parsing command line:
pocketsphinx_continuous \
-hmm /home/an4/model_parameters/an4.ci_semi \
-dict /home/an4/etc/an4.dic \
-lm /home/an4/etc/an4.ug.lm.DMP \
Illegal instruction
Hello
Illegal instruction means you compiled it incorrectly. You need to provide
more information to resolve this
Provide the information about how you compiled the package - configuration
options, full build log, toolchain details. Make sure you are using a correct
toolchain for your processor.
Provide stacktrace of the exception using the gdb.
Thank you very much! I updated my cross-compiler and compiled it again, it
works successfully. Thank you once again.