Menu

Big problem when running pocketsphinx on arm9

Help
jinsong li
2011-05-15
2012-09-22
  • jinsong li

    jinsong li - 2011-05-15

    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

     
  • Nickolay V. Shmyrev

    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.

     
  • jinsong li

    jinsong li - 2011-05-17

    Thank you very much! I updated my cross-compiler and compiled it again, it
    works successfully. Thank you once again.

     

Log in to post a comment.