This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TMDX5535EZDSP: Building the modified tlesr engine while customizing the trigger phrase

Part Number: TMDX5535EZDSP

Tool/software: Linux

Hi,

    We are studying the Speech Recognition Demo given by TI and we had problems while building the modified tlesr engine. We followed the instructions,  copied the sourse file to our Ubuntu PC.

Then we had problems executing the command: $make LinuxDebugGnu. After executing the command, the terminal showed:

/usr/bin/ld: cannot find -lTIesrFA_ALSA
collect2: ld 返回 1
make[3]: *** [../../Dist/LinuxDebugGnu/bin/testtiesrfa] 错误 1
make[3]:正在离开目录 `/home/lab521/桌面/TIesr_src/TIesr_model_build/TIesrFA/TestTIesrFA'
make[2]: *** [.build-conf] 错误 2
make[2]:正在离开目录 `/home/lab521/桌面/TIesr_src/TIesr_model_build/TIesrFA/TestTIesrFA'
make[1]: *** [.build-impl] 错误 2
make[1]:正在离开目录 `/home/lab521/桌面/TIesr_src/TIesr_model_build/TIesrFA/TestTIesrFA'
make: *** [TestTIesrFA] 错误 2
lab521@lab521-virtual-machine:~/桌面/TIesr_src/TIesr_model_build$

    Has anyone encountered this problem? How did you solve it?