No rule to make target

简介: 今天make的时候遇到这个错误,花了1个多小时在baidu找了N长时间才解决。一般情况下是makefile文件出了问题.一般出的问题是由于你的bbb 需要用到你的aaa, 而makefile中你的aaa的路径是错误的。
今天make的时候遇到这个错误,花了1个多小时在baidu找了N长时间才解决。一般情况下是makefile文件出了问题.一般出的问题是由于你的bbb 需要用到你的aaa, 而makefile中你的aaa的路径是错误的。把aaa的路径修改为正确的路径就OK了。
目录
相关文章
|
5月前
|
人工智能 机器人 测试技术
【CMake报错】Cannot specify compile definitions for target “PRIVATE“ which is not built...
【CMake报错】Cannot specify compile definitions for target “PRIVATE“ which is not built...
|
4月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
|
5月前
MTK在编译10A的target时报错:make: *** [mmi_feature_check]
MTK在编译10A的target时报错:make: *** [mmi_feature_check]
22 0
|
5月前
|
Java
No tag [else] defined in tag library imported with prefix [c]] with root cause
No tag [else] defined in tag library imported with prefix [c]] with root cause 错误处理
39 0
|
开发工具 git
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
119 0
configure/make的shared object参数
configure/make的shared object参数
47 0
Perhaps you should add the directory containing libpcre.pc to the PKG_CONFIG_PATH
Perhaps you should add the directory containing libpcre.pc to the PKG_CONFIG_PATH
146 0
编译OpenJDK8:configure: error: Could not find all X11 headers
编译OpenJDK8:configure: error: Could not find all X11 headers
151 0
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
解决办法:ImportError: 'module' object has no attribute 'check_specifier'
121 0
|
应用服务中间件 Linux nginx
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found
747 0