算法编译遇到的问题

root@ubuntu:/home/ticy/share/INP-Napa_Earbuds_am3d_for_ces0214# make -j4
Makefile:193: *** Please specify the target in the command line: T=.  Stop.
root@ubuntu:/home/ticy/share/INP-Napa_Earbuds_am3d_for_ces0214# make 
Makefile:193: *** Please specify the target in the command line: T=.  Stop.
root@ubuntu:/home/ticy/share/INP-Napa_Earbuds_am3d_for_ces0214# ls
AM3D_interface  Am3d_Tools  build_all_2300_napa.bat          config    mbed      rtos     services  thirdparty
AM3D_lib        apps        build_all_2300_napa_noclean.bat  Makefile  platform  scripts  tests     utils
root@ubuntu:/home/ticy/share/INP-Napa_Earbuds_am3d_for_ces0214# make T=best2300_tws_anc

 

../../AM3D_interface/MiniServer/MiniServer.h:20:44: fatal error: AudioEffectHandler_Common_Defs.h: No such file or directory
 #include "AudioEffectHandler_Common_Defs.h"
该目录下文件"AudioEffectHandler_Common_defs.h"名字大小写错误

 

 

 


 

你可能感兴趣的:(耳机项目学习笔记)