make: *** No targets specified and no makefile found. Stop.错误

Posted wuyan717

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了make: *** No targets specified and no makefile found. Stop.错误相关的知识,希望对你有一定的参考价值。


# make make:
*** No targets specified and no makefile found. Stop. # yum install gcc gcc-c++ gcc-g77 -bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory # ll /usr/bin/yum -rwxr-xr-x. 1 root root 801 Apr 13 2018 /usr/bin/yum # ll python ls: cannot access python: No such file or directory # python的软连接源文件已经不存在 # ln -s /usr/bin/python2.7 /usr/bin/python #重新做一个python的软连接 # yum install gcc gcc-c++ gcc-g77 # make make: *** No targets specified and no makefile found. Stop. # wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz # ./configure -prefix=/usr/local -with-shared-without-debug # make

 


以上是关于make: *** No targets specified and no makefile found. Stop.错误的主要内容,如果未能解决你的问题,请参考以下文章

make: *** No rule to make target `out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp

Jenkins编译报错,make: *** No rule to make target `

make:***no rule to make target 'gdut2410'.stop。怎么解决

make: *** No targets specified and no makefile found. Stop.错误

Linux 内核编译出错:make zimage命令;错误提示:make :***No rule to make target ‘zimage’. stop .

linux make: *** No targets specified and no makefile found. Stop.