⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nmakefile

📁 飞行控制中的转换坐标下的距离计算
💻
字号:
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: caculate_distance.mcp
# Date: Wed Jul 02 21:32:15 2008

AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30-ar.exe
HX = pic30-bin2hex.exe
RM = del

"caculate_distance.hex" : "caculate_distance.cof"
	$(HX) "caculate_distance.cof"

"caculate_distance.cof" : "caculate_distance.o"
	$(CC) -mcpu=30F4013 "caculate_distance.o" -o"caculate_distance.cof" -Wl,-L"C:\Program Files\Microchip\MPLAB C30\lib",--script="..\..\support\gld\p30f4013.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="caculate_distance.map",--report-mem

"caculate_distance.o" : "..\..\bin\..\include\math.h" "..\..\bin\..\support\h\p30f4013.h" "caculate_distance.c"
	$(CC) -mcpu=30F4013 -x c -c "caculate_distance.c" -o"caculate_distance.o" -D__DEBUG -g -Wall

"clean" : 
	$(RM) "caculate_distance.o" "caculate_distance.cof" "caculate_distance.hex"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -