Menu

Errors when make (PocketSphinx0.4)

Help
lauren
2008-05-21
2012-09-22
  • lauren

    lauren - 2008-05-21
    Hello everyone,
    I am trying to use PocketSphinx0.4.
    The target board uses ARM926EJ CPU core and supports Open Linux 2.6.19.
    I tried to compile sphinxbase by using following commands:
    ./configure --enable-fixed --without-lapack --host=arm-softfloat-linux-gnu --build=i686-linux --prefix=/home/wei/Ins/ins
    make
    
    In make step, it shows error message 
    make[2]: *** [sphinx_fe] Error 1
    make[2]: Leaving directory `/home/wei/CR/Ins/sphinxbase/src/sphinx_fe'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/wei/CR/Ins/sphinxbase/src'
    make: *** [all-recursive] Error 1
    
    Could anyone teach me how to deal with these error messages?
    Thanks a lot!
    
     
    • Nickolay V. Shmyrev

      The actual reason of the error is two lines earlier. So paste the whole log.

       
    • David Huggins-Daines

      Those are not the actual error messages that we need to see in order to diagnose your problem. That is just 'make' telling you that something failed. Try running:

      make >/dev/null

      and posting the output here.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.