Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. amir@ubuntu:~/Bureau/openwrt-na9xx-r25875-20121204$ clear;make package/fr-recognizer/compile BUILD_LOG=1 V=s
  2.  make[1] package/fr-recognizer/compile
  3.  make[2] -C package/fr-recognizer compile
  4. make[3]: Entering directory `/home/amir/Bureau/openwrt-na9xx-r25875-20121204/build_dir/target-mipsel_r2_uClibc-0.9.32/fr-recognizer'
  5. mipsel-openwrt-linux-uclibc-gcc -o fr-recognizer.o -c fr-recognizer.c -DMODELDIR="`pkg-config --variable=modeldir pocketsphinx` "`pkg-config --cflags --libs pocketsphinx sphinxbase` -Iinclude -Iinclude/pocketsphinx -Iinclude/sphinxbase -Iinclude/pulse -Wall
  6. mipsel-openwrt-linux-uclibc-gcc -o fr-recognizer fr-recognizer.o  -DMODELDIR="`pkg-config --variable=modeldir pocketsphinx` "`pkg-config --cflags --libs pocketsphinx sphinxbase` -Iinclude -Iinclude/pocketsphinx -Iinclude/sphinxbase -Iinclude/pulse -Wall
  7. /home/amir/Bureau/openwrt-na9xx-r25875-20121204/staging_dir/toolchain-mipsel_r2_gcc-linaro_uClibc-0.9.32/lib/gcc/mipsel-openwrt-linux-uclibc/4.5.2/../../../../mipsel-openwrt-linux-uclibc/bin/ld: cannot find -lpulse
  8. collect2: ld returned 1 exit status
  9. make[3]: *** [fr-recognizer] Error 1
  10. make[3]: Leaving directory `/home/amir/Bureau/openwrt-na9xx-r25875-20121204/build_dir/target-mipsel_r2_uClibc-0.9.32/fr-recognizer'
  11. make[2]: *** [/home/amir/Bureau/openwrt-na9xx-r25875-20121204/build_dir/target-mipsel_r2_uClibc-0.9.32/fr-recognizer/.built] Error 2
  12. make[1]: *** [package/fr-recognizer/compile] Error 2
  13. make -r package/fr-recognizer/compile: build failed. Please re-run make with V=99 to see what's going on
  14. make: *** [package/fr-recognizer/compile] Error 1
  15. amir@ubuntu:~/Bureau/openwrt-na9xx-r25875-20121204$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement