在linux下运行这个makefile的时候,提示f77没有输入文件,帮忙看下吧,谢谢
##MakefileformakingtheexecutableofprogramMOPAC###ValidCommandsofthismakefile##makeMak...
#
# Makefile for making the executable of program MOPAC
#
#
# Valid Commands of this makefile
#
# make Makes the MOPAC file
# make clean Clean up disk to minimum config
#
FFLAGS = -g -c
HDRS = SIZES
SRCS:sh = ls *.f
OBJS = $(SRCS:.f=.o)
SIZEDEPSRC:sh = grep -l -i ' INCLUDE ' *.f; true
SIZEDEPEND = $(SIZEDEPSRC:.f=.o)
mopac.exe: SIZES $(OBJS)
@echo -n "Loading mopac.exe ... "
@echo "xxxx" $(OBJS)
f77 -g $(OBJS) -o mopac.exe
@echo "done"
clean:
rm -f $(OBJS)
$(SIZEDEPEND): $$< $(HDRS)
$(FC) $(FFLAGS) $<
### 展开
# Makefile for making the executable of program MOPAC
#
#
# Valid Commands of this makefile
#
# make Makes the MOPAC file
# make clean Clean up disk to minimum config
#
FFLAGS = -g -c
HDRS = SIZES
SRCS:sh = ls *.f
OBJS = $(SRCS:.f=.o)
SIZEDEPSRC:sh = grep -l -i ' INCLUDE ' *.f; true
SIZEDEPEND = $(SIZEDEPSRC:.f=.o)
mopac.exe: SIZES $(OBJS)
@echo -n "Loading mopac.exe ... "
@echo "xxxx" $(OBJS)
f77 -g $(OBJS) -o mopac.exe
@echo "done"
clean:
rm -f $(OBJS)
$(SIZEDEPEND): $$< $(HDRS)
$(FC) $(FFLAGS) $<
### 展开
1个回答
浙江启扬智能科技有限公司
2023-06-12 广告
2023-06-12 广告
不一定,ARM架构的嵌入式开发可以基于uc/os、Linux、Windows等操作系统,而不一定要使用LINUX操作系统。在ARM架构上,Windows和Linux都是可以使用的,而且许多嵌入式系统开发工具也都是支持这两种操作系统的。因此,...
点击进入详情页
本回答由浙江启扬智能科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询